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?
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
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/
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: