SMFHacks.com

SMF Gallery Pro => Support => Topic started by: کíŋ on March 09, 2008, 07:28:46 am

Title: Cannot redeclare
Post by: کíŋ on March 09, 2008, 07:28:46 am
I'm having a small prob and can't seem to find a way to fix it myself.

I've just clean installed SMF Gallery Pro 1.3.15 on the same forum that only yesterday had a clean install of SMF Store 1.2

Finished importing pics to the gallery sucessfully, then returned to the store to be met by this message on a blank page:

Code: [Select]
Fatal error: Cannot redeclare viewrating() (previously declared in /home/inanet/public_html/detcomau/Sources/Gallery.php:3586) in /home/inanet/public_html/detcomau/Sources/Store.php on line 1267
so I rem out the function ViewRating() in the Store.php
and it moves onto the next error:

Code: [Select]
Fatal error: Cannot redeclare deleterating() (previously declared in /home/inanet/public_html/detcomau/Sources/Gallery.php:3597) in /home/inanet/public_html/detcomau/Sources/Store.php on line 1278
so I rem out the function DeleteRating() in the Store.php
and then at least I can return to a nicely formatted and informative error message within the forum:

An Error Has Occurred!  :D

I've also installed the 2 SSI packages:

SMF Store SSI 1.1
SMF Gallery Pro SSI 1.1

The 2 php boxes that I use to call  ssi_storerandom() & ssi_galleryrandom() still work fine as does the recent blocks in the forum index & info center.


The only thought I have towards a fix is to use a conditional when declaring those functions...

something like...

global $boarddir;
if(!function_exists("name of function"))
require($boarddir . '/name_of_file.php');

but I might be completely on the wrong track? please help!
Title: Re: Cannot redeclare
Post by: SMFHacks on March 09, 2008, 09:11:58 am
Hmm, I could rename those functions with their own prefix. Just wondering how both of those functions would be called at the same time..

Since they should only load when under action=store and action=gallery
Title: Re: Cannot redeclare
Post by: کíŋ on March 09, 2008, 09:20:05 am
I'm running with the XD-MrsXV1 theme which has native support in it's code for both the gallery and store but that's ruled out with a quick switch to the default theme and of course the redeclare error is still comes up.

Would you like me to PM you with an admin account?
Title: Re: Cannot redeclare
Post by: SMFHacks on March 09, 2008, 09:32:47 am
Renamed the two functions in the store mod try
http://www.smfhacks.com/index.php/topic,825.msg5016.html#msg5016
Title: Re: Cannot redeclare
Post by: کíŋ on March 09, 2008, 09:51:51 am
Getting Closer:

Did an uninstall & delete of yesterday's 1.2 package, then installed this one

the result...

Code: [Select]
Fatal error: Cannot redeclare addcategory() (previously declared in /home/inanet/public_html/detcomau/Sources/Gallery.php:328) in /home/inanet/public_html/detcomau/Sources/Store.php on line 1305
did the rem outs, the next one will be function AddCategory2() then it will return a formatted error.
Title: Re: Cannot redeclare
Post by: SMFHacks on March 09, 2008, 12:57:35 pm
Hmm still trying to figure why it would call both files.  I could add a prefix to all the store's function to help prevent this.

It seems like a script or function is included both the store and gallery code.
Title: Re: Cannot redeclare
Post by: کíŋ on March 09, 2008, 05:43:33 pm
I can't think of any but you're welcome to come & poke around.
Title: Re: Cannot redeclare
Post by: SMFHacks on March 09, 2008, 07:03:15 pm
PM the information I can check it out.
Title: Re: Cannot redeclare
Post by: کíŋ on March 09, 2008, 11:45:33 pm
Thanks  :)