HTTP 500 error in Groups Detail after Upgrade to most recent FOG (working branch)
-
Running Version 20
So far everything seemed to work fine, update went without a hitch.
But when I go to the groups list and try to open the details about a specific group - no matter which one - i get a HTTP 500 error.All other detail views (in Hosts, Images, …) work just fine.
-
@taspharel Working version is just that, it’s under construction constantly. Is this problem in the latest 1.5 release candidate?
-
No, it is not
Is there a better way for me as an “average” user to report things like that? -
This is now fixed just update working branch and revel in the success hopefully.
-
I am still getting this error on my system running the latest(1.5.0-RC-8). I am running Ubuntu 14.04. I also get this message when I click multicast.
-
@ryanxplosion check apache error log and post here. See my signature…
-
@sebastian-roth [Wed Aug 23 06:25:24.262446 2017] [mpm_prefork:notice] [pid 14722] AH00163: Apache/2.4.27 (Ubuntu) OpenSSL/1.1.0f configured – resuming normal operations
[Wed Aug 23 06:25:24.262480 2017] [core:notice] [pid 14722] AH00094: Command line: ‘/usr/sbin/apache2’
[Wed Aug 23 08:51:24.803164 2017] [mpm_prefork:notice] [pid 14722] AH00169: caught SIGTERM, shutting down
[Wed Aug 23 08:54:00.815645 2017] [mpm_prefork:notice] [pid 21759] AH00163: Apache/2.4.27 (Ubuntu) OpenSSL/1.1.0f configured – resuming normal operations
[Wed Aug 23 08:54:00.815704 2017] [core:notice] [pid 21759] AH00094: Command line: ‘/usr/sbin/apache2’
[Wed Aug 23 08:54:54.495276 2017] [php7:error] [pid 21834] [client 10.135.6.31:49946] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1568768 bytes) in /var/www/fog/lib/router/route.class.php on line 1062, referer: http://fog/fog/management/index.php?node=group&sub=edit&id=1
[Wed Aug 23 08:55:02.057821 2017] [php7:error] [pid 21947] [client 10.135.6.31:49950] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1417216 bytes) in /var/www/fog/lib/router/route.class.php on line 1062
[Wed Aug 23 08:55:49.124641 2017] [php7:error] [pid 21946] [client 10.135.6.31:49952] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1421312 bytes) in /var/www/fog/lib/router/route.class.php on line 1062
[Wed Aug 23 08:56:11.646480 2017] [php7:error] [pid 21883] [client 10.135.6.31:49957] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1208320 bytes) in /var/www/fog/lib/router/route.class.php on line 1062, referer: http://fog/fog/management/index.php?node=group&sub=list
[Wed Aug 23 10:00:37.056576 2017] [php7:error] [pid 7587] [client 10.135.6.31:55496] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1208320 bytes) in /var/www/fog/lib/router/route.class.php on line 1062, referer: http://fog/fog/management/index.php?node=group&sub=list
[Wed Aug 23 10:06:18.847015 2017] [mpm_prefork:notice] [pid 21759] AH00169: caught SIGTERM, shutting down
[Wed Aug 23 10:08:44.370429 2017] [mpm_prefork:notice] [pid 1891] AH00163: Apache/2.4.27 (Ubuntu) OpenSSL/1.1.0f configured – resuming normal operations
[Wed Aug 23 10:08:44.375034 2017] [core:notice] [pid 1891] AH00094: Command line: ‘/usr/sbin/apache2’
[Wed Aug 23 10:10:46.615182 2017] [php7:error] [pid 3953] [client 10.135.6.31:55700] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1310720 bytes) in /var/www/fog/lib/router/route.class.php on line 1062, referer: http://fog/fog/management/index.php?node=group&sub=list
[Wed Aug 23 10:12:38.748606 2017] [php7:error] [pid 5001] [client 10.135.6.31:55712] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1310720 bytes) in /var/www/fog/lib/router/route.class.php on line 1062
[Wed Aug 23 10:12:50.963670 2017] [php7:error] [pid 2371] [client 10.135.6.31:55715] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1310720 bytes) in /var/www/fog/lib/router/route.class.php on line 1062
[Wed Aug 23 10:13:49.227918 2017] [php7:error] [pid 5001] [client 10.135.6.31:55722] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1495040 bytes) in /var/www/fog/lib/router/route.class.php on line 1062, referer: http://fog/fog/management/index.php?node=group&sub=edit&id=1 -
@ryanxplosion There you go! Please search the forum for PHP memory exhausted…
-
@sebastian-roth Thank you! I increased the memory limit and it is working now.