Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Coppermine :: Archives ⇒ Fatal error coppermine (cpgnuke8.2b)... :: Archived


Fatal error coppermine (cpgnuke8.2b)... :: Archived
Please post bugs in the Projects Module.
Post anything and everything else about Coppermine in this forum.

Post new topic    Revive this topic    Printer Friendly Page     Forum Index ⇒  Add-Ons & BlocksCoppermine :: Archives

Topic Archived View previous topic :: View next topic  
Author Message
murarn
Newbie
Newbie

Offline Offline
Joined: Aug 02, 2004
Posts: 26
Location: Sweden
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
Śyama_Dāsa
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 2048
Location: Dragonfly CMS Tribe
PostPosted: 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
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
murarn
Newbie
Newbie

Offline Offline
Joined: Aug 02, 2004
Posts: 26
Location: Sweden
PostPosted: 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
View user's profile Visit poster's website MSN Messenger
nahew
Nice poster
Nice poster

Offline Offline
Joined: Aug 02, 2004
Posts: 70

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

Offline Offline
Joined: Sep 09, 2004
Posts: 130

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

Offline Offline
Joined: Oct 08, 2004
Posts: 36

PostPosted: 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
View user's profile
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & BlocksCoppermine :: Archives
Page 1 of 1
All times are GMT

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.
· Removed index.php depency.
· v9 fixed menu hoverings on touch screens.
· Fixed menu hoverings on touch screens.
· Fixed empty $Module object

Детальніше...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
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

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
Interactive software released under GNU GPL, Code Credits, Privacy Policy