Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

JoomSEF Downgrading
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.

TOPIC: JoomSEF Downgrading

Re: JoomSEF Downgrading 11 years, 11 months ago #29328

you can see screenshot in attachment. What about URLS when install older version? Please help.

Denis
Attachments:

Re: JoomSEF Downgrading 11 years, 11 months ago #29355

  • dajo
  • OFFLINE
  • Posts: 5069
For URLs just follow the instructions from my original answer:
When you uninstall JoomSEF, all the tables in your database starting with jos_sef will have the _bak suffix added, so no data are lost. When you install the older version again, just restore the configuration.php file from the backup, and in your database delete all the tables starting with jos_sef that don't end with _bak, and then rename the ones with _bak so that you remove the _bak suffix.


Of course don't forget to make a current backup of your website (eg. with Akeeba Backup) before doing this.
ARTIO Support Team

Re: JoomSEF Downgrading 11 years, 11 months ago #29356

But you said that in JoomSEF 3 configuration is located in jos_components table in the params column. The main JoomSEF record has parent=0 and option=com_sef values. There is no configuration.php. How to restore configuration in joomSEF 3?

Better solution for me is to fix bug in upgraded joomSEF that does not show bottom part of URLs Manager page. Do you have any idea how to fix it? I send screenshot so you can see it. Please help.

Denis

Re: JoomSEF Downgrading 11 years, 11 months ago #29358

  • dajo
  • OFFLINE
  • Posts: 5069
Yes, URLs and all their data are stored in jos_sef... tables and JoomSEF Configuration is stored in jos_components table in the params column.

The pagination should be displayed correctly. Try enabling error reporting on your server or check your server error logs to see if there's any PHP error reported.
ARTIO Support Team

Re: JoomSEF Downgrading 11 years, 11 months ago #29359

when switch to display errors I can see errors.. see screenshot in attachment
Attachments:

Re: JoomSEF Downgrading 11 years, 11 months ago #29362

  • dajo
  • OFFLINE
  • Posts: 5069
The error message is usually caused by a corrupted table in your database, so it seems that jos_sefurls table got corrupted somehow.
You should backup your database and then try running the following SQL using phpMyAdmin or similar tool:
REPAIR TABLE jos_sefurls;

MySQL documentation recommends running the repair SQL twice. For more information: dev.mysql.com/doc/refman/5.1/en/repair-table.html
You could also try asking your web hosting company to check the database for you.
ARTIO Support Team
User Login Empty