Jump to content

SQL syntax...


fabioisonfire

Recommended Posts

Here's the error that new users are getting...

 

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 'AND evREAD=0' at line 1

 

What does this mean? I checked all my scripts and I can't find 'AND evREAD=0' at ANY line 1.

Link to comment
Share on other sites

Here are all the pieces of mySQL query code in the 'loggedin' script, which is where the error is shown and stays:

 

$is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error());

 

$q=mysql_query("SELECT * FROM papercontent LIMIT 1",$c);

Link to comment
Share on other sites

I'm checking right now...

 

What happened was I deleted a few users from the database, and now, every user who signs up gets a weird user ID.

 

For example:

 

1

2

3

4

5

6

 

I delete 4-6.

 

1

2

3

*new user* 7

etc.

 

I found evREAD. It's in my 'events' table. It's int(11)... I seriously don't see any problems...

Link to comment
Share on other sites

AH HA! This is where the error occurs.

 

<a href='events.php'>";
$d=mysql_query("SELECT COUNT(*) as cnt FROM events WHERE evUSER={$ir['userid']} AND evREAD=0",$c) or die(mysql_error());

 

This had worked perfectly until I deleted those users from the database. Users started to register with blank IDs.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.