I get this message:
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /Library/WebServer/Documents/PHPcoppermine/include/init.inc.php on line 182
Fatal error: Call to undefined function: breadcrumb() in /Library/WebServer/Documents/PHPcoppermine/index.php on line 159
when i go to index.php.
http://g5.justinink.com/PHPcoppermine/index.php
It seemed to work until I tried to bridge to phpBB2. I followed all the directions.
You appear to have over-modified include/init.inc.php (maybe you used a WYSIWYG editor like frontpage to apply the integration). Rename your existing init.inc.php to init.inc.txt. Then re-upload a fresh (unmodified) version of include/init.inc.php to your server (disabling the bbs integration momentarily) and attach your modified version (the one you renamed) to your posting (using "additional options" at the bottom left of the screen when composing a message).
Another possibilty is that the file got corrupted during upload, try re-uploading it (using the proper ftp mode).
Joachim
It works. I used Dreamweaver to edit it. This time i just used TextEdit. Integration works fine. Thanks.