I should also mention that when I try to run a certain script to register users into the database it is giving me the following error:
[color=#FF0000]An error occurred in script ‘/home/kylhur/danconia.us/register.php’ on line 60: Query: INSERT INTO users (email, pass, first_name, last_name, country, active, registration_date) VALUES (‘kylan.hurt@teyma.abengoa.com’, SHA1(’*****’), ‘Kylan’, ‘Hurt’, ‘United States’, e2473aefbc65a68843630d1a8d672b0e’, NOW() )
MySQL 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 ‘’, NOW() )’ at line 1
Date/Time: 4-2-2012 10:11:09 [/color]
Are the two related?[hr]
Okay good news, both problems have been fixed. The second issue was a missing apostrophe (’)… small errors like that are always so frustrating.
As for the original problem it might be possible that I didn’t have any records in the table, maybe? I’m not exactly sure but it’s working now.