Go Back   Pligg Forum > Pligg Help > Installation and Upgrade Help
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2008, 06:36 AM
kishor kishor is offline
New Pligger
Pligg Version: 9.8.2
Pligg Template: default
 
Join Date: Dec 2007
Posts: 9
Downloads: 5
Uploads: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Guide me

Hi folks,

Site: Sustain'd - vote on the best LDS-related posts!

This site using old pligg Beta 6 Preview version.Now we are trying to upgrade with pligg 9.8.2 version with preserving exiting data and template . We think directly upgrading is not possible because database structure and template coding changes.

So we decided to first upgrade with pligg 9.0 with following steps
[We found this steps on pligg forum by pligg koder "savant"]

Backup a copy of your dbconnect.php

1. extract pligg 9 and overwrite all files.
2. rename settings.php.default to settings.php
3. ovewrite dbconnect.php with the one you backed up.
4. If you get an error saying function already exists add // infront of function _($s) {return $s;}

5. in settings.php: set table_prefix to ""

define('table_prefix', '');

6. create the config table. [

CREATE TABLE config (
`var_id` int(11) NOT NULL auto_increment,
`var_page` varchar(50) NOT NULL,
`var_name` varchar(100) NOT NULL,
`var_value` varchar(50) NOT NULL,
`var_defaultvalue` varchar(50) NOT NULL,
`var_optiontext` varchar(200) NOT NULL,
`var_title` varchar(200) NOT NULL,
`var_desc` text NOT NULL,
`var_method` varchar(10) NOT NULL,
`var_enclosein` varchar(5) default NULL,
PRIMARY KEY (`var_id`)
) TYPE = MyISAM;

]

7. Import /install/upgrade_config_table.sql into phpmyadmin. This will fill up config.php

8. Run upgrade.php

9. in settings.php: set table_prefix to "". and other stuff like $my_pligg_base




And then upgrade this with pligg 9.8.2.

After this we will start template modification with yget to match with our old site template.


So please guide us that we are going to right way or not? If anybody known any better idea then please revert it.

Is it possible to modify yget (pligg 9.8.2) template to match with old template (Sustain'd - vote on the best LDS-related posts!)



Please guide us.


Thanks

Kishor
Reply With Quote
Reply



Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
EASY NO WORRIES PAINLESS adsense revenue sharing mod placement mod guide johntheentrepreneur Pligg Mods 3 03-11-2008 12:47 PM
Pligg Documentation Style Guide tbronson Wiki Articles 0 10-29-2007 12:34 AM
Any guide to users? rajeshmv General Help 3 09-17-2007 03:42 PM
Has anyone written a basic user's guide or FAQ for the users of your Pligg site? tiger2f General Help 0 05-10-2007 09:48 AM
Basic Users Guide? fastcart General Help 2 09-04-2006 05:02 AM


LinkBacks Enabled by vBSEO 3.0.0