| View previous topic :: View next topic |
| Author |
Message |
Tulisan Administrator

Joined: May 17, 2005 Posts: 11576 Location: Philippines (GMT+8)
Status: Offline
|
|
| Back to top |
|
 |
BEAR285 Evolution Super User

Joined: May 23, 2006 Posts: 230 Location: WALES, UK
Status: Offline
|
Posted: Thu May 10, 2007 3:36 pm Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
| Okay, with my betasite I was able to fix the problems by comparing files and copying and replacing. Everything is working now, the upgrade script that upgraded the site to 2.0.1 worked perfect, the upgrade sql from 2.0.1 to 2.0.3 did cause a few problems but it is all now sorted. thanks for the great tutorials and excellent sql's. Site is working great now with no loss of data at all. Thanks again. |
 |
|
| Back to top |
|
 |
DELETED Team Member

Joined: Sep 21, 2005 Posts: 1745 Location: don't rush me
Status: Offline
|
Posted: Fri May 11, 2007 10:37 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
glad to hear it dude...wish I could have helped but I didnt see your posts until now. Anyway, all is well.  |
|
|
| Back to top |
|
 |
Tulisan Administrator

Joined: May 17, 2005 Posts: 11576 Location: Philippines (GMT+8)
Status: Offline
|
|
| Back to top |
|
 |
SkIpErMan Evolution User

Joined: Sep 01, 2006 Posts: 25
Status: Offline
|
Posted: Thu Jun 28, 2007 4:58 pm Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
I have trie to run above sql script! It looks like I dont have the table  nuke_evo_userinfo in the old evo relase I use!  Is this importent to have or could I just delete this textfield?
I am not shure if I fully have understund this manual! Do I need any other version like 2.01 2.02? The script above was not working for me to upgrade directly to 2.4 or 2.5! I got a white site
If I need any other version, then everybody needs it, so that would be nice if we could find needed version in the download area!
/SkIpErMan |
|
|
| Back to top |
|
 |
NICK_THE_HARI Evolution Power User

Joined: Jan 03, 2007 Posts: 174
Status: Offline
|
Posted: Sat Jun 30, 2007 6:41 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
| Out with the old in with the New |
|
|
| Back to top |
|
 |
mrsmith25 Evolution User

Joined: Jun 06, 2006 Posts: 96
Status: Offline
|
Posted: Tue Oct 02, 2007 7:26 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
I read in depreciation where you said "there is no reason to still have 2.0.0"
That makes me a sad panda.. somehow thats the version I have. So I took a jab at running the sql code u linked to go from 2.0.0.-2.0.1. And it gave me these results.
in one window it said
| Code:
|
Error
SQL query:
INSERT INTO `nuke_bbconfig`
VALUES (
'loginpage', '1'
);
MySQL said: Â
#1062 - Duplicate entry 'loginpage' for key 1
|
Then in another window it said:
| Code:
|
ALTER TABLE `nuke_evo_userinfo` CHANGE `position` `position` INT(10) NOT NULL;# Affected rows: 126
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
INSERT INTO `nuke_bbconfig` VALUES ('loginpage', '1');
|
I am sooo not tech savy. is there any simple way to point me in the right direction? Thanks for even considering reading the "depreciated loser" post.
------ EDITED ------
Alright so I essentially went through the entire 2.0.1 to 2.0.5 process step by step clearing cache, lmprting sql, and replacing files. Earlier when I performed "VIEW NEW VERSION" Â it said I had 2.0.0 and that the newest was 2.0.5.
Now when I hit the "VIEW NEW VERSION" button it says:
Nuke-Evolution Version
The current version is: 2.0.0 Basic
Your version is: 2.0.0 Basic |
|
|
| Back to top |
|
 |
Rodmar Team Member

Joined: Feb 05, 2005 Posts: 3265
Status: Offline
|
Posted: Tue Oct 02, 2007 9:04 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
You need to go trough each upgrade so this means from 2.0.0 to 2.0.1. Then from 2.0.1 to 2.0.3, from 2.0.3 to 2.0.4 and finally from 2.0.4 to 2.0.5. The first upgrade seems not to be included in the latest Evo package but all the rest is in there. All you need from Evo 2.0.0 to 2.0.1 should be explained here in this post:
http://www.nuke-evolution.com/modules.php?name=Forums&file=viewtopic&p=75715#75715
If you get an error regarding duplicated entry. Don't mind. This means, you already got that changed in your DB so that's fine already. Just take the next line and go on.
Also you may reread the whole topic here. It should be explained how you get to the latest version
But be sure to make backups of your DB and files as well before you start with this procedure.
But I see, you say you already upgraded to 2.0.5 now but it looks like that you've missed something since your version still says 2.0.0. |
 |
