Error Message:
"You are not allowed to access this URL directly, POST array is empty"
http://www.n24-fon.net/index.php?option=com_chronocontact&chronoformname=bestellungexpress10
same Form is published here, without an error message:
http://www.nfon.net/index.php/bestellung-express-10
Tried all the suggestions like
- Debug Mode
- Error Token
...
Directory permissions are OK. Hope anybody have new ideas??
Thanks for thinking about -
joe
"You are not allowed to access this URL directly, POST array is empty"
http://www.n24-fon.net/index.php?option=com_chronocontact&chronoformname=bestellungexpress10
same Form is published here, without an error message:
http://www.nfon.net/index.php/bestellung-express-10
Tried all the suggestions like
- Debug Mode
- Error Token
...
Directory permissions are OK. Hope anybody have new ideas??
Thanks for thinking about -
joe
Hi Joe,
Your form submits it data to http://n24-fon.net/index.php?.....
This however, redirects to http://www.n24-fon.net/index.php?...
Unfortunately, POST data will not be included with redirects. The cause for this is usually related to the $live_site configuration.php setting, or a SEF-extension.
Especially, I notice that many other included resources also lack the "www." part, which leads me to suspect the $live_site setting being in play.
/Fredrik
Your form submits it data to http://n24-fon.net/index.php?.....
This however, redirects to http://www.n24-fon.net/index.php?...
Unfortunately, POST data will not be included with redirects. The cause for this is usually related to the $live_site configuration.php setting, or a SEF-extension.
Especially, I notice that many other included resources also lack the "www." part, which leads me to suspect the $live_site setting being in play.
/Fredrik
This topic is locked and no more replies can be posted.
