SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 24, 2012, 12:37:55 pm

Login with username, password and session length
Members
Total Members: 10071
Latest: cdavidson012
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 76
Total: 76
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
| | | | |-+ 
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Gallery pro upgrade for SMF 2.0 RC 1-1  (Read 3385 times)
TW1ST3D
Newbie
*
Offline Offline

Posts: 15


View Profile
« on: July 10, 2009, 06:48:52 pm »

I just finished upgrading my forum to 2.0 rc 1-1 and just realized that my gallery pro didn't follow the upgrade. We have enjoyed the Gallery Pro edition for over a year and want it back. Is it compatible? I tried to upload it via the installer but get an error message saying the upload is corrupt or incompatible. what steps do I need to take to get the Gallery Pro back up? I installed the Gallery Lite for 2.0 to get us by until I get further instructions.

Thanks.
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #1 on: July 10, 2009, 09:04:38 pm »

It is a bug with SMF they put an invalid character for the version number.
They are releasing an update shortly to fix that.

To fix this issue in SMF 2.0 go to the package manager.
Under Browse Packages Tab
Near the bottom of the browse packages page there is a tiny link called "Advanced" on the bottom right handside.
Click that link then enter "SMF 2.0 RC1" and the package install link should show up and then you should be able to install it.
Logged
TW1ST3D
Newbie
*
Offline Offline

Posts: 15


View Profile
« Reply #2 on: July 10, 2009, 09:43:32 pm »

Nope......I had to emulate 1.1.9 to even get it to recognize, then it threw so many errors  for index.template and subs and manage permissions. is there a gallery pro update that I am missing? or is there a code breakdown that I can use to manually make the edits?

Thanks.


Edit: I just checked and I'm trying to upload/install ver 1.3.17 can I get ver 2.0.x somewhere?
« Last Edit: July 10, 2009, 09:57:04 pm by TW1ST3D » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #3 on: July 10, 2009, 10:04:34 pm »

That would do it. The 1.1.x version will not work for SMF 2.0

You need to use the 2.0 version found at
http://www.smfhacks.com/index.php/topic,2861.0.html
Logged
TW1ST3D
Newbie
*
Offline Offline

Posts: 15


View Profile
« Reply #4 on: July 11, 2009, 11:41:34 am »

OK ....I tried that one, getting this now :

Unknown column 'variable' in 'field list'
File: /home/galxc3/public_html/forum/Packages/temp/galleryinstall2.0.x.php
Line: 710

tried to uninstall gallery lite first then install this one. emulated to SMF 2.0 still receiving this error.

ideas?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #5 on: July 11, 2009, 12:57:25 pm »

Most likely caused by a conflict with another modification that is installed on the forum.

In phpMyAdmin  do the following on the database where your forum is. It should give you a clue what it is and what mod it maybe
Code:
describe smf_gallery_settings;
Logged
TW1ST3D
Newbie
*
Offline Offline

Posts: 15


View Profile
« Reply #6 on: July 11, 2009, 10:27:37 pm »

I'm afraid that I don't know what to do in there.......



But now I'm receiving the following error :

Unknown column 'variable' in 'field list'
File: /home/galxc3/public_html/forum/Sources/Gallery.php
Line: 6622

and that line is :

    6619                      $dbresult = $smcFunc['db_query']('', "
    6620      SELECT
    6621         variable, value
    6622      FROM {db_prefix}gallery_settings");
    6623
    6624      $gallerySettings = array();
    6625      while ($row = $smcFunc['db_fetch_row']($dbresult))
    6626         $gallerySettings[$row[0]] = $row[1];
    6627        $smcFunc['db_free_result']($dbresult);

« Last Edit: July 11, 2009, 11:10:40 pm by TW1ST3D » Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #7 on: July 12, 2009, 12:17:36 am »

You have another modification that is using the same prefix that gallery is using.
gallery_settings which is causing the error above.

It might be a profile related modification.
If you are not using it you can drop its table via phpmyadmin
Code:
DROP table smf_gallery_settings
From there you would need to uninstall the gallery then reinstall the gallery to get it working together.
Logged
TW1ST3D
Newbie
*
Offline Offline

Posts: 15


View Profile
« Reply #8 on: July 12, 2009, 12:05:50 pm »

That was it !!  Thanks for all of you Help . It is much appreciated   Smiley

Please mark this as resolved.
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 08:02:50 am]

[Today at 04:11:41 am]

[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]
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 0.235 seconds with 20 queries.