Add a check in init.php to see if BBLOGROOT actually exists.
Add the following to line 24 of bblog/inc/init.php
if ( ! is_dir(BBLOGROOT) ) {
// throw meaningful error here
}
Logged In: YES user_id=209126
fixed in cvs
Log in to post a comment.
Logged In: YES
user_id=209126
fixed in cvs