
02-11-2007, 07:55 AM
|
|
|
Join Date: Sep 2006
Location: Greece
Posts: 1,340
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Legende
hya
tried to install the xml and got this error:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vb_plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Template Group', 'template_groups', '$only[\'vbarticles\'] = \'vbarticles\';', 'vbarticles');
MySQL-Fehler : Unknown column 'executionorder' in 'field list'
Fehler-Nr. : 1054
Datum : Sunday, February 11th 2007 @ 09:31:06 AM
Skript : http://www.domain.de/admincp/plugin.php
Referrer : http://www.domain.de/admincp/plugin.php?do=productadd
IP-Adresse : 12.34.56.78
Benutzername : Username
Klassenname : vb_database
|
Could you please follow the steps: - Uninstall product vbarticles
- Open product-vbarticles.xml
- Search for <plugin active="1" executionorder="5">
- Replace it with <plugin active="1">
- Re-import product-vbarticles.xml
|