• 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: No Thank You page is shown...

No Thank You page is shown... 12 years 11 months ago #13826

Hi,
I have configurated RSForm and it works OK, but the one thing that doesn't work is the showing of the Thank You page. After sending the form a Thank You message should be shown (and after that a redirect to another URL), but nothing shows, only a blank white screen. Not very professional...
Does anybody know what the problem is?
The administrator has disabled public write access.

Re:No Thank You page is shown... 12 years 11 months ago #13830

Strange enough, the form works now. Don't know how, but my thread can be closed / deleted... sorry...
The administrator has disabled public write access.

Re:No Thank You page is shown... 12 years 11 months ago #13863

Well, that was short... now the form is still being processed, but this error message shows up instead of the THANK YOU message:

'Warning: require_once() [function.require-once]: Unable to access /public/sites/www.passion4talent.nl/components/com_forme/languages/nl.php in /public/sites/www.passion4talent.nl/plugins/content/mosforme.php on line 639

Warning: require_once(/public/sites/www.passion4talent.nl/components/com_forme/languages/nl.php) [function.require-once]: failed to open stream: No such file or directory in /public/sites/www.passion4talent.nl/plugins/content/mosforme.php on line 639

Fatal error: require_once() [function.require]: Failed opening required '/public/sites/www.passion4talent.nl/components/com_forme/languages/nl.php' (include_path='.:/usr/share/php:/usr/share/pear') in /public/sites/www.passion4talent.nl/plugins/content/mosforme.php on line 639'

What does that mean?!?!
The administrator has disabled public write access.

Re:No Thank You page is shown... 12 years 9 months ago #14242

  • bugmenot
  • bugmenot's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I got the same error, but only when using a form embebbed with the plugin.

In my case was about the language file that must be located at /components/com_forme/languages/

If you are displaying a joomla page in a not english language you have 2 choices to fix it:

1) upload a rsforme language file to /components/com_forme/languages/ , and rename it to your code language (like "es.php", or "fr.php"...)

2) Edit the php file "plugins/content/mosforme.php". Locate this line:
if($check){
into the function thankyou() , in my file was line 638
Change it for this:
if($check && is_file($elpath.'/languages/'.$check.'.php') ){
If you do this it's not necessary to upload language files.

I hope this cand help you to fix it, if you read this :)
Last Edit: 11 years 5 months ago by bugmenot.
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!