coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: martinbl on January 28, 2004, 07:48:19 PM

Title: Yabbse loadcookie error
Post by: martinbl on January 28, 2004, 07:48:19 PM
After a couple of problems that I worked out, I keep getting the following error:

QuoteFatal error: Call to undefined function: loadcookie() in /var/www/html/fotos/coppermine-1.1.0/bridge/yabbse.inc.php on line 93

Does anyone know what causes this problem and how I can solve it?
Title: Yabbse loadcookie error
Post by: Joachim Müller on January 28, 2004, 08:46:36 PM
since you seem to be running cpg1.1 I moved your posting to the proper board.
As the error occurs with the YaBB SE bridge file, try switching bbs integration off (in include/init.inc.php) temporarily off.
Does it solve your problem (in other words: does the error message disappear)? If yes, edit your yabbse bridge file (bridge/yabbse.inc.php) - you have porbably messed it up.
To tell you more, post a link and some info on your setup (versions!).

GauGau
Title: Yabbse loadcookie error
Post by: martinbl on January 28, 2004, 09:32:46 PM
Quote from: "gaugau"since you seem to be running cpg1.1 I moved your posting to the proper board.

The directory is still named 1.1.0 because I uploaded the update files in the same directory because of al the links that point to that folder.
I'm running version coppermine 1.2 and YaBB SE 1.5.5
So all stuff is up to date, but still isn't working.
The url is: http://www.keurnmeaiers.nl/fotos/coppermine-1.1.0/
Title: Yabbse loadcookie error
Post by: martinbl on January 28, 2004, 09:51:05 PM
Already found it out, I used:
Quoterequire_once("http://www.keurnmeaiers.nl/yabbse/Sources/Load.php");

Instead of:
Quoterequire_once("../yabbse/Sources/Load.php");

Didn't know it was such a big deal  :roll: