tingobol / phpdesktop

Automatically exported from code.google.com/p/phpdesktop
0 stars 0 forks source link

Internal Local Server Blocked by Firewall #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a blank database for wordpress
2. Install wordpress
3. Modify changes in wordpress

What is the expected output? What do you see instead?
Error while loading the start page.  An internal local server was blocked by 
your firewall.  

What version of the product are you using? On what operating system?
latest version 5.5.8 Chrome.  For Windows 7.

Please provide any additional information below.
See attached screenshot.  If I was to wipe the database clean and re-install 
wordpress, it would work until I perform some changes in Wordpress then will 
get the error again. I checked my firewall is enabled.

Original issue reported on code.google.com by xa.xi...@xiongtech.com on 29 Apr 2014 at 3:26

Attachments:

GoogleCodeExporter commented 9 years ago
Please use forum to discuss your problems further. It is not yet known of what 
is causing this issue. Include more detailed steps of what you're doing. 
Include logs from the debug console.

It appears to me that this is some PHP problem with wordpress after your 
modifications, and phpdesktop faulty thinks this is firewall problem because 
page failed to load. Try running app in an external browser:

1. Set a fixed web server port in settings.json (by default it is 0 - random), 
set it to 54007 for example.
2. Run application - now you see the firewall error message. Do not close that 
message box, *do not* click "OK".
3. Check app in external browser, load this url: http://127.0.0.1:54007 
(assuming that web server ip is 127.0.0.1 in settings.json - that's the 
default).
4. Now you should see some error message in wordpress that will explain the 
issue.

Please continue any further discussion on forum.

Original comment by czarek.t...@gmail.com on 29 Apr 2014 at 3:53

GoogleCodeExporter commented 9 years ago
To avoid confusion we should provide an another message when php app throws an 
error during initial app loading. Created Issue 106 "Error while loading start 
page may be caused not only by firewall, but also by PHP application".

Original comment by czarek.t...@gmail.com on 29 Apr 2014 at 4:24