coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: DoW Kid Rock on October 26, 2004, 08:08:42 PM

Title: SMF integration problem in admin tools
Post by: DoW Kid Rock on October 26, 2004, 08:08:42 PM
the integration seems to be working except when I go into the admin tools.  at the bottom this comes up

Select album

Fatal error: Call to undefined function: udb_util_filloptions() in /home/disciple/public_html/coppermine/util.php on line 443


this is the code around line 443

if (defined('UDB_INTEGRATION')) {
        udb_util_filloptions();
    } else {
        filloptions();
    }
Title: Re: SMF integration problem in admin tools
Post by: Nibbler on October 26, 2004, 10:21:36 PM
Did you update coppermine but neglect to update your bridge/smf.inc.php file ?
Title: Re: SMF integration problem in admin tools
Post by: DoW Kid Rock on October 29, 2004, 11:23:18 PM
not sure what you mean as I am able to log into my messageboard and then go into the gallery.

I am also not able to upload anything as it says "Invalid action for form creation. "

not sure if it is related

to add to that when I go to upload this error comes up

Invalid action for form creation.

File: /home/disciple/public_html/coppermine/upload.php - Line: 963


and I tried re-installing from scratch and re-editing the smf.inc.php and it still has the same problem
Title: Re: SMF integration problem in admin tools
Post by: Joachim Müller on October 31, 2004, 08:08:13 AM
what version of coppermine are you using?

Joachim
Title: Re: SMF integration problem in admin tools
Post by: DoW Kid Rock on December 07, 2004, 04:48:37 AM
I am using 1.3.2

I have been quite busy and put the integration on the back burner, but now am wanting to get it going.  still have the same error and can't figure out why it is doing what it is doing
Title: Re: SMF integration problem in admin tools
Post by: Joachim Müller on December 07, 2004, 07:59:56 AM
please post a link and test user account (non-admin) with integration turned on and debug for for everyone (coppermine config, at the very bottom).

Joachim
Title: Re: SMF integration problem in admin tools
Post by: DoW Kid Rock on December 07, 2004, 08:50:27 AM
http://www.disciplesofwrestling.ca/forum
http://www.disciplesofwrestling.ca/coppermine

username: stryker
password: testing

give me a couple minutes to turn on config

edit: debug turned on for everyone
Title: Re: SMF integration problem in admin tools
Post by: Joachim Müller on December 07, 2004, 09:18:27 AM
uhm, I'm sorry, seems I have misread your initial posting. As you experience issues with the admin tools, I can of course not test with a regular user account. Try to download the most recent version of the admin tools (util.php) from the web cvs and replace the version on your webserver with the file. Check if it works now. If it doesn't, please describe in detail what you do when you experience the error message and attach a screenshot of the error. Download util.php here: http://cvs.sourceforge.net/viewcvs.py/coppermine/stable/util.php

Joachim
Title: Re: SMF integration problem in admin tools
Post by: DoW Kid Rock on December 07, 2004, 04:09:13 PM
all I am doing is clicking on the button that says "admin tools" and I get the following at the bottom of the screen

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.disciplesofwrestling.ca%2Fattachment%2Fcoppermine.jpg&hash=3f0dfd58ca676d343d66611ac96d33d421288b8a)

and quoted in the first post is what is at line 442

thank you
Title: Re: SMF integration problem in admin tools
Post by: kegobeer on December 08, 2004, 07:12:35 AM
Does your smf.inc.php file have the function udb_util_filloptions?  If not, you may need to download 1.3.2 from this site again and upload the new smf.inc.php file to your bridge directory.

I have 1.3.2 and SMF running on my site and can't duplicate the error.
Title: Re: SMF integration problem in admin tools
Post by: DoW Kid Rock on December 08, 2004, 04:30:26 PM
Thank you!!!! that was it!!!

I don't know why I didn't think of it. 

everything seems to be fine now