Problem by UPGRADE to 1.4.6
Posted: Thu Apr 01, 2010 3:05 pm
Hallo,
i have a problem by upgrade from 1.4.4 to 1.4.6
I have first enter the following code in my DB manager ( PHP MyAdmin ):
ALTER TABLE `store` DROP `stock_status_id`;
ALTER TABLE `customer` ADD `store_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `customer_id`;
ALTER TABLE `order` ADD `invoice_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `order_id`;
ALTER TABLE `order` ADD `invoice_prefix` VARCHAR( 10 ) NOT NULL AFTER `invoice_id`;
THIS WAS SUCESSFULL
And then I enter the next code:
INSERT INTO `opencart_dev`.`setting` (
`setting_id` ,
`group` ,
`key` ,
`value`
)
VALUES (
NULL , 'config', 'config_language', 'en'
);
AND I BECOME A FOLLOWING ERROR:
#1142 - INSERT command denied to user 'lovac24'@'localhost' for table 'setting'
Can somebody help me? Thanks
i have a problem by upgrade from 1.4.4 to 1.4.6
I have first enter the following code in my DB manager ( PHP MyAdmin ):
ALTER TABLE `store` DROP `stock_status_id`;
ALTER TABLE `customer` ADD `store_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `customer_id`;
ALTER TABLE `order` ADD `invoice_id` INT( 11 ) NOT NULL DEFAULT '0' AFTER `order_id`;
ALTER TABLE `order` ADD `invoice_prefix` VARCHAR( 10 ) NOT NULL AFTER `invoice_id`;
THIS WAS SUCESSFULL
And then I enter the next code:
INSERT INTO `opencart_dev`.`setting` (
`setting_id` ,
`group` ,
`key` ,
`value`
)
VALUES (
NULL , 'config', 'config_language', 'en'
);
AND I BECOME A FOLLOWING ERROR:
#1142 - INSERT command denied to user 'lovac24'@'localhost' for table 'setting'
Can somebody help me? Thanks