![]() |
[solved] 503 error - only in WP backend
Hey guys,
Hoping someone can lend me a hand here. We've got a website which works fine, except when using the wordpress admin panel - which under LS 4.1.12 provides a 503, but switching back to Apache it works without issue. The errors logged are: Code:
2012-05-14 10:41:37.042 [INFO] [112.xxx.xxx.xxx:56798-0#APVH_domainname.com.au] connection to [/tmp/lshttpd/APVH_domainname.com.au_Suphp.sock] on request #0, confirmed, 1, associated process: 871422, running: 0, error: Connection reset by peer!php is 5.3.10. Any ideas? Cheers, Jesse |
any message in stderr.log? have you enabled opcode cache ?
|
Quote:
Code:
2012-05-14 12:03:06.721 [STDERR] lsphp5:/home/cpaneluser/public_html/wp-admin/index.php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: undefined symbol: sqlite3_libversionCheers |
Thanks for the update. so lsphp5 crashed due to "undefined symbol: sqlite3_libversion", which caused 503 error.
|
Quote:
Is there any chance this could be resolved from the LS side of things without having to disable pdo_sqlite? |
it looks that pdo_sqlite is built in lsphp5 by default. so no need pdo_sqlite.so at all.
document: http://www.php.net/manual/en/ref.pdo-sqlite.php "The PDO_SQLITE PDO driver is enabled by default. To disable, --without-pdo-sqlite[=DIR] may be used" put phpinfo.php under a folder, and access it. search "pdo_sqlite", it's there in a lsphp 5.3.10 build at my local test box. "SQLite Library 3.7.7.1" |
| All times are GMT -7. The time now is 01:39 AM. |