Problem with util.php Problem with util.php
 

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

Problem with util.php

Started by Satyr, October 11, 2004, 11:14:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Satyr

I made an update from 1.2.1 to 1.3.2.
The update worked well, no errormessages during the update.

The second problem i have in the adminpanel with util.php.
At the end of the page, after "select albums" appears the following errormessage:

Select album

Fatal error: Call to undefined function: udb_util_filloptions() in /www/htdocs/gothic/gothicmodels/gallery/util.php on line 443


At line 443 i have the following code: 

Line 442 to 448


    if (defined('UDB_INTEGRATION')) {
        udb_util_filloptions();
    } else {
        filloptions();
    }

}



I have integrated the coppermine with a phpBB-forum.
Kein Support über PN. Bitte im Forum posten, dann ist anderen auch geholfen.

http://www.gothicmodels.net/gothicmodels/gallery/

Testuser: Test23 PW: 123456

Nibbler

Looks like you are still using the 1.2.1 version of the phpbb bridge. You must upgrade all files to 1.3.2

Satyr

Oh, this is the only thing i have forgotten!   :D
Thank you!
Kein Support über PN. Bitte im Forum posten, dann ist anderen auch geholfen.

http://www.gothicmodels.net/gothicmodels/gallery/

Testuser: Test23 PW: 123456