MultiPHP Manager PHP 5.4 are not getting the same settings
I've tried activating PHP 5.4 on an account that needs this old PHP version. However, it seems like it's not reading the settings/ini-files correctly.
Currently there's no mysql*-support on this PHP 5.4-account. But another account with PHP 5.4 do have the mysql*-support.
This is what the MultiPHP Managers look like:
- Removed -
Somehow they're different (sorry for being a newbie on cpanel).
The accounts are reading the same ini-file...
/opt/cpanel/ea-php54/root/etc/php.ini
... but this is empty on the non-working account:
Scan this dir for additional .ini files
Additional .ini files parsed
This is the .htaccess-file for the non-working account:
Thanks for any help solving this.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the "ea-php54" package as the default "PHP" programming language.
Thanks for any help solving this.
-
I was looking at the wrong .htaccess-file somehow. The correct .htaccess-file contained this: suPHP_ConfigPath /home/*****/public_html
When I commented this bit it started working properly.0 -
Thank you for sharing this. 0 -
I'm glad you were able to identify the cause of the issue and thanks for posting how you resolved it @stanflow 0
Please sign in to leave a comment.
Comments
3 comments