Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Switching on JoomSEF in J1.7 borks my front end
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 4 (Joomla 1.6/1.7/2.5+ compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.

TOPIC: Switching on JoomSEF in J1.7 borks my front end

Re: Switching on JoomSEF in J1.7 borks my front end 12 years, 4 months ago #26386

Oop! Don't worry; I found it myself. The following sql solved the problem (obviously replace #_ with your table prefix).

ALTER TABLE `#__languages` ADD COLUMN `ordering` int(11) NOT NULL default 0 AFTER `published`;
ALTER TABLE `#__languages` ADD INDEX `idx_ordering` (`ordering`);
The topic has been locked.
Přihlášení uživatele Prázdný