Hello, guest. We have noticed that you are not registered at this bug tracker. Your experience will be greatly enhanced if you log in. To do so, you first must register by clicking on the Register tab at the top. If you are already registered, you can login at the Login tab.
Syndicate Syndicate Listing Display Search Login/Register
Bug Id ?
23
Reporter ?
Bugdar / 1.0.1
Status ?
Closed
Severity ?
Trivial
Duplicate Of ?
- none -
Fixed in Revision ?
Mstone ?
Summary ?
Error by loggin with subdomain
Report Time ?
April 29, 2006 08:36 PM
Assignment ?
- none -
Resolution ?
Works for Me
Priority ?
Normal
Dependencies ?
- none -
Mstone (old) ?


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

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

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);

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

On July 17, 2006 07:12 AM, Robert changed: