This topic is locked

Login page blank

6/2/2016 7:37:52 PM
PHPRunner General questions
greggk author

Hello,

I was wondering if there is a reason for a blank login page. I had a phprunner project that had been running great for years. I had to add the export function to one of the pages and I decided to do it with phprunner 8.1, it was previously saved in 8.0. Everything looked great, I uploaded it to a test directory, and it was a good thing I did, because the login page is blank. There is nothing on the login page at all. I tried 3 different browsers, and nothing. I tried rebuilding the entire project, and still nothing. Any ideas of what could be going on, and thoughts on how to fix it?

Thanks.

Sergey Kornilov admin 6/2/2016

Make sure connection parameters are correct. If PHPRunner is not able to connect to the database and errors are suppressed in PHP settings you will only see the blank page.

greggk author 6/3/2016



Make sure connection parameters are correct. If PHPRunner is not able to connect to the database and errors are suppressed in PHP settings you will only see the blank page.



Connections seem to be ok. When I turn on debug I get one line at the top of the page:

select TableName, AccessMask from dks_ugrights where GroupID in (-3)
Been trying to figure out where in the code this line is so I can remove it and try again, but I can't seem to find it.

lefty 6/4/2016



Connections seem to be ok. When I turn on debug I get one line at the top of the page:

select TableName, AccessMask from dks_ugrights where GroupID in (-3)
Been trying to figure out where in the code this line is so I can remove it and try again, but I can't seem to find it.



Looks like you use dynamic permissions. This happended to me in the past with version upgrade and this is what worked. I would run backup first . Then add new dynamic table settings under permissions on security tab. do not change users table. I'm thinking there is a line of code for login/permissions that is different in your version although not sure . This is where I would start if you have no code changes. feel free to reply.