coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: justicart on September 13, 2004, 09:11:39 AM

Title: Parse error and Fatal error after bridging to phpBB2
Post by: justicart on September 13, 2004, 09:11:39 AM
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.
Title: Re: Parse error and Fatal error after bridging to phpBB2
Post by: Joachim Müller on September 13, 2004, 10:21:23 AM
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
Title: Re: Parse error and Fatal error after bridging to phpBB2
Post by: justicart on September 13, 2004, 04:58:15 PM
It works.  I used Dreamweaver to edit it.  This time i just used TextEdit.  Integration works fine.  Thanks.