Yabbse loadcookie error Yabbse loadcookie error
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Yabbse loadcookie error

Started by martinbl, January 28, 2004, 07:48:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

martinbl

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?

Joachim Müller

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

martinbl

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/

martinbl

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: