Page 1 of 1

Sorry if wrong post..new install went ok but...button errors

Posted: Mon Apr 25, 2016 4:28 am
by personalkey
New install went ok but...button errors
Error when clicking all of 3 home buttons...
-any help will be appreciated...thks!
===============================================
Debug Report:
===USER==========

globeadmin

===PDO MESSAGE===

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sq' in 'where clause'

===SQL===========

SELECT * FROM Apartments WHERE sq-code = ?

===BACK TRACE====

/home/myates/public_html/resqaptlocators/resqnubuilder/nucommon.php - line 431 (nuRunQuery)

/home/myates/public_html/resqaptlocators/resqnubuilder/nucommon.php - line 395 (nuRecordArray)

/home/myates/public_html/resqaptlocators/resqnubuilder/nuapi.php - line 16 (nuHashData)

Re: Sorry if wrong post..new install went ok but...button er

Posted: Wed May 18, 2016 8:31 am
by admin
personalkey,

Don't use '-' in field names. (its being treated as a minus)

Steven