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


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Wed Jan 31, 2007 11:39 pm Post subject: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
Hello, I've been trying to upgrade to 9.1.1. for some time now...
I've run into a lot of trouble, as I had an old PHP-nuke install, which was upgraded to 7.8 today.
After that, I started upgrading to 9.1.1...
But I've run into trouble...
During install, i got a lot of questions relating to tables in nuke_users, which it tried to drop from the SQL, but no success...The tables did not exist...
Well, I created them to make the installer continue, but got a new error:
"UPDATE nuke_modules SET uninstall=1 WHERE title='coppermine'
Unknown column 'uninstall' in 'field list'
Please contact the CPG-Nuke Dev Team about the error
You cannot continue with the installation"
Any ideas whats wrong?
The Coppermine folders turned yellow during initial installation, but I din't bother to perform the CHMOD...
I'm too tired to start debuging, I admit it...Just hoping someone else has a clever explanation on this one...
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
Phoenix • Many Posts •


Offline Joined: Apr 19, 2004 Posts: 8799 Location: Netizen
|
|
| Back to top |
|
 |
sarah Debugger


Offline Joined: Mar 25, 2005 Posts: 2130
|
Posted: Wed Jan 31, 2007 11:44 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
You can try adding that column manually
| Code:: |
ALTER TABLE `nuke_modules` (
ADD `uninstall` tinyint(4) NOT NULL default '0'; |
_________________ 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 |
|
 |
oceana Newbie


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Wed Jan 31, 2007 11:50 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
Thanks to both of you, I will try this in the morning ! 
I knew I could count on you to help me out 
Time for some zZz....
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
oceana Newbie


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Thu Feb 01, 2007 4:16 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
Still a lot of issues, I'll give the CVS a go...Hopefully not a too painfull experience...
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
oceana Newbie


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Thu Feb 01, 2007 5:29 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
Sarah: I tried adding the column, but still problems...
So far, it has requested these tables:
nuke_users
-> popmeson
-> user_theme
-> user_regdate_cp
nuke_referer
-> rid
nuke_topics
-> topicname
I will it another go later this evening.
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
oceana Newbie


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Thu Feb 01, 2007 8:59 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
The latest error displayed:
"On /install.php
While executing query "ALTER TABLE nuke_pages CHANGE clanguage language varchar(30) NOT NULL DEFAULT ''"
the following error occured: Unknown column 'clanguage' in 'nuke_pages'
In: /home/sites/hpbk.org/www/includes/classes/installer.php on line: 111"
This was after I had put in the different tables that were missing, as well as the table mentioned by Sarah.
Will continue to try and work around it and post here...
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
oceana Newbie


Offline Joined: Jun 04, 2006 Posts: 38 Location: Norway
|
Posted: Thu Feb 01, 2007 9:09 pm Post subject: Re: Trouble upgrading from 7.8 to 9.1.1. - Unknown column? |
|
(Isn't there an edit post option here somewhere?)
I looked at the error, and it seems the installer looks for the "clanguage" table, but it is named "language" in the DB...
I tried renaming the table to clanguage, and the installer continued, but halted on the same line, same thing here...Another name that doesn't match...
Ideas? Think I will put my page back up unntil the 9.1.1.1 comes out...
oceana's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/1.3.31//4.3.11/
|
|
| Back to top |
|
 |
|
|