Jump to content

PHP version is not changing in MultiPHP Manager


dressdoc

Recommended Posts

Is it on tommy? If so, tommy has this bug where multiphp is broken. Try changing it from the domain's .htaccess and change it to ea-php72

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
  AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag asp_tags Off
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 256M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 32M
</IfModule>
# END cPanel-generated php ini directives, do not edit

Change <IfModule php5_module> to <IfModule php7_module>

If it does not work, try flipping the order of the handler and PHP directives.

 

 

Please note that this method is not supported by Heliohost.

Heliohost does not support .user.ini and this may cause bugs.

Ignore the do not edit at your own risk.

 

Hope this helps  :)

Edited by ziad87
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...