[Solved] Orders module upgrade fails 1.5.3 to 1.10

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
replytomk3

[Solved] Orders module upgrade fails 1.5.3 to 1.10

Post by replytomk3 »

Hello

I was upgrading a site. 1.6.5 to 1.8.1.

At the same time, I was upgrading all modules by grabbing latest versions from Forge.

Out of a dozen modules, Orders came with an error when pressing the "Upgrade" link after .xml site upload to module manager.

INSERT INTO cms_module_orders_payments (order_id,amount,payment_date,method,status,gateway,txn_id,cc_expiry,cc_number,cc_verifycode) VALUES ('75','199.77','2009-09-23 15:24:32','online','payment_approved','PaypalGateway','4X334144LX190294B',NULL,NULL,NULL)
Table 'emarfin_cms2.cms_module_orders_payments' doesn't exist
Last edited by replytomk3 on Fri Aug 13, 2010 4:23 pm, edited 1 time in total.
replytomk3

Re: [Solved] Orders module upgrade fails 1.5.3 to 1.10

Post by replytomk3 »

CMSMS was connected to the database with a read+write only access. This operation requires full access to the database. Hope to help those who come across this.
Post Reply

Return to “Developers Discussion”