This topic is locked

Blank Login Page

1/27/2018 12:15:34
PHPRunner General questions
J
jaffleck author

I just finished converting a MySQL-based application to an Oracle-based application. The PHPRunner application itself is able to connect to the database just fine. However, when I try to run the application on the built-in server I get a blank login page. If I set the application to no login, I get a blank menu page. I tried deploying the app on an external web server (which also contains the Oracle server) and this results in a connection error. I'm trying to figure out where the problem resides. Shouldn't the built in web server connect if the PHPRunner application can connect? If that's not necessarily true, then what do I need to do to get it to work? I realize I may also have an issue on the external web server as well, but I would like to get this working on the built-in server.
Update:

I have got the app working on the external web server. However I still would like to know how to get it to run on the embedded web server.

lefty 1/28/2018

Try using developer tools in your browser to see what's happening. Try debugging the page on the local server . see this link for debugging or see this link for more debugging tips Link. And for oracle see this . might be settings / or client on local machine for embedded server.

J
jaffleck author 1/29/2018



Try using developer tools in your browser to see what's happening. Try debugging the page on the local server . see this link for debugging or see this link for more debugging tips Link. And for oracle see this . might be settings / or client on local machine for embedded server.


When I inspect the login page in Chrome all that's there is:
<html> == $0

<head></head>

<body></body>

</html>
That's it! clearly it is not loading the login page at all, correct?

Sergey Kornilov admin 1/29/2018

Built-in web server is 32-bit so it will work if you have 32-bit Oracle drivers installed on your machine.