| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: 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?
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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
heliown Heavy poster


Offline Joined: Jan 23, 2007 Posts: 250 Location: USA
|
Posted: 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
_________________ 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 |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
DJ Maze Developer


Offline Joined: Apr 19, 2004 Posts: 5683 Location: http://tinyurl.com/5z8dmv
|
Posted: 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 |
|
 |
Conkersm98fr Newbie


Offline Joined: Apr 21, 2004 Posts: 36 Location: Manchester, England
|
Posted: 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 |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: 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  |
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 |
|
 |
|
|