Skip to main content

Updated PHP and now it's Causing Issues in WP

Comments

4 comments

  • anton_latvia
    This is permission issue of php, your way of executing PHP has changed and now PHP files are not being executed under user provileges. You need to probably recompile or select other way of running PHP under "Configure PHP and suExec". If you select DSO and want PHP run under user privileges - you should recompile with mod_ruid support. Otherwise you should choose FastCGI. Both options have their strong and weak sides.. ;)
    0
  • Garrettj94
    This is permission issue of php, your way of executing PHP has changed and now PHP files are not being executed under user provileges. You need to probably recompile or select other way of running PHP under "Configure PHP and suExec". If you select DSO and want PHP run under user privileges - you should recompile with mod_ruid support. Otherwise you should choose FastCGI. Both options have their strong and weak sides.. ;)

    Edit* I switched from dso to cgi and it fixed it. Thanks!
    0
  • anton_latvia
    oki.. if you encounter speed problems, try recompiling Apache with FastCGI support. that works faster, than traditional CGI. ;)
    0
  • cPanelMichael
    Hello :) Please also note the following considerations for each PHP handler: Apache PHP Request Handling - EasyApache - cPanel Documentation Thank you.
    0

Please sign in to leave a comment.