PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 4 (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/)
-   -   SQL Errors (http://www.photopost.com/forum/installs-upgrade-vbulletin-4/144342-sql-errors.html)

3dint October 26th, 2010 11:10 AM

SQL Errors
 
Hello,
We keep getting this sql error. Any ideas what it could be?

Database error in vBulletin 4.0.7:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_vbpicgallery_phrases AS phrasegroup_vbpicgallery_phrases,
phrasegroup_vbpicgallery_js AS phrasegroup_vbpicgallery_js,
phrasegroup_adv_gallery_int AS phrasegroup_adv_gallery_int,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_vbpicgallery_phrases' in 'field list'
Error Number : 1054
Request Date : Monday, October 25th 2010 @ 10:57:44 PM
Error Date : Monday, October 25th 2010 @ 10:57:44 PM

Luciano October 27th, 2010 09:21 AM

well it seems that you have a hack or product that is called vbpicgallery.
that vbpicgallery is trying to fetch phrases in a plugin or through a page, but visibly that phrasegroup does not exist.

so you are going to get that error message until you disable the product.
To get support you should contact the author of that hack, i actually never seen the code.


Luc

Chuck S October 27th, 2010 12:48 PM

Luc not the first time I have seen someone report that error and think they are dealing with our products not a hack they are using. vbPicGallery is indeed a mini paid gallery hack thing for vb although just like you have never actually seen it. it does not appear to be well maintained and not highly visible on its own site.

3dint October 28th, 2010 03:08 PM

Whoops, your right. Its not a vbgallery error, but a vbpicgallery error. Its an old plug-in we had for vb 3.6 before we switched to vbgallery. It is uninstalled, but still seems tobe referenced somewhere in the code of our site.

Thanks!


All times are GMT -5. The time now is 08:52 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97