XF 2.2 Node ID is 600776. Glitch or normal?

Anatoliy

Well-known member
My latest created subforum has ID 600776. I don't have 600k of subforums. I don't have even 600k of posts.
Is something corrupted in my system?
 
Sounds like the auto increment value is wrong.

Run this query in phpMyAdmin:
SQL:
SHOW TABLE STATUS WHERE `name` LIKE 'xf_node' ;

What is the Auto_increment value?
 
Yeah, that's clearly not right.

Something (an add-on, script, etc.), or someone with access to the DB has changed that.

You may be able to manually edit the node ID to something more reasonable and reset the auto_increment value for the table.

I haven't tested that though so check on a test install before attempting it on your production site.
 
Yeah, that's clearly not right.

Something (an add-on, script, etc.), or someone with access to the DB has changed that.
thanks
You may be able to manually edit the node ID to something more reasonable and reset the auto_increment value for the table.

I haven't tested that though so check on a test install before attempting it on your production site.
no, no, no. ) on 2.2, that you strongly didn't recommend?... no way. )
I guess I'll stick with close to a million IDs.
 
Back
Top Bottom