Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ Miscellaneous ⇒ Chit-Chat :: Archives ⇒ Anyone want to help me with a different CMS? :: Archived


Anyone want to help me with a different CMS? :: Archived
Ehm yeah, who will create the most useless topic?
Trolling disturbs and corrupts our intended friendly, pleasant community environment.
It is neither welcome nor tolerated here, and will result in suspension.

Go to page 1, 2  Next
Post new topic    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ⇒  Chit-Chat

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

Offline Offline
Joined: Aug 15, 2007
Posts: 17
Location: Pensacola FL USA
PostPosted: Wed Aug 15, 2007 2:39 pm
Post subject: Anyone want to help me with a different CMS?

SQL error trying to add downloads

Code::
includes/db/db.php
CMS Warning line 51: On /admin.php?op=Downloads While executing query "insert into nuke_downloads_downloads values (NULL, '7', '0', 'Patch 01 Upgrade to 6.15 from 6.1 or 6.1a', 'http://creforge.com/frs/download.php/10/loaded61apatch01.zip', 'This will upgrade your CRE Loaded 6.1a installation to CRE Loaded 6.15 Many enhancements and bug fixes are found in this release. Currently it has reached the end of life for this product cycle and upgrading to 6.2 is highly recommended.', now(), 'Inetbiz', 'denver@chainreactionweb.com', '0', 'None', 0, 0, 0, '0', '6.1a', 'http://www.creloaded.com')" the following error occured: Column count doesn't match value count at row 1 In: /var/www/vhosts/forums.creloaded.com/httpdocs/modules/Downloads/admin/index.inc on line: 506


inetbiz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RE4/Apache 2.0/Mysql 4.4.2/PHP 4/ Dragon 9.1.2.1
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Wed Aug 15, 2007 4:04 pm
Post subject: Re: SQL error trying to add downloads

Looks like the old download module - the query looks correct.

I suggest you review your nuke_downloads_downloads table structure and delete/add the extra/missing columns (if adding, make sure you add the columns in their correct sequence).

I'd hazard a guess that you had something like the nuke Enhanced downloads module which probably has more/fewer columns than the DF Downloads module needs.

Naturally, you would backup your database tables before doing that Wink

btw, there never was a DF version 9.0.3.5


Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
inetbiz
Newbie
Newbie

Offline Offline
Joined: Aug 15, 2007
Posts: 17
Location: Pensacola FL USA
PostPosted: Wed Aug 15, 2007 5:54 pm
Post subject: Re: SQL error trying to add downloads

That's the version that we installed years ago. I'm not sure if they made it for creloaded or what. Our programmers don't have time to fool with this so it's been assigned to me. I will post the table structure here:

