Boblarico/mangoswebv3

mysql error in vote system

GoogleCodeExporter opened this issue · 2 comments

What steps will reproduce the problem?
1. create new account
2. log into web
3. press vote button

What is the expected output? What do you see instead?

you should see vote system, but you get this on left side of the site:

Couldnt Run Query: SELECT * FROM `mw_menu_items` WHERE `menu_id`='1' AND 
`account_level` <= ORDER BY `order` ASC
Error: 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 'ORDER BY `order` 
ASC' at line 1

Why: error is happening when i do not have created avatar in game, if i create 
one, all ok

What version of the product are you using? On what operating system?

Last version MangosWEBv3 3.0.4

Original issue reported on code.google.com by 13st...@gmail.com on 19 Jan 2011 at 9:03

Ok. I discover the problem. This happens when you create account from the 
console. No panic then.

Original comment by 13st...@gmail.com on 19 Jan 2011 at 9:09

Original comment by wilson.steven10@gmail.com on 19 Jul 2011 at 3:45

  • Changed state: Done