error while upgrading from 1.1.1 to 1.2.4

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
amartlk
Posts: 15
Joined: 04 Jan 2011, 07:47

error while upgrading from 1.1.1 to 1.2.4

Post 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
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: error while upgrading from 1.1.1 to 1.2.4

Post 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
Please use Search before posting and read the Manual
amartlk
Posts: 15
Joined: 04 Jan 2011, 07:47

Re: error while upgrading from 1.1.1 to 1.2.4

Post by amartlk »

i already copy config.php still having same error
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: error while upgrading from 1.1.1 to 1.2.4

Post by atrol »

Please use Search before posting and read the Manual
amartlk
Posts: 15
Joined: 04 Jan 2011, 07:47

Re: error while upgrading from 1.1.1 to 1.2.4

Post by amartlk »

hi

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

thanks
Amar
a
Post Reply