Skip to content

Error while loading start page may be caused not only by firewall, but also by PHP scripts #106

Open
@GoogleCodeExporter

Description

@GoogleCodeExporter

Currently if the start page fails loading you will see a message like: Error while loading start page. An internal local server was blocked by your firewall. Please check your firewall setting. Application will terminate immediately. It might not always be true that firewall is causing this. There may be other causes for this error message. A php script failing is one of them, this can happen when for example php script throws a 500 error code.

Maybe it is possible to differentiate whether this was an error caused by firewall, or for example error 500 (or other) caused by PHP application. It would need to be checked what http status code is returned when firewall blocks application. For all other status codes we could display a different message to avoid confusion, for example "Error while loading the start page. Application throwed an unknown error (500 status code).".

To debug issue with your script set error log in php/php.ini and see that file for errors. See also here:
https://github.com/cztomczak/phpdesktop/wiki/Knowledge-Base#problem-running-php-script

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions