how to upgrade
- balam
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 10 months ago - 17 years 10 months ago #859
by balam
I have a lic for 3 domains ...
how do I upgrade....
how do I upgrade....
Last Edit: 17 years 10 months ago by balam.
Please Log in or Create an account to join the conversation.
- it-info
-
- Offline
- New Member
-
Less
More
- Thank you received: 0
17 years 10 months ago #862
by it-info
Upgrade instructions
As always, the simplest way to upgrade is to uninstall the old version and install the new one through the component installer. Note that this will delete your settings and aliases! To upgrade keeping your settings read on.
NOTE: These upgrade instructions only apply when upgrading from version 4.9. To upgrade from previous versions, first upgrade to 4.9 and then proceed with this upgrade.
1. Upload and replace all SEF Advance files on your site using FTP.
2. Execute following commands on your mySQL database (you can use phpMyAdmin):
ALTER TABLE jos_sef_config ADD `registration` varchar(50) NOT NULL default 'registration' AFTER `login`;
ALTER TABLE jos_sef_config ADD `debugip` varchar(20) NOT NULL default '' AFTER `debug`;
ALTER TABLE jos_sef_config ADD `enabled` tinyint(1) NOT NULL default '1' AFTER `custom_comp`;
3. Alter your Replace exceptions settings by changing comma separator (,) to pipe separator (|).
As always, the simplest way to upgrade is to uninstall the old version and install the new one through the component installer. Note that this will delete your settings and aliases! To upgrade keeping your settings read on.
NOTE: These upgrade instructions only apply when upgrading from version 4.9. To upgrade from previous versions, first upgrade to 4.9 and then proceed with this upgrade.
1. Upload and replace all SEF Advance files on your site using FTP.
2. Execute following commands on your mySQL database (you can use phpMyAdmin):
ALTER TABLE jos_sef_config ADD `registration` varchar(50) NOT NULL default 'registration' AFTER `login`;
ALTER TABLE jos_sef_config ADD `debugip` varchar(20) NOT NULL default '' AFTER `debug`;
ALTER TABLE jos_sef_config ADD `enabled` tinyint(1) NOT NULL default '1' AFTER `custom_comp`;
3. Alter your Replace exceptions settings by changing comma separator (,) to pipe separator (|).
Please Log in or Create an account to join the conversation.