phpbb in a php site using includes
i keep getting errors when i try different ways to do this
hopefully someone can help
i am working on a website in PHP, and i am trying to use an include script to get my phpBB board, located at forums/index.php, inside of the site with an include
i've been trying for a while and i keep getting errors...
the file is forums.php located in the root, and in it, it says:
but, when i go to forums.php, it gives me a bunch of errors:
any help?
i keep getting errors when i try different ways to do this
hopefully someone can help
i am working on a website in PHP, and i am trying to use an include script to get my phpBB board, located at forums/index.php, inside of the site with an include
i've been trying for a while and i keep getting errors...
the file is forums.php located in the root, and in it, it says:
<?
include("includes/header.php");
include("forums/index.php");
include("includes/footer.php");
?>
but, when i go to forums.php, it gives me a bunch of errors:
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/r22pl/public_html/r22pl/forums/index.php on line 25
Warning: main(./extension.inc): failed to open stream: No such file or directory in /home/r22pl/public_html/r22pl/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/r22pl/public_html/r22pl/forums/index.php on line 25
Warning: main(./common.): failed to open stream: No such file or directory in /home/r22pl/public_html/r22pl/forums/index.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /home/r22pl/public_html/r22pl/forums/index.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/r22pl/public_html/r22pl/forums/index.php on line 26
Fatal error: Call to undefined function: session_pagestart() in /home/r22pl/public_html/r22pl/forums/index.php on line 31
any help?
Last edited:














