page can not be found when exporting configuration
-
svn 3728 fixed this for me.
-
Still not working with 3735
-
-
-
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config
-
@Scott-B said:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config
Try to increase memory limit in your php.ini maybe.
-
@ch3i said:
@Scott-B said:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config
Try to increase memory limit in your php.ini maybe.
Same message even after increasing to 256M, 512M, and 1G.
-
@Scott-B said:
@ch3i said:
@Scott-B said:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config
Try to increase memory limit in your php.ini maybe.
Same message even after increasing to 256M, 512M, and 1G.
Have you restart you apache ?
-
Memory limits are not controlled by php.ini it’s controlled by db setting on fog settings general fog memory limit.
-
@ch3i said:
@Scott-B said:
@ch3i said:
@Scott-B said:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 61418452 bytes) in /var/www/fog/commons/init.php on line 164, referer: http://fog/fog/management/index.php?node=about&sub=config
Try to increase memory limit in your php.ini maybe.
Same message even after increasing to 256M, 512M, and 1G.
Have you restart you apache ?
Yes I did, after each change.
-
That worked Tom. I changed the “FOG_MEMORY_LIMIT” under fog settings to 512 and I was able to pull a backup of the DB. Thank you!