Quote:
Originally Posted by coRtALoS
I did that query, and it did pull up results. It seems the tables are populated, noot sure what the problem is. I will definitely talk to the owner about upgrading mysql though, thanks.
-edit
Yeah, I checked the database, and everything seems fine. The tables have all the information. Must be a PHP problem, or something! I think i'll try updating vbulletin to the latest this weekend, and see if that does anything.
|
Did you try running the maintenance functions? Seems like either your cache is not built or not built properly.
[sql]SELECT * FROM datastore WHERE title = 'rpg_classes'[/sql] See what that gives, should pull up a serialised string.
You might be using a php version with a bugged unserialize() function, I dunno.