This will be fixed in next release. PhpSwitcher version 1.0.0 is not released yet (it will just after release of i-MSCP version 1.2.3)
PhpSwitcher
-
- not i-MSCP related
- PluginManager
- Closed
- Thread is marked as Resolved.
-
-
This will be fixed in next release. PhpSwitcher version 1.0.0 is not released yet (it will just after release of i-MSCP version 1.2.3)
Thanks. Still waiting.
-
-
After install plugin in customer interface not see PHP editor. Does it normal? In Reseller interface editor worked.
UPD. All working.
-
Hi, I have upgraded my default php version from php 5.5.9 to php 5.6. Then I have compiled php 5.5 as alternative php version in opt/php-fcgid/php5.5
Everything worked fine so far but the switcher still shows php 5.5.9 as default version (instead of php5.6). The new compiled php5.5 (fcgid) shows up as alternative.
php-info shows that php5,6 is running as default php version. How can I get php5.6 show up in the php switcher? Thanks for any tips. -
-
This has nothing to do with the PhpSwitcher plugin. The plugin get default PHP version using the following code:
Here, nothing is hard coded. Thus, be sure that you have restarted the imscp_panel service, and be sure that the panel uses your new default PHP version (PHP5.6).
-
-
-
-
Thanks for your reply, nuxwin. Yes I have clicked the update button and a green message pops up that says "php changed is scheduled for update. Please be patient."
-
-
According to your phpinfo, you're using mod_php ( Apache 2.0 Handler and Configuration File (php.ini) Path/etc/php5/apache2 ) while the PhpSwitcher plugin requires fcgid.
I'm wondering how you installed the plugin because normally, you cannot install it if you don't use the i-MSCP fcgid httpd server implementation.
You should read the plugin documentation.
-
Thanks for info !
-