page can not be found when exporting configuration
-
-
I may have figured out what was wrong, and hopefully current will work as needed.
Thank you for reporting and sorry it took so long.
3722 should fix this, and 3723 should update your clients to 0.9.1.
-
Just updating, same result on 3726.
-
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!