tommyx1994
Nuovo utente
- 5 Agosto 2008
- 14
- 0
- Miglior risposta
- 0
quando cerco di mettere in catalogue items mi viene vuori questo errore...guquery SQL:
SELECT * FROM `catalogue_items` WHERE 1INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (1350, 'NAME', 'DESC', 5, 1, 1, 1, 3.00, 'greek_corner', '0,0,0', 80, 0, 1, 1, 1350), (1351, 'NAME', 'DESC', 5, 1, 2, 1, 0.00, 'greek_gate', '0,0,0', 80, 1, 1, 1, 1351), (1352, 'NAME', 'DESC', 5, 1, 2, 1, 3.00, 'greek_pillars', '0,0,0', 80, 0, 1, 1, 1352), (1353, 'NAME', 'DESC', 5, 4, 1, 1, 0.00, 'greek_seat', '0,0,0', 80, 0, 1, 1, 1353), (1354, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*1', '#ffffff,#ffffff,#FFDD3F', 44, 0, 1, 1, 1354), (1355, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*2', '#ffffff,#ffffff,#ffffff', 44, 0, 1, 1, 1355), (1356, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*3', '#ffffff,#ffffff,#996600', 44, 0, 1, 1, 1356), (1357, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'easy_bowl2', '0,0,0'[...]
Messaggio di MySQL:
#1327 - Undeclared variable: catalogue_items
SELECT * FROM `catalogue_items` WHERE 1INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (1350, 'NAME', 'DESC', 5, 1, 1, 1, 3.00, 'greek_corner', '0,0,0', 80, 0, 1, 1, 1350), (1351, 'NAME', 'DESC', 5, 1, 2, 1, 0.00, 'greek_gate', '0,0,0', 80, 1, 1, 1, 1351), (1352, 'NAME', 'DESC', 5, 1, 2, 1, 3.00, 'greek_pillars', '0,0,0', 80, 0, 1, 1, 1352), (1353, 'NAME', 'DESC', 5, 4, 1, 1, 0.00, 'greek_seat', '0,0,0', 80, 0, 1, 1, 1353), (1354, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*1', '#ffffff,#ffffff,#FFDD3F', 44, 0, 1, 1, 1354), (1355, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*2', '#ffffff,#ffffff,#ffffff', 44, 0, 1, 1, 1355), (1356, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'greektrophy*3', '#ffffff,#ffffff,#996600', 44, 0, 1, 1, 1356), (1357, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'easy_bowl2', '0,0,0'[...]
Messaggio di MySQL:
#1327 - Undeclared variable: catalogue_items