Page 1 of 1
Blank page after database configuration
Posted: 2018-10-18 14:56
by ucevista
Hi.
I'm using 5.72 1038 version of Appgini and I imported a database succesfully, generated the files, generated the config.php and when I want to access to the login page (index.php) I get a blank page.
I'm using PHP 7.1.23 and IIS 10.
Thanks.
Re: Blank page after database configuration
Posted: 2018-10-18 15:13
by ucevista
Using some echo 'Hello'; to see where the file stops I encountered that the problem is at the line:
$arrTables = getTableList();
If I use the echo before I can see the Hello but if I use the echo after it the page is blank.
What could be happening?
Re: Blank page after database configuration
Posted: 2018-10-18 20:28
by pbottcher
Hi,
do you get the login-page when you call your application and the blank page after logging into the system? Are you using an user account or the admin account?
Re: Blank page after database configuration
Posted: 2018-10-19 13:55
by ucevista
Hi.
No, my login page is blank.
Re: Blank page after database configuration
Posted: 2018-10-19 15:05
by pbottcher
Hi,
maybe you remove once all the files, recreate the application via AppGini and run the set-up again to see if it solves the issue.
Re: Blank page after database configuration
Posted: 2018-10-19 15:19
by ucevista
Hi.
I do that, I remove all files an re-created the files an reconfigure by setup (setup works ok).
Re: Blank page after database configuration
Posted: 2018-10-19 15:50
by ucevista
Hi.
It's solved and it was my fault.
As th app generated is only for read data (it is inserted by another program) y used a RO user to access to the database, it has to be full access to that DB.
Thanks!
Re: Blank page after database configuration
Posted: 2020-02-06 11:38
by espo
Would you be kind enough to explain to me how you solved it? I have the same problem as you.
Thanks so much.