Menu Content

Support

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

How do I turn SEFs off for certain extensions
(1 viewing) (1) Guest
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.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.
  • Page:
  • 1

TOPIC: How do I turn SEFs off for certain extensions

How do I turn SEFs off for certain extensions 14 years, 5 months ago #11546

I recently upgraded to JoomSEF 3.6.1 on Joomla 1.5.15. I cannot get it to work with Registration Pro.

I went to extension manager to switch the handling to 'Don't SEF' and I get this error:

500 - An error has occurred.

TableExtension::store failed - Unknown column 'filters' in 'field list' SQL=UPDATE `jos_sefexts` SET

`id`='11',`title`='',`filters`='',`params`='numberDuplicates=2\nautoCanonical=2\nignoreSource=2\nitemid=0\noverrideId=

\nuseSitename=1\ncustomSitename=\npageLimit=\nhandling=2\nshowMenuTitle=1\ncustomMenuTitle=\ncustomNonSef=\nstopRule=

\ndownloadId=\nacceptVars=\nacceptStrict=0\nvarFilterFail=0\n\n' WHERE file='com_registrationpro.xml'

How can I switch off JoomSEF for this extension?

Excuse the repeat postings but this forum isn't showing my posts
The topic has been locked.

Re:How do I turn SEFs off for certain extensions 14 years, 5 months ago #11561

  • jaku
Hello,

switching the SEF off will not help in your case.
It seems that the upgrade to the latest version did not work as it should from some reason and the DB table was not updated as it should be.
(you can see that from the message "Unknown column 'filters' ", which means the column is missing in your DB)

I would recommend you unistalling the JoomSEF completely, make sure its DB tables are gone and reinstall it. That is the easiest way to fix this.
And alternative would be to fix the table manually, and run the needed SQL queries that will update your DB.
You can find the quesries in the "update" directory of the JoomSEF installation package.

This one, for the filter would be:
ALTER TABLE `#__sefexts` ADD COLUMN `filters` TEXT;


...but I am not sure if this is the only one needed. Some more fields may be missing also.
The topic has been locked.
  • Page:
  • 1
User Login Empty