SOLVED - Can someone please decifer this error message?
Permalink
Hi, I am using eantics bios addon, i had this working perfectly then recently not sure what has changed, but i'm getting an error message when I try to add a new block. The error i get is as follows, but i have no idea what it means, can anyone please shed some light?
Thanks in advance :)
Thanks in advance :)
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1048: Column 'linkID' cannot be null] in EXECUTE("INSERT INTO btEanticsBiography (bID,imageID,name,qualifications,linkID,position,telephone,telephoneDisplayed,mobile,mobileDisplayed,email,emailDisplayed,biography,display,counseling_specialities,cs_01,cs_02,cs_03,cs_04,cs_05,cs_06,cs_07,cs_08,cs_09,cs_10,cs_11) VALUES (527,0,'Rev. Roy G. Taylor','',NULL,'','',0,'',0,'',0,'',1,0,0,0,0,0,0,0,0,0,0,0,0)") ' in /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1048, 'Column 'linkID'...', 'INSERT INTO btE...', false, Object(ADODB_mysql)) #1 /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('INSERT INTO btE...', false) #2 /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb-lib.inc.php(212): ADOConnection->Execute('INSERT INT in /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1146: Table 'ecrh_org_concrete.bteanticsbiography' doesn't exist] in EXECUTE("delete from bteanticsbiography where bID=528") ' in /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1037): adodb_throw('mysql', 'EXECUTE', 1146, 'Table 'ecrh_org...', 'delete from bte...', false, Object(ADODB_mysql)) #1 /home/meteor/public_html/concrete/libraries/3rdparty/adodb/adodb.inc.php(1012): ADOConnection->_Execute('delete from bte...', false)
Viewing 15 lines of 23 lines. View entire code block.
bteanticsbiography rather than:
btEanticsBiography
Also the other issue was a redundant field.