Quote:
Originally posted by Darkwaltz4
oh and bitsys, heres the actual error:
Parse error: parse error, unexpected $ in /home/virtual/site19/fst/var/www/html/forums/battlefight.php on line 529
but like i said, that line is directly after the ?>, and there are no spaces after it...
now, if i move the ?> up or down, the line changes with it...and that particular error is with my edited file ^, but like i said, it now does it with the original......and i dont know why, it just started doing that 3 days ago, twas perfect up til then
|
If you post it, we can try it out locally and see if it gives us the same error.
Quote:
Originally posted by jazza
yo bitsy, great job so far, i just have one problem, i cant use items....
i have baught items, but whilst in a battle it shows them, but wont let me use them...
any idea whats up ??
|
Have your read
https://vborg.vbsupport.ru/showthrea...014#post329014 yet?
Quote:
Originally posted by sonic3d
i get this error when i try to delete a category.
Database error in vBulletin Control Panel 2.2.9:
Invalid SQL: ALTER TABLE items_user DROP item8, DROP points8, DROP description8, DROP icon8, DROP itid8
mysql error: Can't DROP 'item8'. Check that column/key exists
mysql error number: 1091
Date: Monday 24th of February 2003 05:23:10 PM
Script: www.rpgadvance.com/admin/itemadmin.php
Referer: http://www.rpgadvance.com/admin/ite...etecat&cateid=8
how do i fix this?
l8er
sonic
|
That's pretty bad. Do you know what actions you took before this happened?
Anyhow, I am not sure if this will completely fix the problem, but go to the `items_cats` table in phpmyadmin. Click browse. Delete the category that has an 'id' of 8.
Or you can run this query:
DELETE FROM items_cats WHERE id='8'
If you can't find one that has an id of 8, or the query doesn't affect any rows, then stop there and tell me so that I can figure something else out.
However, if you are able to delete the category, then run the following query:
DELETE FROM items WHERE cat='8'
This will delete all items that are under the messed up category.
Let me know if it actually affects any rows.
That should fix the problem. When you go back to the Edit Items menu, the category should be gone. If it isn't, then let me know. This should not have happened, so if you can provide any information on what you did before this happened, then I can have an easier time figuring out what went wrong.
Quote:
Originally posted by VeoMorphine
dono, this release has alot of bugs though, May be better off waiting for the next one. Right now to me it seems unusable right now.
|
Heh, the first release had 15 or so. The second had around 10. This one has had 3 confirmed bugs. I guess it is all relative