| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 3:13 am Post subject: modules won't install |
|
when I am trying to install modules such as coppermine I am getting the following message
| Quote:: |
includes/db/db.php
CMS Warning line 75: On /admin.php?op=modules&install=coppermine While executing query "CREATE TABLE nuke_cpg_albums ( aid int(11) NOT NULL auto_increment, title varchar(255) NOT NULL default '', description text NOT NULL, visibility int(11) NOT NULL default '0', uploads enum('YES','NO') NOT NULL default 'NO', comments enum('YES','NO') NOT NULL default 'YES', votes enum('YES','NO') NOT NULL default 'YES', pos int(11) NOT NULL default '0', category int(11) NOT NULL default '0', pic_count int(11) NOT NULL default '0', thumb int(11) NOT NULL default '0', last_addition INT NOT NULL default '0', stat_uptodate enum('YES','NO') NOT NULL default 'NO', PRIMARY KEY (aid), KEY alb_category (category)) TYPE=MyISAM DEFAULT CHARSET=utf8" the following error occured: Table 'nuke_cpg_albums' already exists In: /homepages/6/d155126608/htdocs/forum/includes/classes/installer.php on line: 61
|
I am running a 9.1.2.1 (phpnuke 8 upgrade), mysql 5, 1 & 1 webhosts php 4.4.4
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: Fri Apr 13, 2007 3:18 am Post subject: Re: modules won't install |
|
How did you try to install the Photo Gallery? It's installed by default, with no option to uninstall it. The db error is telling you it can't add the coppermine tables because they already exist, which they should.
_________________ Diagon Alley - Top Design
sarah's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.37/4.1.21-standard/4.4.4/9.1.1
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 3:22 am Post subject: Re: modules won't install |
|
when I look under modules it is showing coppermine the only option there is install I can't edit it
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 3:26 am Post subject: Re: modules won't install |
|
nor can I activate it
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 4086 Location: Melbourne, AU
|
Posted: Fri Apr 13, 2007 9:56 am Post subject: Re: modules won't install |
|
try to run the following query from phpmyadmin or similar and post the results here please
| Code:: |
select mid, active from nuke_modules where title='coppermine' |
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4.9 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.19 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.19 / MySQL 5.5.22 / v9, v10

NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 1:51 pm Post subject: Re: modules won't install |
|
I have reverted back to phpnuke for now so that my users can use the site (they were kicking off lol) I will try the to upgrade it again tonight if I get the same error I will do as you ask...
I wondered if 1 & 1 set their mysql 5 servers in strict mode but I don't know how to check or ammend if needs be
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8836 Location: Netizen
|
Posted: Fri Apr 13, 2007 8:27 pm Post subject: Re: modules won't install |
|
| NanoCaiordo wrote: |
try to run the following query from phpmyadmin or similar and post the results here please
| Code:: |
select mid, active from nuke_modules where title='coppermine' |
|
Aside from that, empty your website cache folder and let things regenerate.
_________________ • DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin •
Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 10:56 pm Post subject: Re: modules won't install |
|
ok,
I have tried again today and I ran the install on version 9.0.6.1 before upgrading it to 9.1.2.1. It seems to be all fine now... but I did get an error message about a duplicate column whilst installing WoWRosterDF but that has installed on 9.1.2.1 so I don't know why it errored.
Thanks for all your advice
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Fri Apr 13, 2007 11:01 pm Post subject: Re: modules won't install |
|
in reference to my previous post I have just had the same results installing Shoutblock 3... comes up with the following error
| Quote:: |
CMS Warning line 75: On /admin.php?op=modules&install=Shoutblock While executing query "ALTER TABLE nuke_admins ADD radminshoutblock TINYINT(1) NOT NULL DEFAULT '0'" the following error occured: Duplicate column name 'radminshoutblock' In: /homepages/6/d155126608/htdocs/forum/admin/modules/modules.php on line: 262
|
but the strange thing is it installs anyway
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
gyrantol Newbie


Offline Joined: Mar 30, 2007 Posts: 16
|
Posted: Mon Apr 16, 2007 8:41 am Post subject: Re: modules won't install |
|
I am trying to install Forums Pro and I am getting a similar error message, but this time it will not install
gyrantol's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
|
|
| Back to top |
|
 |
|
|