View Full Version : session_pagestart()
erika
06-06-2007, 05:17 PM
I have an error message :
Fatal error: Call to undefined function: session_pagestart() in /mnt/145/sdb/9/f/guardianfury/phpraider/authentication/phpBB2.php on line 89
Can you help me plz ? :'(
keldrak
06-06-2007, 07:15 PM
I have an error message :
Fatal error: Call to undefined function: session_pagestart() in /mnt/145/sdb/9/f/guardianfury/phpraider/authentication/phpBB2.php on line 89
Can you help me plz ? :'(
did you edit the phpBB2.php file in the authentication folder? there's two lines at the top that need to be set
erika
06-07-2007, 01:53 AM
/* EDIT HERE */
$pConfig_phpbb_path = 'http://guardianfury.free.fr/www';
global $pConfig_phpbb_url;
$pConfig_phpbb_url = 'http://guardianfury.free.fr/www';
/* STOP EDITING */
"http://guardianfury.free.fr/www" is my phpbb folder.
"http://guardianfury.free.fr/phpraider" is my phpraider folder
I don't see what is required for $pConfig_phpbb_path ???
so i set the same that for $pConfig_phpbb_url but i have the error message :-\
keldrak
06-07-2007, 06:07 AM
/* EDIT HERE */
$pConfig_phpbb_path = 'http://guardianfury.free.fr/www';
global $pConfig_phpbb_url;
$pConfig_phpbb_url = 'http://guardianfury.free.fr/www';
/* STOP EDITING */
"http://guardianfury.free.fr/www" is my phpbb folder.
"http://guardianfury.free.fr/phpraider" is my phpraider folder
I don't see what is required for $pConfig_phpbb_path ???
so i set the same that for $pConfig_phpbb_url but i have the error message :-\
both fields are for information about phpBB3, not phpRaider.
The first is the raw location on the webserver, the second is the web address of the forums. These might get it going.
$pConfig_phpbb_path = '../www';
global $pConfig_phpbb_url;
$pConfig_phpbb_url = 'http://guardianfury.free.fr/www';
erika
06-07-2007, 10:10 AM
ok nice !
Thanks you very much :D
erika
06-08-2007, 05:48 AM
hum... I have an other problem now :-\
The menus do not answer ???
You can try here :
http://guardianfury.free.fr/phpraider/
Mordon
07-07-2007, 01:46 PM
If you are using phpBB3 it will not work currently as you are authenticating using the phpBB2 module. phpBB3 authentication is still in the works. :-\
|
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.