Loading a forum (phpbb - not in root) into a page (in root)
Posted: Wed Jul 14, 2004 1:27 pm
I want to load the forum into a default page in the root folder of my site. The page name is index.php. I am doing this because I want to be able to edit my main page in one place and have that change refelected through out the site.
When I use a php include I get errors
You might be able to view this better on the site:
http://www.classof04.aboho.com/index.php?page=forums
Thanks for any help you might be able to give me to ressolve this problem.
When I use a php include I get errors
And the script seams to stop.
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/classof/public_html/forums/index.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/classof/public_html/forums/index.php on line 25
Warning: main(./common.): failed to open stream: No such file or directory in /home/classof/public_html/forums/index.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/classof/public_html/forums/index.php on line 26
Fatal error: Call to undefined function: session_pagestart() in /home/classof/public_html/forums/index.php on line 31
You might be able to view this better on the site:
http://www.classof04.aboho.com/index.php?page=forums
Thanks for any help you might be able to give me to ressolve this problem.