Topic: include ('content/punbb/index.php');
Ring the alarm! Another newbie is trying...
How do I set up a punbb forum inside a php-website?
I've got a php webpage, and somewhere is says:
<td>
include ('content/punbb/index.php');
</td>
but instead of my forum (which runs fine in a seperate window - thank you!), the table is filled with these nice messages:
Warning: main(./include/common.php): failed to open stream: No such file or directory in c:\...\content\punbb\index.php on line 27
Fatal error: main(): Failed opening required './include/common.php' (include_path='.;c:\php4\pear') in c:\...\content\punbb\index.php on line 27
What do I have to do?