Server Error, SQL Synax Error - on initial install
I really hope someone can help me with this. I have spent the better part of the day reading through the forums on this site and countless others trying to figure out why my fresh install of DataAssist is not generating functional pages.
We currently use Yahoo as our host, so chmod changes are difficult but doable. Our db/table was built using phpMyAdmin.
Upon building the standard pages with the DataAssist Wizard, we verified the server bindings in Dreamweaver CS4, and uploaded the files to the webserver.
We are able to access the Search page, but when we click submit, we get the following error:
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Condition, Description, StockNumber, Price, Status FROM usedbikes ORDER BY Model' at line 1"
When we try to access ANY of the other WA DataAssist generated pages, we get a "500 - Internal Server Error".
We have tried modifying the permissions of each of the files using FileZilla and have confirmed they have been updated to 755, per another posting in which the user was having a similar issue.
Still not working.
Scripts.log file showing the following errors when trying to access this page (gpmotorcycles.com/usedbikes_Insert.php):
[22-Nov-2011 16:08:42] PHP Warning: require_once(WA_DataAssist/WA_AppBuilder_PHP.php) [<a href='plugins/function.require-once'>function.require-once</a>]: failed to open stream: Permission denied in /usedbikes_Insert.php on line 2
[22-Nov-2011 16:08:42] PHP Fatal error: require_once() [<a href='plugins/function.require'>function.require</a>]: Failed opening required 'WA_DataAssist/WA_AppBuilder_PHP.php' (include_path='.:/include:/usr/lib/php') in /usedbikes_Insert.php on line 2
Scripts.log file showing the following errors when trying to access this page (gpmotorcycles.com/usedbikes_Update.php):
[22-Nov-2011 16:06:28] PHP Warning: require_once(WA_DataAssist/WA_AppBuilder_PHP.php) [<a href='plugins/function.require-once'>function.require-once</a>]: failed to open stream: Permission denied in /usedbikes_Update.php on line 2
[22-Nov-2011 16:06:28] PHP Fatal error: require_once() [<a href='plugins/function.require'>function.require</a>]: Failed opening required 'WA_DataAssist/WA_AppBuilder_PHP.php' (include_path='.:/include:/usr/lib/php') in /usedbikes_Update.php on line 2
Please help!