|
| Back to top |
|
 |
Tulisan Administrator

Joined: May 17, 2005 Posts: 11576 Location: Philippines (GMT+8)
Status: Offline
|
|
| Back to top |
|
 |
mrsmith25 Evolution User

Joined: Jun 06, 2006 Posts: 96
Status: Offline
|
Posted: Wed Oct 03, 2007 2:07 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
| Rodmar wrote (View Post):
|
|
You need to go trough each upgrade so this means from 2.0.0 to 2.0.1. Then from 2.0.1 to 2.0.3, from 2.0.3 to 2.0.4 and finally from 2.0.4 to 2.0.5. The first upgrade seems not to be included in the latest Evo package but all the rest is in there. All you need from Evo 2.0.0 to 2.0.1 should be explained here in this post:
|
Yeah I might have branched off, but thats what i was saying in my post. I did the sql upgrade as suggested in this thread to go from 2.0.0 to 2.0.1, then I did all of the individual upgrades to eventually land at what was supposed to be 2.0.5
yeah, thats the sql suggestion that I mentioned in my post that didnt seem pan out.
Ultimately the tone from the OP is that the 2.0.0 is way depreciated and support is no longer offered. Which I totally understand. ANd I would be more than happy to somehow do a clean install and take old user db and just update.
but here is my problem, I have no idea how to take an existing user database and just pop it into a clean installation.
I dont have any altered or magically modules in my installation. its just a basic install with a theme or two ive downloaded along the way + shoutbox.
One example of current issue that is prompting me posting in a "depreciated thread" =Fatal error: Call to undefined function: evo_mail() in /home/dawn2/public_html/modules/Your_Account/admin/approveuserconf.php on line 66
Cant seem to activate people who are trying to register. Havent really tried everything in the forums today, but noticed this as one of the recent failures |
|
|
| Back to top |
|
 |
Tulisan Administrator

Joined: May 17, 2005 Posts: 11576 Location: Philippines (GMT+8)
Status: Offline
|
|
| Back to top |
|
 |
Rodmar Team Member

Joined: Feb 05, 2005 Posts: 3265
Status: Offline
|
Posted: Wed Oct 03, 2007 11:34 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
Yeah, forgot to mention Only the DB has to get upgraded like that. The files you can use the latest one. No need to upload them everytime. |
 |
|
| Back to top |
|
 |
mrsmith25 Evolution User

Joined: Jun 06, 2006 Posts: 96
Status: Offline
|
Posted: Tue Oct 09, 2007 6:46 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
aight - So I reran all of the dbsql upgrades (2.0.0.-2.0.1 + 2.0.1-2.0.3 + 2.0.3-2.0.4 + 2.0.4-2.0.5) and each showed duplicate entry. So then of course I went back and re-uploaded everything. Hitting refresh after each majory folder. It looks like a file was missing from the /modules/forums that caused my errors.
So at the moment everything is functional and appears ok. One slight hiccup - for whatever reason I have a "block" that I cant make go away. Or a setting that has default toggled and I dont know how or why.
What is normally set to "home" here ? I have never had anything before that I Knew of. Now I cant seem to get rid of having an extra block screwing up my width.
*grabs another beer* |
|
|
| Back to top |
|
 |
Eyecu Support Team

Joined: Apr 09, 2005 Posts: 1270 Location: Canada
Status: Offline
|
Posted: Tue Oct 09, 2007 11:19 am Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
| News is usually the default home module. |
 |
|
| Back to top |
|
 |
mrsmith25 Evolution User

Joined: Jun 06, 2006 Posts: 96
Status: Offline
|
Posted: Sat Oct 13, 2007 6:04 pm Post subject: Re: Depreciation of Evo 1.0.1 & 2.0.0 RC1-2.0.0 |
|
|
| Eyecu wrote (View Post):
|
|
News is usually the default home module.
|
Yes News was the trick. ty.  |
|
|
| Back to top |
|
 |
|