Mantis

1146 install error installing PM

Posted by Marnix 
1146 install error installing PM
January 16, 2008 03:23PM
When I try to install the Plugin Manager and perform the action:
[www......mantis]

I get the following ERROR:

Databasequery failed. Received from database #1146: Table 'parlitco.parlit_site_plugins_pm_list_table' doesn't exist voor de query: SELECT plugin FROM parlit_site_plugins_pm_list_table WHERE installed=2

On your French suport site you have (I think) a answer for this problem, but unfortunately I don's speak Frnch. ;-(
(http://forum.morinie.fr/mantis/read.php?3,1408,1418#msg-1418)

My PHP server is hosted by someone else. That means that I'm not able to configure my php settings like php.ini.

I CREATED the database tables myself with the following command:
CREATE TABLE parlit_site_plugins_pm_list_table
(
plugin varchar(50) NOT NULL PRIMARY KEY,
installed int(1) unsigned DEFAULT "0"
);

CREATE TABLE parlit_site_plugins_pm_dependencies_table
(
plugin varchar(50) NOT NULL PRIMARY KEY,
dependencies text
);

CREATE TABLE parlit_site_plugins_pm_function_overwrite_table
(
id int(7) unsigned auto_increment PRIMARY KEY,
plugin varchar(50) NOT NULL,
function varchar(100) NOT NULL,
new_function varchar(100) NOT NULL,
plugins text,
file varchar(150) NOT NULL
)

Yhis seems to work, but then I still have to complete the install with step 2 and 3.

Is it possible to alter the php files myself?

Hopefully you can help me?

Thank you in advance.

Marnix
Re: 1146 install error installing PM
January 16, 2008 03:32PM
If the Plugin manager doesn't work you can delete the tables. What is your mantis version? I suppose that you download the release 0.2.0 in tar.gz format, isn't it?

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Re: 1146 install error installing PM
January 16, 2008 03:46PM
That's a bug, I'll report it and fix it soon.

Anyway could you tell me your Mantis version?

Thanks.

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Re: 1146 install error installing PM
January 16, 2008 04:53PM
I'm using mantis 1.0.6 and I was trying to install PM 0.2.0.

And yes, I downloaded the tar.gz version.

Cheers!
Re: 1146 install error installing PM
January 16, 2008 05:57PM
You can take the pluginmanager-0.1.0.tar.gz, install-it and then upgrade to the last release.

Vincent


Mantis: 1.1.0, 1.1.5, 1.1.1
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux

Please complete your signature with your environment informations.
Enable skype notification here
Re: 1146 install error installing PM
February 03, 2008 08:52PM
When i try to install 0.1.0 i get the same error.

So I started all over again trying to instal version 0.1.0.
Still the same error.
Maybe it is because my server is hosted by my provider, so I made the tables myself with the following command:

CREATE TABLE IF NOT EXISTS `sltest_plugins_pm_list_table` (
`plugin` varchar(50) NOT NULL,
`installed` int(1) default '0',
PRIMARY KEY (`plugin`)
) TYPE=MyISAM AUTO_INCREMENT=2172 ;

CREATE TABLE IF NOT EXISTS `sltest_plugins_pm_dependencies_table` (
`plugin` varchar(50) NOT NULL,
`dependencies` text,
PRIMARY KEY (`plugin`)
) TYPE=MyISAM AUTO_INCREMENT=2172 ;

After this it worked fine.

Thank al for your help,

Marnix



Edited 2 time(s). Last edit at 02/03/2008 10:11PM by Marnix.
Sorry, only registered users may post in this forum.

Click here to login



Online Users

Guests: 20
Record Number of Users: 1 on April 02, 2023
Record Number of Guests: 115 on November 09, 2023
Top Users
Hébergeur : Morinie.Fr