Atari ST fan
Posts: 8
64 credits Members referred : 0
« on: Oct 22, 2007, 02:05:31 PM »
Dear Forum, I am having a hard time with access_user. I have moved it to a new server and when I try registering a user or login I get this 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 " -main.users WHERE email = 'jgnasser@abcl.com' OR login = 'jgna" and registration or login fails. Any ideas what could be wrong?
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6557
40174 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Oct 22, 2007, 02:46:22 PM »
Hi,
you are using this kind of naming convention for table names:
database.table
this is not allowed in your current configuration, check the source for information about how to call the database (config and AU class file)