En:Why is Stealth Mode not working with forms and the method 'POST' to a content page?

From phpCMS

Jump to: navigation, search

Question:

Why is Stealth Mode not working with forms and the method 'POST' to a content page?

Why does the browser "hang" at login for the online editor or the debug mode?

I have used "<form action="targetpage.htm" method="post">" in my form. The page "targetpage.htm" is loading continuously and nothing happens.

Answer:

This was in all known cases a server based problem with the Apache module "mod_bandwith". If it is not compiled-in with the lowest priority it sometimes causes problems.
You can find out with phpinfo(): if it is not the first Apache module listed, it does not have the lowest priority!

It is not a phpCMS problem and we can do nothing about it.

For more information, see the Apache Bug Tracker.

If you cannot edit your Apache configuration, you must contact your provider or the administrator of your server and ask them to change it.

If that is not possible either, you could try to use the "GET" method for your forms, although this might not be possible in all cases and it is certainly not the optimal solution.

Diese Seite in anderen Sprachen: Deutsch

Main Page: FAQ MainPage | Top Page: English FAQ MainPage

Personal tools