Code::
CREATE TABLE `nuke_downloads_downloads` (
  `lid` int(11) NOT NULL auto_increment,
  `cid` int(11) NOT NULL default '0',
  `sid` int(11) NOT NULL default '0',
  `title` varchar(100) NOT NULL default '',
  `desc_short` text NOT NULL,
  `url` varchar(100) NOT NULL default '',
  `description` text NOT NULL,
  `date` datetime default NULL,
  `name` varchar(100) NOT NULL default '',
  `email` varchar(100) NOT NULL default '',
  `hits` int(11) NOT NULL default '0',
  `submitter` varchar(60) NOT NULL default '',
  `downloadratingsummary` double(6,4) NOT NULL default '0.0000',
  `totalvotes` int(11) NOT NULL default '0',
  `totalcomments` int(11) NOT NULL default '0',
  `filesize` int(11) NOT NULL default '0',
  `version` varchar(10) NOT NULL default '',
  `homepage` varchar(200) NOT NULL default '',
  PRIMARY KEY  (`lid`),
  KEY `lid` (`lid`),
  KEY `cid` (`cid`),
  KEY `sid` (`sid`),
  KEY `title` (`title`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=236 ;


inetbiz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RE4/Apache 2.0/Mysql 4.4.2/PHP 4/ Dragon 9.1.2.1
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Wed Aug 15, 2007 9:52 pm
Post subject: Re: SQL error trying to add downloads

Code::
`desc_short` text NOT NULL,

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
inetbiz
Newbie
Newbie

Offline Offline
Joined: Aug 15, 2007
Posts: 17
Location: Pensacola FL USA
PostPosted: Thu Aug 16, 2007 11:50 pm
Post subject: Re: SQL error trying to add downloads

Now a new one arrived in email:

Code::
On /Forums/posting.html
While executing query "INSERT INTO nuke_bbtopics (topic_title, topic_description, topic_descmod, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote, icon_id) VALUES ('Desperate ~ need 'Add comments to your order' text', 'Missing 'add comments to order' text in checkout', '', 5890, 1187319149, 23, 0, 0, 0, 0)"

the following error occured: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'add comments to order' text in checkout', '', 5890, 1187319149, 23, 0, 0, 0, 0)' at line 1

In: /var/www/vhosts/forums.creloaded.com/httpdocs/includes/phpBB/functions_post.php on line: 138


inetbiz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RE4/Apache 2.0/Mysql 4.4.2/PHP 4/ Dragon 9.1.2.1
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Fri Aug 17, 2007 12:29 am
Post subject: Re: SQL error trying to add downloads

inetbiz are you really running Dragon 9.0.3.5?
also someone must have modified those files, please consider to reopload all original files or upgrade to a recent version.

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
rlgura
1000+ Posts Club
1000+ Posts Club

Offline Offline
Joined: Mar 27, 2006
Posts: 1146
Location: Cleveland, OH USA
PostPosted: Fri Aug 17, 2007 5:00 pm
Post subject: Re: SQL error trying to add downloads

Uh, what's CRELoaded? Looks like a totally different CMS...

_________________
Admin - Great Lakes Web Designs
Theme Designer - WebSite Guru Designs
Site Admin - Families with Food Allergies

rlgura's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.27-grsec/Apache 2.2.11/MySQL 5.0.67-community-log/PHP 5.2.8/DF 9.2.1
Back to top
View user's profile Visit poster's website
Mel
Forum Admin
Forum Admin

Offline Offline
Joined: Jul 21, 2004
Posts: 1386
Location: Eastern Time Zone
PostPosted: Fri Aug 17, 2007 6:09 pm
Post subject: Re: Anyone want to help me with a different CMS?

inetbiz wrote:
That's the version that we installed years ago. I'm not sure if they made it for creloaded or what. Our programmers don't have time to fool with this so it's been assigned to me. I will post the table structure here:

Subject heading changed to fit topic.
Moved to Chit Chat.
FYI: Support Forums are ONLY for Dragonfly CMS.


Mel please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Visit poster's website
inetbiz
Newbie
Newbie

Offline Offline
Joined: Aug 15, 2007
Posts: 17
Location: Pensacola FL USA
PostPosted: Sat Aug 18, 2007 3:51 pm
Post subject: Re: Anyone want to help me with a different CMS?

Why is this moved to chit chat? I still need help


inetbiz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RE4/Apache 2.0/Mysql 4.4.2/PHP 4/ Dragon 9.1.2.1
Back to top
View user's profile Visit poster's website
CatchImran
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Mar 06, 2006
Posts: 635
Location: India
PostPosted: Sat Aug 18, 2007 4:06 pm
Post subject: Re: Anyone want to help me with a different CMS?

Simply because you aren't using Dragonfly and this is a forums related to Dragonfly and not any other CMS. Hope that helps explain the moving of the topic.

_________________


Visit www.RadoPOD.com Today!

CatchImran's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.0.54 (Unix)/5.0.51/5.2.6/DragonflyCMS 9.2.1
Back to top
View user's profile Visit poster's website
inetbiz
Newbie
Newbie

Offline Offline
Joined: Aug 15, 2007
Posts: 17
Location: Pensacola FL USA
PostPosted: Sat Aug 18, 2007 5:12 pm
Post subject: db coallation

db coallation

Code::
On /admin.php
While executing query "DELETE FROM nuke_session WHERE host_addr=' p/' AND guest=1"

the following error occured: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

In: /var/www/vhosts/forums.creloaded.com/httpdocs/includes/classes/cpg_member.php on line: 121


inetbiz's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
RE4/Apache 2.0/Mysql 4.4.2/PHP 4/ Dragon 9.1.2.1
Back to top
View user's profile Visit poster's website
Mel
Forum Admin
Forum Admin

Offline Offline
Joined: Jul 21, 2004
Posts: 1386
Location: Eastern Time Zone
PostPosted: Sat Aug 18, 2007 5:21 pm
Post subject: Re: Anyone want to help me with a different CMS?

From our dev:
NanoCaiordo wrote:
inetbiz are you really running Dragon 9.0.3.5?
also someone must have modified those files, please consider to reopload all original files or upgrade to a recent version.

If you are indeed needing help with Dragonfly CMS, please provide the correct Version and build. You were asked this before. Confused You choose to ignore it.
This information is needed to be able to properly assist you, since the only information you have provided us with is NOT a dragonfly cms.

Thanks


Mel please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Sat Aug 18, 2007 8:12 pm
Post subject: Re: Anyone want to help me with a different CMS?

CREloaded appears to be a dragonfly site that has been fiddled with and left to decay - you should contact the person who claimed responsibility for it - perhaps he can sort out the mess and upgrade it to a more secure version.
LoonyLuke wrote:

btw your site is not running LEO correctly all pages should be html (like my site: www.CRELoaded.com)

Luke

There is no version 9.0.3.5


Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Sat Aug 18, 2007 11:13 pm
Post subject: Re: Anyone want to help me with a different CMS?

Figured out what he ment: forums.creloaded.com/


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
Mel
Forum Admin
Forum Admin

Offline Offline
Joined: Jul 21, 2004
Posts: 1386
Location: Eastern Time Zone
PostPosted: Sat Aug 18, 2007 11:50 pm
Post subject: Re: Anyone want to help me with a different CMS?

Oh, I get now. It looks like it was once DF, not sure what version. Confused

However, upgrading to a more secure Version 9.1.2.1 and reading this HERE may be just the solution! Smile


Mel please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ⇒  Chit-Chat
Page 1 of 2
All times are GMT
Go to page 1, 2  Next

 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· 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.

Aiheesta Lisää...

   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