Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Coppermine :: Archives ⇒ 9.1.1 to 9.1.2.1 upgrade - need help! :: Archived


9.1.1 to 9.1.2.1 upgrade - need help! :: Archived
Please post bugs in the Projects Module.
Post anything and everything else about Coppermine in this forum.

Go to page 1, 2, 3  Next
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
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Thu Mar 22, 2007 7:44 pm
Post subject: 9.1.1 to 9.1.2.1 upgrade - need help!

I have tried to upgrade to 9.1.2.1 and keep hitting a brick wall.
The first time I loaded it I got as far as logging in and hit the maintainance screen on all the pages (index.php, admin.php) which I couldn't get past.
I tried re-installing and now I get the following:

Code::
On /install.php
While executing query "ALTER TABLE cms_bbsmilies ADD pos SMALLINT NOT NULL DEFAULT '0'"

the following error occured: Duplicate column name 'pos'

In: /home/conkers/public_html/includes/classes/installer.php on line: 94
I have re-loaded everything about three times now and can't get beyond this screen.
I did try all the various solutions in the various threads around the forum, and after 24 hours I'm getting desperate to get my site back on line.
All help/suggestions gratefully received.


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
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: Thu Mar 22, 2007 8:02 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

you do probably have cms_bbsmilies and one more table *_bbsmilies

_________________
.:: 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
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Thu Mar 22, 2007 8:17 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

No, I have checked. There is only one cms_bbsmiliesm and no other *-smilies table. I have checked and double checked.
But thank you for your prompt reply.
Any other ideas?


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Thu Mar 22, 2007 8:19 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Correction: it should read cms_smilies. Sorry - fingers too fat!


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
sarah
Debugger
Debugger

Offline Offline
Joined: Mar 25, 2005
Posts: 2130

PostPosted: Thu Mar 22, 2007 8:29 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

You mean cms_bbsmilies, right? Wink

It's trying to add a field to that table which it already added when you ran the installer previously. Apparently the previous upgrade didn't complete, or else it should just say you're already running 9.1.2.1.

Drop the pos column from cms_bbsmilies and try running the installer again.

_________________
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
View user's profile Send e-mail Visit poster's website
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Thu Mar 22, 2007 10:24 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Thanks for your help, the deleting of the field worked and the Installer worked.
However, I am now back at square one as I can't access my site through the admin.php page.
I have tried all the suggestions that were offered in other threads and I'm still unable to get to my site.
Any other suggestions gratefully received


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
sarah
Debugger
Debugger

Offline Offline
Joined: Mar 25, 2005
Posts: 2130

PostPosted: Thu Mar 22, 2007 10:30 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Did you set for the admin.php to be named something else?

What happens if you just turn maintenance off in the databalse?

Code::
UPDATE cms_config_custom SET cfg_value = 1 WHERE cfg_name = "global" AND cfg_field = "maintenance";

_________________
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
View user's profile Send e-mail Visit poster's website
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Thu Mar 22, 2007 10:47 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Quote::
Did you set for the admin.php to be named something else?

No, it is admin.php


Quote::
What happens if you just turn maintenance off in the databalse?

Code::

UPDATE cms_config_custom SET cfg_value = 1 WHERE cfg_name = "global" AND cfg_field = "maintenance";

Still nothing, admin.php shows up as a maintainance page.
The full URL if you want to check is iancharlesphotos.net/admin.php


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
heliown
Heavy poster
Heavy poster

Offline Offline
Joined: Jan 23, 2007
Posts: 250
Location: USA
PostPosted: Thu Mar 22, 2007 11:12 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Now I am scared to upgrade Sad

_________________
RC heli hobby: www.rchelicoptertown.com
Khmer Community: www.angkorthom.us

heliown's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Mysql 5.1.41/php 5.2.5/CPGNuke 9.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: Thu Mar 22, 2007 11:25 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Any time you update configuration data directly in the database, you need to delete your website cache/config_MAIN_CFG.php so that it can re-generate with your changed settings.

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

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

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Fri Mar 23, 2007 9:38 am
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

Now it is getting worse, I now have a screen saying Database error when I try to log into the admin, and I'm receiving e-mails every two minutes telling me the following:

Quote::
On /
While executing query "SELECT * FROM cms_security_flood WHERE flood_ip = 'Zò%è/'"

the following error occured: Table 'conkers_icp150107.cms_security_flood' doesn't exist

In: /home/conkers/public_html/includes/classes/security.php on line: 202

I am now beginning to regret upgrading!
I've checked the database for the file cms.security_flood which doesn't exist.
I'm currently checking an old database from a previous installation to see if it's there, but now I'm totally lost.
Please help me!!!!


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Fri Mar 23, 2007 10:05 am
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

I've checked a couple of old databases and I can't find any table called "*_security_flood" in any of them.
And every few minutes the e-mails telling me I have an error are filling up my inbox.


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
Back to top
View user's profile Visit poster's website
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Fri Mar 23, 2007 10:41 am
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

_security_flood exists since 9.1 so... How did it get lost, did you delete tables ?


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
Conkersm98fr
Newbie
Newbie

Offline Offline
Joined: Apr 21, 2004
Posts: 36
Location: Manchester, England
PostPosted: Fri Mar 23, 2007 1:06 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

I've not deleted it, and I can't find it in my 9.1.1 backup copy.
How do I create it?


Conkersm98fr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.1 /Linux/Apache 1.3.37(UNIX)/PHP 4.4.3/MySQL 4.0.27-Standard
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 Mar 23, 2007 1:53 pm
Post subject: Re: 9.1.1 to 9.1.2.1 upgrade - need help!

heliown wrote:
Now I am scared to upgrade Sad
from what i can see db was screwed before the upgrade OR you are upgrading using a different (so wrong) prefix for you tables OR you are sharing different versions of DragonflyCMS or any other CMS on the same database.

_________________
.:: 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
Display posts from previous:   
Post new topic    Revive this topic    Printer Friendly Page    Forum Index ⇒  Add-Ons & BlocksCoppermine :: Archives
Page 1 of 3
All times are GMT
Go to page 1, 2, 3  Next

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
· 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.

leia mais...

   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