Menu Content

Support

> Forums, FAQs & Paid Support
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 14 years, 8 months ago #26386

  • ryanarmstrong
  • OFFLINE
  • Posts: 4
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.
User Login Empty