coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Karrie on March 11, 2006, 08:40:15 AM

Title: Blank pages after integrating with SMF 1.0.6
Post by: Karrie on March 11, 2006, 08:40:15 AM
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 
Title: Re: Blank pages after integrating with SMF 1.0.6
Post by: Nibbler on March 11, 2006, 05:04:16 PM
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.
Title: Re: Blank pages after integrating with SMF 1.0.6
Post by: Karrie on March 11, 2006, 07:34:07 PM
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

Title: Re: Blank pages after integrating with SMF 1.0.6
Post by: Joachim Müller on March 12, 2006, 10:48:43 AM
leave notices display switched off unless you know what they mean. Not related to your issue.