Page 1 of 1

Blank index page

Posted: 2020-04-05 09:53
by patsd102
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

Re: Blank index page

Posted: 2020-04-07 00:39
by D Oliveira
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

Re: Blank index page

Posted: 2020-04-07 11:49
by patsd102
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

Re: Blank index page

Posted: 2021-08-25 15:59
by onoehring
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