• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Problem with RS!Form Pro and sh404sef

Problem with RS!Form Pro and sh404sef 14 years 1 month ago #13218

I bought and downloaded com_sh404sef2_2.2.4.955 today and installed it on a life site. I just tried it out shortly by activating the user-friendly URLs. The URL were all re-written nicely. But all my Forms of the component RS-Form got corrupted. They are either no longer accessible (Error 500) or the CAPTCHA is truncated.

I deactivated and uninstalled sh404sef but the Forms are still corrupted. sh404sef must have a problem with my RS!Form component 1.2.0.

Are they any issues known in regards to sh404sef?

Any feedback is appreciated.
The administrator has disabled public write access.

Re:Problem with RS!Form Pro and sh404sef 14 years 4 weeks ago #13282

  • cvoogt
  • cvoogt's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
I am also use sh404sef and all my pages now use some RsForm meta descriptions and meta keywords ... instead of the ones I had defined in the article manager! I can override this by setting the meta tags manually in sh404sef, but basically it means I have to redo it for every URL. It would be nice if RsForm Pro wouldn't add its meta tags to every page!
The administrator has disabled public write access.

Re:Problem with RS!Form Pro and sh404sef 14 years 2 weeks ago #13450

Using RS Form Pro and turning Sh404sef on I discovered that the captcha letters would not longer display. Had to remove captcha.
The administrator has disabled public write access.

Re:Problem with RS!Form Pro and sh404sef 13 years 6 months ago #15333

  • bloom21
  • bloom21's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I managed to fix this by adding the following code to the beginning of the sh404sef plugin file (components/com_rsform/sef_ext/com_rsform.php) right after the "standard plugin initialization function" code block.

Code:

if(isset($task) && $task=='captcha') {
$dosef = false;
return;
}


It seems that the urls for the captcha images are being generated as rsform views but the plugin was neither handling rewriting for those urls, nor ignoring them altogether. I opted to ignore for the time being.
The administrator has disabled public write access.

Re: Problem with RS!Form Pro and sh404sef 13 years 5 months ago #15490

Just wanted to post a quick note to say thanks for this answer - it gave me enough to go on to get the ajaxValidation working too. Great tip.
The administrator has disabled public write access.

Re: Problem with RS!Form Pro and sh404sef 13 years 4 months ago #15870

How did you get it to work ?

I tried just about everything and the ajax validation is not working when sh404sef is turned on :(

Thanks in advance.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!