Page 1 of 1

error while upgrading from 1.1.1 to 1.2.4

Posted: 17 Mar 2011, 12:08
by amartlk
i copy new folder in reqd location take backup of previous and while upgrading database i get folloing error as--


Installing Database

Create database if it does not exist GOOD

Checking Database Server Version

Running mysql version 5.1.30 GOOD

Attempting to connect to database as user GOOD


Schema CreateTableSQL ( mantis_plugin_table ) BAD
CREATE TABLE mantis_plugin_table ( basename VARCHAR(40) NOT NULL, enabled TINYINT NOT NULL DEFAULT '0', PRIMARY KEY (basename) )ENGINE=MyISAM DEFAULT CHARSET=utf8
Can't create table 'mantis_plugin_table' (errno: 13)



pls suggest

Re: error while upgrading from 1.1.1 to 1.2.4

Posted: 17 Mar 2011, 13:49
by atrol
Maybe you didn't copy your old config_inc.php to the new directory
read doc/INSTALL chapter UPGRADING for the needed steps to upgrade

Re: error while upgrading from 1.1.1 to 1.2.4

Posted: 18 Mar 2011, 10:42
by amartlk
i already copy config.php still having same error

Re: error while upgrading from 1.1.1 to 1.2.4

Posted: 18 Mar 2011, 11:05
by atrol

Re: error while upgrading from 1.1.1 to 1.2.4

Posted: 21 Mar 2011, 10:30
by amartlk
hi

problem ressolved there is permission problem in mysql folder after giving permission issue resolved

thanks
Amar
a