Votes
For: 0 (0%)
Against: 0 (0%)
Total: 0
April 29, 2006 08:36 PM
irfanview
Hi,
getting an error:
Error: Fatal
No external hosts are allowed to POST to this application in /isso/kernel.php on line 569
That won´t occure when i don´t use the subdomain.
Greetings,
steve
getting an error:
Error: Fatal
No external hosts are allowed to POST to this application in /isso/kernel.php on line 569
That won´t occure when i don´t use the subdomain.
Greetings,
steve
April 29, 2006 08:47 PM
Robert
Could you explain how you have your installation setup? Is your login page being accessed from a non-subdomain and it's being sent to a page on a subdomain (or vice-versa)?
May 6, 2006 12:39 PM
irfanview
Hi,
i called the installation script without the subdomain. There are no problems when i log in via the "long" address.
But when i want to log in via http://sub.mydomain.com the discribed error occurs!
I hope that helps you a bit better!
steve
i called the installation script without the subdomain. There are no problems when i log in via the "long" address.
But when i want to log in via http://sub.mydomain.com the discribed error occurs!
I hope that helps you a bit better!
steve
May 6, 2006 06:58 PM
Robert
When the error is thrown, does the address bar have the subdomain or the long address?
And in the interim, you can turn off this security feature by opening up includes/init.php and finding:
define('ISSO_CHECK_POST_REFERER', 1);
... and replacing it with:
//define('ISSO_CHECK_POST_REFERER', 1);
And in the interim, you can turn off this security feature by opening up includes/init.php and finding:
define('ISSO_CHECK_POST_REFERER', 1);
... and replacing it with:
//define('ISSO_CHECK_POST_REFERER', 1);
May 6, 2006 07:41 PM
irfanview
Thanks!
I comment that line (define('ISSO_CHECK_POST_REFERER', 1);) and i can log in over the sudomain!
Thank you very much,
steve
I comment that line (define('ISSO_CHECK_POST_REFERER', 1);) and i can log in over the sudomain!
Thank you very much,
steve
On July 17, 2006 07:12 AM, Robert changed:
- Status from "Unconfirmed" to "Closed"
- Resolution from "Open" to "Works for Me"