Blank pages after integrating with SMF 1.0.6 Blank pages after integrating with SMF 1.0.6
 

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

Blank pages after integrating with SMF 1.0.6

Started by Karrie, March 11, 2006, 08:40:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Karrie

I have the following issue when trying to bridge Coppermine 1.4.4 and SMF 1.0.6:
After enabling the integration, register, login, and logout produce blank pages.

Coppermine install: http://www.letlovewin.net/cpgupgrade/ (temporary URL for upgrading purposes; the upgrade is finished [except for layout changes and bridging])
Forum install: http://www.letlovewin.net/forums/
Coppermine version: cpg1.4.4
Forum version: SMF 1.0.6

BridgeManager settings:
Forum URL:  http://www.letlovewin.net/forums
Relative path to your BBS's config file:  ../forums/
Use post-based groups?:  1 

Nibbler

If you've modified any of the php files, check there are no blank lines at the start or end of the file as these can stop the redirection working properly.

Karrie

#2
Thank you for the response.  I didn't edit any of the files until after I knew that the register, login, and logout links were producing blank pages.  That's when I got the newest smf10.inc.php, udb_base.inc.php, and bridgemgr.php from CVS when I saw those being recommended to others having any kind of bridging problems so those were the only edited files.

I checked every single PHP file... a lot of them did have an extra line at the bottom and I have removed them all.  Still getting blank pages.

EDIT

I'm getting these notices on the index.php:
/include/functions.inc.php

    * Notice line 88: Undefined variable: cpg_show_private_album
    * Warning line 162: Cannot modify header information - headers already sent by (output started at /home/****/public_html/forums/Sources/Load.php(1040) : eval()'d code:359)

/include/themes.inc.php

    * Warning line 1174: Cannot modify header information - headers already sent by (output started at /home/****/public_html/forums/Sources/Load.php(1040) : eval()'d code:359)
    * Warning line 1175: Cannot modify header information - headers already sent by (output started at /home/****/public_html/forums/Sources/Load.php(1040) : eval()'d code:359)
    * Notice line 1511: Undefined index: cat_thumb
    * Notice line 1749: Undefined index: uid
    * Notice line 1756: Undefined index: inactive_next_tab
    * Notice line 1757: Undefined index: inactive_prev_tab


Joachim Müller

leave notices display switched off unless you know what they mean. Not related to your issue.