I have installed your app into an existing RH 7.3 with a working php/apache/mysql. everything seemed to install correctly. when i access the app by: http://192.168.69.225/phpinv
the server drive spins, the client browser seems to be trying to load a page. after maybe 10 seconds, the browser client shows "done" but there is nothing in the client browser client window. i tried the same thing on the server itself (localhost/phpinv) and also get an empty window.
thanks for any help,
bert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed your app into an existing RH 7.3 with a working php/apache/mysql. everything seemed to install correctly. when i access the app by:
http://192.168.69.225/phpinv
the server drive spins, the client browser seems to be trying to load a page. after maybe 10 seconds, the browser client shows "done" but there is nothing in the client browser client window. i tried the same thing on the server itself (localhost/phpinv) and also get an empty window.
thanks for any help,
bert
try this, I was having the same problem and i fixed it... Ok, while in your www root type in "chmod 755 phpInv -R"
that worked for me
Yes this also worked for me. I was getting a blank page with no errors. Did the chmod 755 -R and it now works.
Seems in the doc he omitted to chmod some files or folders.
thanks for your help