Hey all trying to learn how to do a shoutbox on my forum, i installed like directions stated, but now i'm getting these errors. Any help would be greatly appreciated. my site is wtfguzey{dot}com/one/ Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /home/wtfguzey/public_html/one/shoutbox_config.php on line 15 Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /home/wtfguzey/public_html/one/shoutbox_config.php on line 15 Warning: include() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wtfguzey/public_html/one/shoutbox_config.php on line 15 Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /home/wtfguzey/public_html/one/shoutbox_config.php on line 16 Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /home/wtfguzey/public_html/one/shoutbox_config.php on line 16 Warning: include() [function.include]: Failed opening './common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wtfguzey/public_html/one/shoutbox_config.php on line 16 Fatal error: Call to undefined function session_pagestart() in /home/wtfguzey/public_html/one/shoutbox_config.php on line 18
Like java said, extension.inc is not in the folder. Also, your script is trying to include common.?? Shouldn't it be common.php? This is because this function, session_pagestart() is not declared yet. No such function exist. It might be inside common.php