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.
Looks like you are still using the 1.2.1 version of the phpbb bridge. You must upgrade all files to 1.3.2
Oh, this is the only thing i have forgotten! :D
Thank you!