ciao .
Ho creato un plugin virtuemart per un custom field, fin qui tutto ok, ma se provo a cancellare il campo dai shopper fields dopo averlo aggiunto becco questi errori e non so perchè!
non ho aggiunto funzioni che lavorano col db nel mio componente quindi non capisco , forse c'è da aggiungere qualche evento al mio plugin?
bo???
questi sono gli errori
vmError: TableUserinfos::modify table - 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 '' at line 1 SQL=ALTER TABLE `jos_virtuemart_userinfos` CHANGE aa aa_DELETED_1370271504
- values: action DROP, columname: aa, type: , columname2: aa_DELETED_1370271504
- vmError:
- vmError: TableOrder_userinfos::modify table - 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 '' at line 1 SQL=ALTER TABLE `jos_virtuemart_order_userinfos` CHANGE aa aa_DELETED_1370271504
values: action DROP, columname: aa, type: , columname2: aa_DELETED_1370271504 - vmError:
- Userfield could not be deleted.
grazie