Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : Joomla 3.5 with php 7



Threaded Mode | Print  

 Joomla 3.5 with php 7 (10 Replies, Read 8411 times)
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
Hi I tried to install Joomla 3.5 with php 7 in ampps 3.4, but it always failed the Pre Installation check because the Zlib Compression Support setting is Off. I hace tried to change the zlib.output_compression to off in the php.ini but no luck.

Can you check it ?


Thanks
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
Even when I use the softaculous it returned this error :


The following errors were found :

  • Required PHP version greater than equal to 5.3.10 AND found version is : Warning: PHP Startup: bz2: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: curl: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: mbstring: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.6/lib/extensions/ext/mysqli.so' - dlopen(/Applications/AMPPS/php-5.6/lib/extensions/ext/mysqli.so, 9): Symbol not found: _zval_used_for_init Referenced from: /Applications/AMPPS/php-5.6/lib/extensions/ext/mysqli.so Expected in: flat namespace in /Applications/AMPPS/php-5.6/lib/extensions/ext/mysqli.so in Unknown on line 0Warning: PHP Startup: pdo_mysql: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: pdo_sqlite: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.6/lib/extensions/ext/soap.so' - dlopen(/Applications/AMPPS/php-5.6/lib/extensions/ext/soap.so, 9): Symbol not found: _zval_used_for_init Referenced from: /Applications/AMPPS/php-5.6/lib/extensions/ext/soap.so Expected in: flat namespace in /Applications/AMPPS/php-5.6/lib/extensions/ext/soap.so in Unknown on line 0Warning: PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.6/lib/extensions/ext/sockets.so' - dlopen(/Applications/AMPPS/php-5.6/lib/extensions/ext/sockets.so, 9): Symbol not found: _zval_used_for_init Referenced from: /Applications/AMPPS/php-5.6/lib/extensions/ext/sockets.so Expected in: flat namespace in /Applications/AMPPS/php-5.6/lib/extensions/ext/sockets.so in Unknown on line 0Warning: PHP Startup: sqlite3: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 0Warning: PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.6/lib/extensions/ext/zip.so' - dlopen(/Applications/AMPPS/php-5.6/lib/extensions/ext/zip.so, 9): Symbol not found: _zval_used_for_init Referenced from: /Applications/AMPPS/php-5.6/lib/extensions/ext/zip.so Expected in: flat namespace in /Applications/AMPPS/php-5.6/lib/extensions/ext/zip.so in Unknown on line 0Warning: PHP Startup: zlib: Unable to initialize moduleModule compiled with module API=20131226PHP compiled with module API=20151012These options need to match in Unknown on line 07.0.2
  • Required PHP extension not found : mysqli
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
Quote From : jamesc April 4, 2016, 1:52 am
I hace tried to change the zlib.output_compression to off in the php.ini but no luck.


I meant to change the zlib.output_compression to on
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
Additionally it now returns :
Code
Error displaying the error page: Application Instantiation Error: The MySQL adapter mysqli is not available
Warning: session_write_close(): Failed to write session data (user). Please verify that the current setting of session.save_path is correct () in /Applications/AMPPS/www/xxx/j35/libraries/joomla/session/handler/native.php on line 192


I have enabled
Code
extension=mysqli.so

anyway
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
is there any workaround for this issue?

thanks
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
additionally,I have to restart my macbook to switch back to php 5.6 after switched to php 7
IP: --   

Joomla 3.5 with php 7
Rishi_P
Group: Member
Post Group: Elite Member
Posts: 317
Status:
Hi,

>>PHP Startup: Unable to load dynamic library '/Applications/AMPPS/php-5.6/lib/extensions/ext/soap.so'

Extension directory path is wrong.
You are using PHP 7 and extension directory path is set to php-5.6

Try Restoring php 7 config.

AMPPS Control Panel --> PHP --> Restore default Configuration.

Or manually edit the path.

Open AMPPS Control Panel --> PHP --> Configuration

search for following.

extension_dir

and edit it to

extension_dir = "/Applications/AMPPS/php-7.0/lib/extensions/ext"

save it and restart Apache.

If you are still facing the issue then please open support ticket here: https://www.softaculous.com/support/

IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
done it, but now apache won't start. If I switched it back to 5.6 it's working properly
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
ok, i managed to solve it with this workaround :
Quote
Open Apache Config.

AMPPS Control panel --> Apache --> Configuration.

Search for following line.

LoadModule php5_module "{$path}/php/libphp5.so

and edit this to
LoadModule php7_module "{$path}/php/libphp7.so

save it and restart Apache.
IP: --   

Joomla 3.5 with php 7
Rishi_P
Group: Member
Post Group: Elite Member
Posts: 317
Status:
Hi jamesc,

Please make sure write permission is set to following files.

/Applications/AMPPS/apache/conf/httpd.conf
/Applications/AMPPS/conf/httpd.conf
IP: --   

Joomla 3.5 with php 7
jamesc
Group: Member
Post Group: Working Newbie
Posts: 59
Status:
I have checked it but it doesn't change everytime I switch the php version, so I ahve to change it manually everytime I change the php version. I'm using osx btw
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 4:04 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.048