Quote:
Today at 05:34 AM DPoole said this in Post #37
Invalid SQL: SELECT storename,pointname,ban FROM storeadmin
mysql error: Unknown column 'ban' in 'field list'
mysql error number: 1054
Everything runs ok - ran the queries as well
and still get that ???
I do have the store hack installed and i ran the query for that even checked everything again but its a no go
I get that when i click on the link on main forum home page to go to it.
|
Interesting....however change
PHP Code:
$yesstore = $DB_site->query_first("SELECT storename,pointname,ban FROM storeadmin");
to
PHP Code:
$yesstore = $DB_site->query_first("SELECT * FROM storeadmin");
should fix your prob