Blank page after database configuration

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
ucevista
Veteran Member
Posts: 30
Joined: 2016-05-08 09:41

Blank page after database configuration

Post by ucevista » 2018-10-18 14:56

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.

ucevista
Veteran Member
Posts: 30
Joined: 2016-05-08 09:41

Re: Blank page after database configuration

Post by ucevista » 2018-10-18 15:13

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?

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Blank page after database configuration

Post by pbottcher » 2018-10-18 20:28

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?
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

ucevista
Veteran Member
Posts: 30
Joined: 2016-05-08 09:41

Re: Blank page after database configuration

Post by ucevista » 2018-10-19 13:55

Hi.

No, my login page is blank.

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: Blank page after database configuration

Post by pbottcher » 2018-10-19 15:05

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

ucevista
Veteran Member
Posts: 30
Joined: 2016-05-08 09:41

Re: Blank page after database configuration

Post by ucevista » 2018-10-19 15:19

Hi.

I do that, I remove all files an re-created the files an reconfigure by setup (setup works ok).

ucevista
Veteran Member
Posts: 30
Joined: 2016-05-08 09:41

Re: Blank page after database configuration

Post by ucevista » 2018-10-19 15:50

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!

espo
Veteran Member
Posts: 98
Joined: 2013-03-01 12:55

Re: Blank page after database configuration

Post by espo » 2020-02-06 11:38

Would you be kind enough to explain to me how you solved it? I have the same problem as you.
Thanks so much.

Post Reply