Recent Topics

1 Jan 26, 2011 03:39    

My b2evolution Version: 4.0.3

I get this error when I try to log in to admin with a fresh install:

Warning: require(/home/.../public_html/skins_adm/login/_login_form.main.php) [function.require]: failed to open stream: No such file or directory in /home/.../public_html/htsrv/login.php on line 409

Fatal error: require() [function.require]: Failed opening required '/home/.../public_html/skins_adm/login/_login_form.main.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/.../public_html/htsrv/login.php on line 409

Not sure how to proceed. Blog seems to function OK, so it would not seem to be a path to php problem.

/htsrv error_log also shows this:

[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

PHP version 5.3.2

Hmm

2 Jan 26, 2011 06:13

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.

3 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 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.


Form is loading...