Log in

View Full Version : Spelling mistake in Storehack - Having a major problem after installing a hack


John Diver
05-12-2004, 09:20 AM
Hello,

This error is related to a hack but I have had the error for about a week but no reply on the thread for the hack
I was hoping someone here could help out as its a database error

Im trying to update the settings for a forum but Im getting the following error:

Database error in vBulletin Control Panel 2.3.2:

Invalid SQL: UPDATE forum
SET
styleid='3', title='The Lounge', description='General miscellaneous chat. To make the moderators\' jobs easier please try and direct all specific questions to their representative forum. Thank you for your support.',
active='1', displayorder='2', parentid='3', parentlist='4,3,-1',
allowposting='1', cancontainthreads='1', daysprune='1000',
newpostemail='', newthreademail='',
moderatenew='0', allowhtml='0', allowbbcode='1',
allowimages='1', allowsmilies='1', allowicons='1',
styleoverride='0', allowratings='1', countposts='1',
moderateattach='0',minposts='0',torereply='2', storethread='3'
WHERE forumid='4'
mysql error: Unknown column 'torereply' in 'field list'

mysql error number: 1054



Could anyone help with this please?

Thanks a lot
John

Xenon
05-12-2004, 11:00 AM
mysql error: Unknown column 'torereply' in 'field list'

the torereply coulumns is missing in your DB.
you most likely overlooked a query in the install file to run.

John Diver
05-12-2004, 11:05 AM
Did the query but I think the problem might be that the column is named "storereply" and not "torereply"
I will search all files for the hack and see if torereply is anywhere instead of "storereply" which it should be as its for a store hack

Thanks
John

Xenon
05-12-2004, 11:09 AM
ah, right, well then it's just a typing, should be easy to find and fix :)

John Diver
05-12-2004, 11:21 AM
Incase anyone gets this problem - Look in admin/forum.php
The instructions have a spelling mistake with the s missing
Just do a search in forum.php for "torereply" and you will see that they are all named "storereply" apart from one, add the s to that :)

John