 | |  | |
October 22nd, 2005, 12:19 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| We need HELP !! recovering categories
I need to know if there is a way to update the vba_gallery TABLES from rc2 to 1.01.
Knowing that i cannot do it ...via the normal method.
i really need costum help on this one and to chat with someone ...to explain exactly the problem.
PLease Brian or someone. i am really desperate here |
| |
October 22nd, 2005, 12:24 PM
|
#2 (permalink)
| | Guest | Re: We need HELP !! recovering categories
Please quit posting about the same thing under multiple threads. That just slows us down and makes it even harder to help you.
Why can't you run the upgrade script? As long as you do that then that should update all tables to work with 1.0.1.
| |
| |
October 22nd, 2005, 12:25 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
i can't run the update script because i do NOT have the other rc2 files ..all i have is the database.
|
| |
October 22nd, 2005, 12:26 PM
|
#4 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
i wish i could talk to u via a chat or something to explain better ...
|
| |
October 22nd, 2005, 12:35 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
well i am going home ...will login from there to see if you found a solution for me ..
Thanks man.
|
| |
October 22nd, 2005, 12:35 PM
|
#6 (permalink)
| | Guest | Re: We need HELP !! recovering categories
Restore those database tables, run this query through the Admin CP:
UPDATE adv_setting SET value = '1.0 RC2' WHERE varname = 'gallery_version';
Then run the upgrade script.
| |
| |
October 22nd, 2005, 01:44 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
ok ..so i did that and got i am going to reupload the databases and try again in case i missed something.
|
| |
October 22nd, 2005, 01:52 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
ok i confirm this error when i do the upgrade
|
| |
October 22nd, 2005, 03:47 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
? |
| |
October 22nd, 2005, 03:54 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
more errors when i save a category and usergroupe permissin and i go and click on a category
i get this Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT categories.catid, title, description, hasimages, categories.catuserid, password, parent, parentlist, membercat, options, useroptions
, NOT ISNULL(subscribecat.catid) AS subsribecatid, subscribecat.catuserid AS subcatuserid
FROM adv_gallery_categories AS categories
LEFT JOIN adv_gallery_subscribecat AS subscribecat ON (categories.catid = subscribecat.catid AND subscribecat.userid = 1)
WHERE categories.catid = '4';
MySQL Error : Unknown column 'subscribecat.catuserid' in 'field list'
Error Number : 1054
Date : Saturday, October 22nd 2005 @ 08:52:50 PM
Script : http://www.maroceve.com/gallery/browseimages.php?c=4
Referrer : http://www.maroceve.com/gallery/
IP Address : 196.206.147.75
Username : Ez
Classname : vb_database
| |
| |
October 22nd, 2005, 04:49 PM
|
#11 (permalink)
| | Guest | Re: We need HELP !! recovering categories
Sounds like you didn't restore all of the tables. Uninstall the script, restore the tables, and then run the upgrade.
| |
| |
October 22nd, 2005, 04:58 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
i am pretty sure i restored all my tables. what script are u talking about ?
The first error happens during the upgrade. It crashes ..man i wish u could take a look at this trought a ticket yourself.
|
| |
October 22nd, 2005, 05:01 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
there is the error i get during the update |
| |
October 22nd, 2005, 05:07 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories Code: Content visible to verified customers only.
there is my restored dbs
|
| |
October 22nd, 2005, 05:15 PM
|
#15 (permalink)
| | Guest | Re: We need HELP !! recovering categories
adv_setting and adv_settinggroup are also vBa Gallery tables. Judging from your last error, it doesn't look like you deleted/restored those.
| |
| |
October 22nd, 2005, 05:19 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
ouch ok let me try...
Thank you brian for ur help..ok so im gonna try
|
| |
October 22nd, 2005, 05:25 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
what about adv pages and adv modules ?
|
| |
October 22nd, 2005, 05:33 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
Well, i get this error now when i try to upgrade but now when i click on a category i get Quote:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT categories.catid, title, description, hasimages, categories.catuserid, password, parent, parentlist, membercat, options, useroptions
, NOT ISNULL(subscribecat.catid) AS subsribecatid, subscribecat.catuserid AS subcatuserid
FROM adv_gallery_categories AS categories
LEFT JOIN adv_gallery_subscribecat AS subscribecat ON (categories.catid = subscribecat.catid AND subscribecat.userid = 1)
WHERE categories.catid = '4';
MySQL Error : Unknown column 'subscribecat.catuserid' in 'field list'
Error Number : 1054
Date : Saturday, October 22nd 2005 @ 10:31:24 PM
Script : http://www.maroceve.com/gallery/browseimages.php?c=4
Referrer : http://www.maroceve.com/gallery/
IP Address : 196.206.147.75
Username : Ez
Classname : vb_database
| |
| |
October 22nd, 2005, 08:59 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Jan 2005
Posts: 118
| Re: We need HELP !! recovering categories
Well i am about to single handedly reupload 8000 pictures to my vbgallery ..ill start that monday morning ..if by then anyone cares to help me in any way solve this ...Please let me know hamzaalami@gmail.com for msn.
Thanks Brian ..but this didn't work  ...probably cause i didn't do something right ..i know ..
peace
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 10:35 AM. | |