Blank index page

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Blank index page

Post by patsd102 » 2020-04-05 09:53

Hi all,

After moving to a new server and installing , I get this message on the admin index page,
The admin pages are all working fine,
Other groups are working fine,

Just the admin

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /home/dx27net/public_html/dx27cluster1/incCommon.php on line 105

Pat
23.17

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Blank index page

Post by D Oliveira » 2020-04-07 00:39

create file info.php

Code: Select all

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

?>

then you can diagnose if its a server limit config

patsd102
Veteran Member
Posts: 142
Joined: 2013-01-15 19:59

Re: Blank index page

Post by patsd102 » 2020-04-07 11:49

Thanks for the pointer.
I adjusted the php memory to -1 and it loaded, but its trying to load the 134217728 bytes on the admin page which it slowing down the site.
I recently migrated the site to a new server, so, I 'll have to have another look at what I did, see where I went wrong,

.

Pat
23.17

User avatar
onoehring
AppGini Super Hero
AppGini Super Hero
Posts: 1156
Joined: 2019-05-21 22:42
Location: Germany
Contact:

Re: Blank index page

Post by onoehring » 2021-08-25 15:59

Hi,

just to let you know: I have had "502 Bad Gateway" error lately. Talking to my hoster they mentioned, that my contract included only 64 MB ram. This is new with AG 5.97 (at least 5.94 worked, maybe newer versions).
So, in case you get that error, you might need to look into memory usage. My hoster told my apache needed about 180 MB - so no luck with my contract any more :-(

Olaf

Post Reply