SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 23, 2012, 07:26:13 am

Login with username, password and session length
Members
Total Members: 10069
Latest: tetsujrock
Stats
Total Posts: 28682
Total Topics: 4975
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 54
Total: 54
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Cannot redeclare  (Read 3657 times)
کíŋ
Newbie
*
Offline Offline

Posts: 13



View Profile
« 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:
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:
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!  Cheesy

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!
Logged

کíŋ
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #1 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
Logged
کíŋ
Newbie
*
Offline Offline

Posts: 13



View Profile
« Reply #2 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?
Logged

کíŋ
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #3 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
Logged
کíŋ
Newbie
*
Offline Offline

Posts: 13



View Profile
« Reply #4 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:
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.
« Last Edit: March 09, 2008, 10:41:37 am by کíŋ » Logged

کíŋ
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #5 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.
Logged
کíŋ
Newbie
*
Offline Offline

Posts: 13



View Profile
« Reply #6 on: March 09, 2008, 05:43:33 pm »

I can't think of any but you're welcome to come & poke around.
Logged

کíŋ
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9676


View Profile
« Reply #7 on: March 09, 2008, 07:03:15 pm »

PM the information I can check it out.
Logged
کíŋ
Newbie
*
Offline Offline

Posts: 13



View Profile
« Reply #8 on: March 09, 2008, 11:45:33 pm »

Thanks  Smiley
Logged

کíŋ
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]

[May 17, 2012, 12:38:16 pm]

[May 15, 2012, 09:32:27 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 4.845 seconds with 18 queries.