C cornish Well-Known Member Mar 26, 2014 #1 Mar 26, 2014 #1 Hi just trying litespeed again but i notice one site as this error below, any idea what it could be please. Code: an error was encountered (500) Migration has an invalid filename Last edited by a moderator: Sep 13, 2018
Hi just trying litespeed again but i notice one site as this error below, any idea what it could be please. Code: an error was encountered (500) Migration has an invalid filename
M mistwang LiteSpeed Staff Mar 26, 2014 #2 Mar 26, 2014 #2 Please check /usr/local/apache/logs/error_log if you are using cPanel, otherwise, check /usr/local/lsws/logs/error.log .
Please check /usr/local/apache/logs/error_log if you are using cPanel, otherwise, check /usr/local/lsws/logs/error.log .
C cornish Well-Known Member Mar 26, 2014 #3 Mar 26, 2014 #3 Hi have but cant see anything and not really sure what i am looking for
C cornish Well-Known Member Mar 26, 2014 #4 Mar 26, 2014 #4 Hi found this but not sure what it means, i think its something to do with Suphp Code: 2014-03-26 23:20:48.645 [INFO] [APVH_eop_Suphp:] PID: 9603, add child process pid: 14842, procinfo: 0x1f62ef0 Last edited by a moderator: Sep 13, 2018
Hi found this but not sure what it means, i think its something to do with Suphp Code: 2014-03-26 23:20:48.645 [INFO] [APVH_eop_Suphp:] PID: 9603, add child process pid: 14842, procinfo: 0x1f62ef0
M mistwang LiteSpeed Staff Mar 27, 2014 #5 Mar 27, 2014 #5 You may need to turn on debug logging, then reproduce the problem. then locate log entries related to this request with your IP.
You may need to turn on debug logging, then reproduce the problem. then locate log entries related to this request with your IP.
C cornish Well-Known Member Mar 31, 2014 #7 Mar 31, 2014 #7 Turned this on and it says Code: Suphp:] PID: 32579, add child process pid: 2021, procinfo: 0xc6f150 Last edited by a moderator: Sep 13, 2018
M mistwang LiteSpeed Staff Mar 31, 2014 #8 Mar 31, 2014 #8 It has nothing to do with the 500 error, you need to set "Debug level" to "HIGH", then try the URL produce 500 error. grep error log with the IP that the request originated.
It has nothing to do with the 500 error, you need to set "Debug level" to "HIGH", then try the URL produce 500 error. grep error log with the IP that the request originated.
C cornish Well-Known Member Mar 31, 2014 #9 Mar 31, 2014 #9 Yes done that and now have a huge list that scrolls for ever and ever?
N NiteWave Administrator Apr 4, 2014 #10 Apr 4, 2014 #10 the error message is: an error was encountered (500) Migration has an invalid filename Click to expand... by comparing phpinfo under apache and litespeed: apache: domain.com/phpinfo.php without Suhosin open_basedir: no value lsphp: domain.com:4080/phpinfo.php with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH open_basedir: /path/to/public_html:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp for open_basedir: exact issue as http://blog.litespeedtech.com/2012/...en_basedir-in-the-shared-hosting-environment/ addressed for Suhosin, edit /usr/local/lib/php.ini, comment out extension=suhosin.so after above 2 major fixes, 500 error under litespeed is gone. the main one should be the open_basedir fix.
the error message is: an error was encountered (500) Migration has an invalid filename Click to expand... by comparing phpinfo under apache and litespeed: apache: domain.com/phpinfo.php without Suhosin open_basedir: no value lsphp: domain.com:4080/phpinfo.php with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH open_basedir: /path/to/public_html:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp for open_basedir: exact issue as http://blog.litespeedtech.com/2012/...en_basedir-in-the-shared-hosting-environment/ addressed for Suhosin, edit /usr/local/lib/php.ini, comment out extension=suhosin.so after above 2 major fixes, 500 error under litespeed is gone. the main one should be the open_basedir fix.