Log in

View Full Version : i get this error when i try to instal vbgallery


VBUsers
02-17-2005, 06:44 AM
Database error in vBulletin 3.0.3:

Invalid SQL: DELETE FROM template WHERE title like LCASE('lite%')
mysql error: Table 'smoralo_forum.template' doesn't exist

mysql error number: 1146

Date: Thursday 17th of February 2005 03:37:06 AM
Script: lowandloud.com/phpbb2/admincp/vbgalleryinstall
Referer: lowandloud.com/phpbb2/admincp/vbgalleryinstall

i try to run the install.php and i get this. i dont understand what the problem is. if you can help me out please post on this.

cinq
02-17-2005, 07:09 AM
phpbb2 ?????

Marco van Herwaarden
02-17-2005, 07:57 AM
You are probably using a table prefix. Try changing the offending line into:
DELETE FROM MYPREFIX_template ......

VBUsers
02-17-2005, 10:00 AM
done