Quote:
Today at 09:00 PM Confuzzled said this in Post #2162
Hello people I installed this addon on a site for someone and all was well. Suddenly though, it broke and we get a error like this.
The part that's REALLY confusing, is that it's adding a /vb onto it, could that be breaking it? We didn't do anything to the hack, it just suddenly did this @_@
I've run the database checker in the admincp, but still no avail
Any solutions?
~Francisco
|
What is the structure of your items_user table?
In battlefight.php, are you able to find the following:
PHP Code:
$itemcats = $DB_site->query("SELECT id, battletype FROM items_cats WHERE type = 0 ORDER BY battletype");
Have you added any personal item shops recently?