Topic: Problem including forum (index.php) into html
Im trying to add the forum into my site where I reserved a place for it already. It now says:
"
...
<div >
<?
include('forum/index.php');
?>
</div>
...
"
While running the file I get an error message:
"Warning: main(./include/common.php) [function.main]: failed to create stream: No such file or directory in \forum\index.php on line 27
Fatal error: main() [function.main]: Failed opening required './include/common.php' (include_path='.;c:\php4\pear') in \forum\index.php on line 27"
Anyone who knows what might be the problem?
Thanx!