Fatal error coppermine (cpgnuke8.2b)...
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexCoppermine
Author Message
murarn
Newbie


Joined: Aug 02, 2004
Posts: 26
Location: Sweden

PostPost subject: Fatal error coppermine (cpgnuke8.2b)...
Posted: Wed Aug 11, 2004 8:19 am
Reply with quote

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
View user's profile Visit poster's website MSN Messenger
Śyama_Dāsa
Developer


Joined: Apr 19, 2004
Posts: 2049
Location: Dragonfly CMS Tribe

PostPost subject: Re: Fatal error coppermine (cpgnuke8.2b)...
Posted: Wed Aug 11, 2004 9:29 am
Reply with quote

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
View user's profile Visit poster's website Yahoo Messenger
murarn
Newbie


Joined: Aug 02, 2004
Posts: 26
Location: Sweden

PostPost subject: Re: Fatal error coppermine (cpgnuke8.2b)...
Posted: Wed Aug 11, 2004 9:46 am
Reply with quote

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
View user's profile Visit poster's website MSN Messenger
nahew
Nice poster


Joined: Aug 02, 2004
Posts: 70

PostPost subject: Re: Fatal error coppermine (cpgnuke8.2b)...
Posted: Fri Sep 10, 2004 3:07 am
Reply with quote

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
View user's profile Visit poster's website
THiNKFiRE
Silver Supporter


Joined: Sep 09, 2004
Posts: 130

PostPost subject: Re: Fatal error coppermine (cpgnuke8.2b)...
Posted: Wed Sep 22, 2004 8:43 pm
Reply with quote

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
View user's profile Visit poster's website
mls64
Newbie


Joined: Oct 08, 2004
Posts: 36

PostPost subject: Re: Fatal error coppermine (cpgnuke8.2b)...
Posted: Mon Oct 11, 2004 12:38 am
Reply with quote

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
View user's profile
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexCoppermine All times are GMT
Page 1 of 1


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Dedicated Server & Bandwidth Sponsored by DedicatedNOW
User Info [x]

Welcome Anonymous

Nickname
Password
(Register)

Last CVS commits [x]

Languages [x]

Community [x]

Support for DragonflyCMS in a other languages:

Deutsch
Español

X-links [x]
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

Preview theme [x]
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.


You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
This page generated in 1.278 seconds with 19 DB Queries in 0.2 seconds
Memory Usage: 2.91 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy