http://legendsofwinternight.com/wowrost ... update.php
I get:
- Code: Select all
Warning: main(lib/extension.inc): failed to open stream: No such file or directory in /hsphere/local/home/gileean/legendsofwinternight.com/wowroster/lib/phpbb.php on line 56
Warning: main(): Failed opening 'lib/extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/gileean/legendsofwinternight.com/wowroster/lib/phpbb.php on line 56
Warning: main(lib/common.): failed to open stream: No such file or directory in /hsphere/local/home/gileean/legendsofwinternight.com/wowroster/lib/phpbb.php on line 57
Warning: main(): Failed opening 'lib/common.' for inclusion (include_path='.:/usr/local/lib/php') in /hsphere/local/home/gileean/legendsofwinternight.com/wowroster/lib/phpbb.php on line 57
Fatal error: Call to undefined function: session_pagestart() in /hsphere/local/home/gileean/legendsofwinternight.com/wowroster/lib/phpbb.php on line 63
Now, I do not have phpBB installed, and I set the "Allow Access to update.php" setting to OFF.
I attempted to comment out the line that does the include in update.php, which removed the errors and allowed the script to run, but updates will not work as far as I can tell.
I am unsure if I have an update issue or an install issue, so let me start with the basics. Is it possible to use WoW Roster without phpBB?
If so, is my action of commenting out the line that begins in "include_once" below ok?
- Code: Select all
if (!$roster_conf['authenticated_user'])
{
$wow_group = $roster_conf['upload_group'];
include_once( ROSTER_BASE.'lib'.DIR_SEP.'phpbb.php' );
}
And finally, if both of those are yes, any clues on why my update wouldn't be working? I just get sent back to the same update.php page without any error messages being reported and no data uploaded.
Thanks in advance...