Hello,
I have WoW Roster v1.7.0 installed and it seems to work great, I want to limit the "Upload Profile" to my guild member and admin groups, I am using phpBB2, from "Roster Config" I log in. then go to update.php Access and set the following:
Allow Access to Update.php = off
Path to phpBB = ../
Usergroup Access to Update.php = 6,7
The next time I go to "Update profile" i get the following errors :
Warning: main(../extension.inc): failed to open stream: No such file or directory in /home/laten4/public_html/dbb1/roster/lib/phpbb.php on line 56
Warning: main(): Failed opening '../extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/laten4/public_html/dbb1/roster/lib/phpbb.php on line 56
Warning: main(../common.): failed to open stream: No such file or directory in /home/laten4/public_html/dbb1/roster/lib/phpbb.php on line 57
Warning: main(): Failed opening '../common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/laten4/public_html/dbb1/roster/lib/phpbb.php on line 57
Fatal error: Call to undefined function: session_pagestart() in /home/laten4/public_html/dbb1/roster/lib/phpbb.php on line 63
Anyone know where im going wrong?