Parse error and Fatal error after bridging to phpBB2 Parse error and Fatal error after bridging to phpBB2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Parse error and Fatal error after bridging to phpBB2

Started by justicart, September 13, 2004, 09:11:39 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

justicart

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.

Joachim Müller

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

justicart

It works.  I used Dreamweaver to edit it.  This time i just used TextEdit.  Integration works fine.  Thanks.