• 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: Mosform : object moved when submitting

Mosform : object moved when submitting 17 years 1 month ago #2617

  • ceimedia
  • ceimedia's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I use Jommla 1.5.2 on a windows IIS plateform.

I get a \"object moved\" message when submitting a form when a field (mandatory) is not correct-> when I follow the link the redirection is correct

Try this on Firefox without entering any value :

http://www.plenetudes.com/index.php?option=com_forme&fid=1&Itemid=25

On IE we get a redirection on Home page without any message !

Have you any suggestion ?
The administrator has disabled public write access.

Re:Mosform : object moved when submitting 17 years 1 week ago #2858

Hi,
I've found a solution, you need to change forme.php commenting out the wrong redirect at line 338:
if(!empty($_SESSION['formmsg'])){
				$mainframe->redirect(str_replace( '&', '&', sefRelToAbs('index.php?option=com_forme&Itemid='.$Itemid.'&fid='.$fid)));//.'&fid='.$fid));
				// $mainframe->redirect($_SERVER['REQUEST_URI']);
			}

I've already opened a ticket to support in order to receive an update.

Bye
The administrator has disabled public write access.

Re:Mosform : object moved when submitting 16 years 11 months ago #3177

Had the same problem in my site. How to apply this solution in the trial version?

Is it solved on the pro, registered version?
The administrator has disabled public write access.

Re:Mosform : object moved when submitting 16 years 11 months ago #3253

- I Had another problem with the component: when I am designing a form and update a field, I click on save and the page does not update. I must click on the apply button so see my changes. After several operations (5 or 6 edits) the site crashes and I have to wait for about 10 minutes to work again.

- When I add a control (a text field for example) using the same Save-wait-and-apply method, the control appears several times (80, 90 controls)

- Tried the version that you indicated and still the same problems (multilple inserts and object moved). Purchased the product and upgraded it with the latest version and still the same.

I am using joomla 1.5.3, a rockettheme, 1.0 compatibility
I am running them on a windows server running plesk 7.5.6 control panel.

And then, I decided to turn off asp.net support and run php as an ISAPI extension, turned off custom error messages and SSI (stuff enabled by default).

Dont´know what of these changes fixed the problem, But everything is It´s now working fine.

Greetings from Brazil!

Gilberto
The administrator has disabled public write access.

Re:Mosform : object moved when submitting 16 years 8 months ago #4404

  • jBay
  • jBay's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hey, I'm having a similar issue. Can you be more spicific as to the location of the file to make the changes to? I'm not finding a file in the Joomla directory named \"forme.php\"

thanks a ton for your help
j
The administrator has disabled public write access.

Re:Mosform : object moved when submitting 16 years 5 months ago #5753

  • farhan
  • farhan's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
nickbaaia wrote:
Hi,
I've found a solution, you need to change forme.php commenting out the wrong redirect at line 338:
if(!empty($_SESSION['formmsg'])){
				$mainframe->redirect(str_replace( '&', '&', sefRelToAbs('index.php?option=com_forme&Itemid='.$Itemid.'&fid='.$fid)));//.'&fid='.$fid));
				// $mainframe->redirect($_SERVER['REQUEST_URI']);
			}

I've already opened a ticket to support in order to receive an update.

Bye



Can you tell exactly which file to modify ????? I can't find it anywhere to edit. waiting
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!