|
Forums ⇒ DragonflyCMS ⇒ Coppermine :: Archives ⇒ Fatal error coppermine (cpgnuke8.2b)... :: Archived
Fatal error coppermine (cpgnuke8.2b)... :: ArchivedPlease post bugs in the Projects Module. Post anything and everything else about Coppermine in this forum.
| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
murarn Newbie


Offline Joined: Aug 02, 2004 Posts: 26 Location: Sweden
|
Posted: Wed Aug 11, 2004 8:19 am Post subject: Fatal error coppermine (cpgnuke8.2b)... |
|
I upgraded my phpnuke 7.4 installation to cpgnuke 8.2b and everything is working except coppermine-module. when I navigate to coppermine I get this errormessage:
| Code:: |
Fatal error :
There was an error while processing a database query.
While executing query "SELECT * FROM nuke_users, nuke_cpg_usergroups WHERE user_group_cp = group_id AND user_id='2' AND user_active_cp = 'YES'" on 0
mySQL error: Unknown column 'user_group_cp' in 'where clause'
|
Is there someone who knows what I should do?
/MurarN
murarn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux(Debian)/1.3.31/4.0.21/5.0.2/8.2b
|
|
| Back to top |
|
 |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Wed Aug 11, 2004 9:29 am Post subject: Re: Fatal error coppermine (cpgnuke8.2b)... |
|
Your nuke_user table is not quite right, please post the structure ( which can be gotten through phpmyadmin export )
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
murarn Newbie


Offline Joined: Aug 02, 2004 Posts: 26 Location: Sweden
|
Posted: Wed Aug 11, 2004 9:46 am Post subject: Re: Fatal error coppermine (cpgnuke8.2b)... |
|
here is what i get:
| Code:: |
# phpMyAdmin SQL Dump
# version 2.5.7-pl1
# http://www.phpmyadmin.net
#
# Host: localhost
# Generation Time: Aug 11, 2004 at 11:43 AM
# Server version: 4.0.18
# PHP Version: 4.3.4
#
# Database : `cpgnuke`
#
# --------------------------------------------------------
#
# Table structure for table `nuke_users`
#
CREATE TABLE `nuke_users` (
`user_id` int(11) NOT NULL auto_increment,
`name` varchar(60) NOT NULL default '',
`username` varchar(25) NOT NULL default '',
`user_email` varchar(255) NOT NULL default '',
`femail` varchar(255) NOT NULL default '',
`user_website` varchar(255) NOT NULL default '',
`user_avatar` varchar(255) NOT NULL default '',
`user_regdate` varchar(20) NOT NULL default '',
`user_icq` varchar(15) default NULL,
`user_occ` varchar(100) default NULL,
`user_from` varchar(100) default NULL,
`user_interests` varchar(150) NOT NULL default '',
`user_sig` varchar(255) default NULL,
`user_viewemail` tinyint(1) NOT NULL default '0',
`user_aim` varchar(18) default NULL,
`user_yim` varchar(25) default NULL,
`user_msnm` varchar(25) default NULL,
`user_password` varchar(40) NOT NULL default '',
`storynum` tinyint(4) NOT NULL default '10',
`umode` varchar(10) NOT NULL default '',
`uorder` tinyint(1) NOT NULL default '0',
`thold` tinyint(1) NOT NULL default '0',
`noscore` tinyint(1) NOT NULL default '0',
`bio` tinytext NOT NULL,
`ublockon` tinyint(1) NOT NULL default '0',
`ublock` tinytext NOT NULL,
`theme` varchar(255) NOT NULL default '',
`commentmax` int(11) NOT NULL default '4096',
`counter` int(11) NOT NULL default '0',
`newsletter` int(1) NOT NULL default '0',
`user_posts` int(10) NOT NULL default '0',
`user_attachsig` tinyint(1) NOT NULL default '1',
`user_rank` int(10) NOT NULL default '0',
`user_level` int(10) NOT NULL default '1',
`broadcast` tinyint(1) NOT NULL default '1',
`user_active` tinyint(1) default '1',
`user_session_time` int(11) NOT NULL default '0',
`user_session_page` smallint(5) NOT NULL default '0',
`user_lastvisit` int(11) NOT NULL default '0',
`user_timezone` tinyint(4) NOT NULL default '0',
`user_style` tinyint(4) default NULL,
`user_lang` varchar(255) NOT NULL default 'english',
`user_dateformat` varchar(14) NOT NULL default 'D M d, Y g:i a',
`user_new_privmsg` smallint(5) unsigned NOT NULL default '0',
`user_unread_privmsg` smallint(5) unsigned NOT NULL default '0',
`user_last_privmsg` int(11) NOT NULL default '0',
`user_emailtime` int(11) default NULL,
`user_allowhtml` tinyint(1) default '1',
`user_allowbbcode` tinyint(1) default '1',
`user_allowsmile` tinyint(1) default '1',
`user_allowavatar` tinyint(1) NOT NULL default '1',
`user_allow_pm` tinyint(1) NOT NULL default '1',
`user_allow_viewonline` tinyint(1) NOT NULL default '1',
`user_notify` tinyint(1) NOT NULL default '0',
`user_notify_pm` tinyint(1) NOT NULL default '0',
`user_popup_pm` tinyint(1) NOT NULL default '0',
`user_avatar_type` tinyint(4) NOT NULL default '3',
`user_sig_bbcode_uid` varchar(10) default NULL,
`user_actkey` varchar(32) default NULL,
`user_newpasswd` varchar(32) default NULL,
`points` int(10) default '0',
`last_ip` varchar(15) NOT NULL default '0',
`last_seen_blocker` int(12) NOT NULL default '0',
PRIMARY KEY (`user_id`),
KEY `uid` (`user_id`),
KEY `uname` (`username`),
KEY `user_session_time` (`user_session_time`)
) TYPE=MyISAM AUTO_INCREMENT=21 ;
|
/MurarN
murarn's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux(Debian)/1.3.31/4.0.21/5.0.2/8.2b
|
|
| Back to top |
|
 |
nahew Nice poster


Offline Joined: Aug 02, 2004 Posts: 70
|
Posted: Fri Sep 10, 2004 3:07 am Post subject: Re: Fatal error coppermine (cpgnuke8.2b)... |
|
I have the same problem, but no solution yet.:(
nahew's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33 (Unix)/4.0.22-standard/4.3.10/Dragonfly
|
|
| Back to top |
|
 |
THiNKFiRE Silver Supporter


Offline Joined: Sep 09, 2004 Posts: 130
|
Posted: Wed Sep 22, 2004 8:43 pm Post subject: Re: Fatal error coppermine (cpgnuke8.2b)... |
|
I have this problem too...
THiNKFiRE's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Redhat 9 i686/apache (1.3.31 (Unix)) /mysql (4.0.20-standard)/phpinfo is disabled/CPGNuke 8.2b
|
|
| Back to top |
|
 |
mls64 Newbie


Offline Joined: Oct 08, 2004 Posts: 36
|
Posted: Mon Oct 11, 2004 12:38 am Post subject: Re: Fatal error coppermine (cpgnuke8.2b)... |
|
run this SQL query:
ALTER TABLE nuke_users ADD user_group_cp int(11) NOT NULL default "2";
ALTER TABLE nuke_users ADD user_group_list_cp varchar(100) NOT NULL default "2";
ALTER TABLE nuke_users ADD user_active_cp enum("YES","NO") NOT NULL default "YES";
It solved my problem.
mls64's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 1.3.33/MySQL 4.0.18/PHP 4.4.1/Dragonfly CMS
|
|
| Back to top |
|
 |
|
|
|