Atari ST fan
Posts: 8
64 credits Members referred : 0
« on: Oct 22, 2007, 01: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: 6691
34714 credits Members referred : 374
It's time to use PHP5!
« Reply #1 on: Oct 22, 2007, 01: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)
Atari ST fan
Posts: 8
64 credits Members referred : 0
« Reply #2 on: Oct 22, 2007, 02:14:29 pm »
do you mean access_user does not support database.name or my new host may not support that? Thanks.
Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6691
34714 credits Members referred : 374