PDA

View Full Version : Error MySql, can't add new Phrases or Translate


rageem
Tue 18th Dec '07, 8:51am
Hi there,

I try to add Question and Answer Verification in Human Verification this error after click save the New Question this errer in MySql I can't add new Phrases or Translate.:(

Database error in vBulletin 3.7.0 Beta 2:

Invalid SQL: UPDATE language SET title = title, phrasegroup_accessmask = 'a:12 ....to latest "very tall"
MySQL Error : Unknown column 'phrasegroup_hvquestion' in 'field list'
Error Number : 1054
Date : Tuesday, December 18th 2007 @ 03:29:02 PM
Script : http://www/admincp/verify.php?do=updatequestion
Referrer : http://www/admincp/verify.php?do=modifyquestion
IP Address :
Username :
Classname : vb_database
:(

Kerry-Anne
Tue 18th Dec '07, 8:56am
This is a known issue and the developers are working to fix it. Please be patient and a fix will be made available as soon as possible.

Run this query:
UPDATE phrasetype SET special = 1 WHERE fieldname = 'hvquestion'

Or wait until the next beta release to have the system fix this for you.

Wayne Luke
Tue 18th Dec '07, 8:56am
This is a known issue and will be fixed in the next release. In the meantime you can run the following query:
UPDATE phrasetype SET special = 1 WHERE fieldname = 'hvquestion'

rageem
Tue 18th Dec '07, 9:05am
It's fixed now

Thank you Kerry-Anne and Wayne Luke