Backup/restore crashes abruptly without any error
Ezeelogin restore/backup crashes abruptly without any error
Find the restore backup logs under the /var/log/ directory. If the restore or backup logs contain similar content as given below increase the PHP limit in the php.ini file of the gateway server.
[email protected]:~# tail /var/log/ezlogin_restore.log
Environment: Linux (x86_64) - PHP 5.3.3 (memory limit: 128M MB)
ezeelogin v6.1.0 ...
Environment: Linux (x86_64) - PHP 5.3.3 (memory limit: 128M MB)
ezeelogin v6.1.0 ...
[email protected]:~# tail /var/log/ezlogin_backup.log
Environment: Linux (x86_64) - PHP 5.3.3 (memory limit: 128M MB)
ezeelogin v6.1.0 ...
Environment: Linux (x86_64) - PHP 5.3.3 (memory limit: 128M MB)
ezeelogin v6.1.0 ...
How to increase the PHP limit
To fix the above error, you need to Increase the memory limit in the /etc/php.ini file ( Increase the memory limit upto 1Gb or more.)
[email protected]:~# vi /etc/php.ini
memory_limit=1024M