LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Newbie: PHP4/Flash GUI: Unable to connect to network (https://www.linuxquestions.org/questions/linux-software-2/newbie-php4-flash-gui-unable-to-connect-to-network-456194/)

fopetesl 06-19-2006 08:19 AM

Newbie: PHP4/Flash GUI: Unable to connect to network
 
Ubuntu Breezy. PHP 4.4 | Apache 2.0.54 | Opera 8.51 | MySql 4.1.24 ;

Files: gui.swf | processData.php

Attempt to access MySql database from GUI (shows up OK) on Opera I get "Error: Can't Access Network".
Looking in apache/error.log I get the message:
Code:

[Monday June 9 13:35:24 2006][error] [client 127.0.0.1] '/var/www/processData.php' not found or unable to stat, referer http://127.0.0.1/html/gui.swf
`processData.php` is in /var/www/html/ directory so I copied it to /var/www/ directory and ran it again. I looked at the apache/error.log:
Code:

[Monday June 9 13:43:04 2006][error] [client 127.0.0.1] (13)Permission denied access to /html/logs/index.html denied
[Monday June 9 13:43:04 2006][error] [client 127.0.0.1] (13)Permission denied access to /html/logs/index.cgi denied
[Monday June 9 13:43:04 2006][error] [client 127.0.0.1] (13)Permission denied access to /html/logs/index.pl denied
[Monday June 9 13:43:04 2006][error] [client 127.0.0.1] (13)Permission denied access to /html/logs/index.php denied
[Monday June 9 13:43:04 2006][error] [client 127.0.0.1] (13)Permission denied access to /html/logs/index.xhtml denied

There is a /var/www/html/logs/ directory but none of the 'permission denied' files are present.

The GUI now locks up Opera for almost two minutes before the Opera window blanks and I can go back a page and re-start the GUI.

Why is the GUI looking in the wrong directory?

What are these missing localhost files?

How to debug:Pengy:

Note that this setup runs OK on an older MDK10 machine.


All times are GMT -5. The time now is 07:30 AM.