1 tgodfrey Jan 26, 2011 03:39
3 bushleaguecritic Jan 26, 2011 06:51
Your solution isn't going to fix the one php error you're getting:
[26-Jan-2011 13:38:10] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_sqlite.so: undefined symbol: sqlite3_libversion in Unknown on line 0
Sounds like you have a version of a php extension module that's out of sync with your core version of PHP.
4 tgodfrey Jan 29, 2011 01:10
Thanks for that. I had overlooked that issue in my excitement. I'll pass your comment on to my server people. Cheers.
Solved. It was really helpful to read on another post that deleting the /inc and /skins_adm directories was a good place to begin when dealing with corrupted file uploads. Better than starting from scratch.