|
View previous topic :: View next topic |
| Author |
Message |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Mon May 19, 2008 2:54 pm Post subject: Upgrade problem, upgrade program thinks my db is version 6. |
|
Hi Guys,
This is weird, even thou I was running 9.1.1 the installer thinks I have version 6.
Then the upgrade breaks:
----------------------------------------------------------
On /install.php
While executing query "UPDATE nuke_config SET Default_Theme='cpgnuke', backend_title= 'CPG-Nuke Powered Site', locale ='en'"
the following error occured: Unknown column 'Default_Theme' in 'field list'
-----------------------------------------------------------
It's trying to fix the nuke_config file like it was before (phpnuke), but the file is already in DragonflyCMS format. It does not have one record and several columns. It has several records.
It there a separate script that I can run to upgrade?
Thanks,
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Mon May 19, 2008 8:15 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
| Quote:: |
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
MySQL 4.1.20 |
Full Server Specs please!
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Mon May 19, 2008 10:29 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
Apache/1.3.29 (Unix) PHP/5.2.5 FrontPage/5.0.2.2623
Detailed info at malta.globat.com/phpinfo.php.
Thanks!
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Tue May 20, 2008 2:23 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
Change your default theme to default. See if that will work. It's looks like the install did not like cpgnuke theme. Or it can not find it.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Tue May 20, 2008 2:35 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
I tried that and it did not work.
It seems to me the install is treating the config table as a phpnuke config table, thus looking for a column 'Default_Theme'. This column does not exist.
There is a record for Default_Theme, thou.
My guess is the install program somehow thinks my DB's structure is phpnuke, even thou it's dragonflycms.
Thanks,
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Tue May 20, 2008 2:39 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
You said that you converted from phpnuke, right? Did you clean up all the ophen files? I think I remembered that if you converted from phpnuke. You had to clean out the old phpnuke files. That might be your problem there.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Tue May 20, 2008 2:49 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
I did upgrade from nuke. I'll clean the files.
Thanks!!!
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Tue May 20, 2008 6:41 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
Good luck.  Hopefully that will fixed your problem.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
Mel Forum Admin


Offline Joined: Jul 21, 2004 Posts: 1386 Location: Eastern Time Zone
|
Posted: Tue May 20, 2008 10:52 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
| WebSiteGuru wrote: |
| Quote:: |
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
MySQL 4.1.20 |
Full Server Specs please!  |
dragonflycms.org/Forum...c/t=22354/
_________________ DF TIPS | Upgrade| Find Your Signature Specs|
"A bug in the code is worth two in the documentation. "
Mel please enter your server specs in your user profile!
|
|
| Back to top |
|
 |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Tue May 27, 2008 2:31 am Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
Hi Guys,
Thanks for your help.
I ended up creating a new database and inserting all the content from the old site.
Thanks,
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Tue May 27, 2008 4:26 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
What's ever work.  Glad you solved the problem.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
OlavoPP Newbie


Offline Joined: Feb 12, 2007 Posts: 17 Location: Miami, FL
|
Posted: Wed May 28, 2008 10:32 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version |
|
Yes, it works.
That also prevents any hicups from the phpnuke to find their way into the new database.
I had a couple of issues with the first upgrade.
Now things work better, except for the Batch Add Photos.
I created a topic for that in the coppermine section.
Thanks again for your help!
Jose.
OlavoPP's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache 1.3.29 (Unix) | PHP 5.2.5 | FrontPage 5.0.2.2623 | MySQL 4.1.20
|
|
| Back to top |
|
 |
WebSiteGuru 1000+ Posts Club


Offline Joined: Jun 09, 2005 Posts: 2318
|
Posted: Thu May 29, 2008 3:23 pm Post subject: Re: Upgrade problem, upgrade program thinks my db is version 6. |
|
NP! Anytime.
_________________ Lead Theme Designer - WebSiteGuru Designs
WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
|
|
| Back to top |
|
 |
|
|