Problem with util.php Problem with util.php
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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