coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Satyr on October 11, 2004, 11:14:30 AM

Title: Problem with util.php
Post by: Satyr on October 11, 2004, 11:14:30 AM
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.
Title: Re: Problem with util.php
Post by: Nibbler on October 11, 2004, 05:41:06 PM
Looks like you are still using the 1.2.1 version of the phpbb bridge. You must upgrade all files to 1.3.2
Title: Re: Problem with util.php
Post by: Satyr on October 12, 2004, 06:24:08 PM
Oh, this is the only thing i have forgotten!   :D
Thank you!