You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 49 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - chatserv's 6.7 web installer [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
rataxis
Nuke Soldier
Nuke Soldier


Joined: Jun 02, 2003
Posts: 10


PostPosted: Mon Jun 09, 2003 7:53 pm Reply with quoteBack to top

I downloaded the web installer that has appeared in a post on the front of the Nukecops site. I followed the instructions in the readme.txt, uploaded and connected to nukesql.php on my server.

I went through the steps and every test said everything was ok. Then when I clicked to upgrade 6.5 -> 6.7 I got a blank screen.

At first I worried what would be waiting for me when I went back to my site, but luckily it seems everything was there still intact. Checking the version it says I'm still running 6.5

Have I done something wrong?
Find all posts by rataxisView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Mon Jun 09, 2003 7:57 pm Reply with quoteBack to top

Will check on it, i'll post if i find anything.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
rataxis
Nuke Soldier
Nuke Soldier


Joined: Jun 02, 2003
Posts: 10


PostPosted: Mon Jun 09, 2003 8:02 pm Reply with quoteBack to top

Thanks muchly.
Find all posts by rataxisView user's profileSend private message
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Mon Jun 09, 2003 9:21 pm Reply with quoteBack to top

The upgrade section needs work and since i can't work on it right now i took down the article for now, i will re-post it as soon as the problem is corrected, only the upgrade links have problems, the fresh install and replace options work ok, thanks for letting me know, hopefully i should have it fixed by tomorrow.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
rataxis
Nuke Soldier
Nuke Soldier


Joined: Jun 02, 2003
Posts: 10


PostPosted: Mon Jun 09, 2003 10:00 pm Reply with quoteBack to top

Alright, no worries. o/
Find all posts by rataxisView user's profileSend private message
dmolavi
Sergeant
Sergeant


Joined: Mar 14, 2003
Posts: 79


PostPosted: Tue Jun 10, 2003 4:42 am Reply with quoteBack to top

has the database structure changed any from 6.5 to 6.7? is an upgrade as simple as replacing files, etc?

_________________
Image
Find all posts by dmolaviView user's profileSend private messageVisit poster's website
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Tue Jun 10, 2003 4:43 am Reply with quoteBack to top

There are db changes in 6.6 and 6.7

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
dmolavi
Sergeant
Sergeant


Joined: Mar 14, 2003
Posts: 79


PostPosted: Tue Jun 10, 2003 4:46 am Reply with quoteBack to top

are they short enough to list here? the only reason i ask is that i'm helping develop a third party app that integrates into PHPNuke, and it would be helpful to know of any changes in the structure/tables/etc.

thanks,
dm

_________________
Image
Find all posts by dmolaviView user's profileSend private messageVisit poster's website
ladysilver
Lieutenant
Lieutenant


Joined: Apr 07, 2003
Posts: 278

Location: USA

PostPosted: Wed Jun 11, 2003 6:06 pm Reply with quoteBack to top

Raven,

About the db changes - are there any in addition to associated topics?
Find all posts by ladysilverView user's profileSend private messageSend e-mailVisit poster's websiteICQ Number
chatserv
General
General


Joined: Jan 12, 2003
Posts: 3128

Location: Puerto Rico

PostPosted: Wed Jun 11, 2003 7:54 pm Reply with quoteBack to top

6.6 changes:

$db->sql_query("ALTER TABLE ".$prefix."_stories ADD associated TEXT NOT NULL");
$db->sql_query("ALTER TABLE ".$prefix."_autonews ADD associated TEXT NOT NULL");

6.7:

$db->sql_query("UPDATE ".$prefix."_bbconfig SET config_value='.0.4' where config_name='version'");
$db->sql_query("UPDATE ".$prefix."_bbconfig SET config_value='3600' where config_name='session_length'");

and of course the version change in each.

_________________
Feed a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
ScriptHeaven | NukeResources
Find all posts by chatservView user's profileSend private messageVisit poster's website
dmolavi
Sergeant
Sergeant


Joined: Mar 14, 2003
Posts: 79


PostPosted: Thu Jun 12, 2003 4:10 am Reply with quoteBack to top

what's the easiest upgrade path from 6.5 to 6.7? Obviously backing up the database (both from Nuke and MySQL directly) would be the first step. Though I have a lot of mods in place on my site, so what's the best way to go about this?

_________________
Image
Find all posts by dmolaviView user's profileSend private messageVisit poster's website
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Thu Jun 12, 2003 4:43 am Reply with quoteBack to top

I can only tell you what I do. I usually make a new folder, like nuke67. I then copy the 6.7 files into that folder. I make a new instance of my 6.5 database, and call it nuke67. I now have a 'clone' of my current db setup. Now I apply the upgrade sql. Remember that you can't just go from 6.5 to 6.7. You have to go 6.5 > 6.6 >6.7. The upgrade scripts are not cumulative, at least in this upgrade path. So now I should have a version 6.7 database with my 6.5 data. Now I start the tedious job of applying my changes to the 6.7 script files to match my 6.5 customizations.

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView user's profileSend private messageVisit poster's website
dmolavi
Sergeant
Sergeant


Joined: Mar 14, 2003
Posts: 79


PostPosted: Thu Jun 12, 2003 4:53 am Reply with quoteBack to top

thanks, i was afraid it was going to be something like that....
.sigh

_________________
Image
Find all posts by dmolaviView user's profileSend private messageVisit poster's website
JallaBalla
Captain
Captain


Joined: May 01, 2003
Posts: 310

Location: Oslo, Norway

PostPosted: Fri Jun 13, 2003 1:20 am Reply with quoteBack to top

Raven wrote:
I can only tell you what I do. I usually make a new folder, like nuke67. I then copy the 6.7 files into that folder. I make a new instance of my 6.5 database, and call it nuke67. I now have a 'clone' of my current db setup. Now I apply the upgrade sql. Remember that you can't just go from 6.5 to 6.7. You have to go 6.5 > 6.6 >6.7. The upgrade scripts are not cumulative, at least in this upgrade path. So now I should have a version 6.7 database with my 6.5 data. Now I start the tedious job of applying my changes to the 6.7 script files to match my 6.5 customizations.


The 6.7 webinstaller.... can't that upgrade 6.5 to 6.7 either?

_________________
JallaBalla
...a Paying customer of PHP-Nuke
8.0 / 2.20
Find all posts by JallaBallaView user's profileSend private messageICQ Number
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.430 Seconds - 279 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::