centos - Magento Cron Job Fatal Error -


i using centos server magento website. somehow magento cron jobs not running, have checked using " crontab -l " command verify whether there cron configure or not, found nothing, have configured crontab using "crontab -e" command , enter magento cron.php path in crontab.

**

error message e_error: allowed memory size of 134217728 bytes exhausted (tried allocate 32 bytes) stack trace …ement::fetchall called @ /var/www/vhosts/syspro/lib/zend/db/statement/ pdo.php (290) …do::fetchall called @ /var/www/vhosts/syspro/lib/zend/db/adapter/ abstract.php (735) …/www/vhosts/syspro/app/code/core/mage/eav/model/entity/collection/ abstract.php (1111) …vhosts/syspro/app/code/core/mage/catalog/model/resource/product/ collection.php (480) …/www/vhosts/syspro/app/code/core/mage/eav/model/entity/collection/ abstract.php (874) …abstract::load called @ /var/www/vhosts/syspro/lib/varien/data/ collection.php (741) …vhosts/syspro/app/code/core/mage/catalog/model/resource/product/ collection.php (1493) …hosts/syspro/app/code/core/mage/sales/model/resource/quote/item/ collection.php (182) …hosts/syspro/app/code/core/mage/sales/model/resource/quote/item/ collection.php (139) …:_afterload called @ /var/www/vhosts/syspro/lib/varien/data/collection/ db.php (587) …ction_db::load called @ /var/www/vhosts/syspro/lib/varien/data/ collection.php (741) …ator called @ /var/www/vhosts/syspro/app/code/core/mage/sales/model/ quote.php (774) …ar/www/vhosts/syspro/app/code/community/ebizmarts/abandonedcart/model/ cron.php (273) …ar/www/vhosts/syspro/app/code/community/ebizmarts/abandonedcart/model/ cron.php (154) …ar/www/vhosts/syspro/app/code/community/ebizmarts/abandonedcart/model/ cron.php (95) …ar/www/vhosts/syspro/app/code/community/ebizmarts/abandonedcart/model/ cron.php (36) in ebizmarts_abandonedcart_model_cron::abandoned called @ ? (?) …ay called @ /var/www/vhosts/syspro/app/code/core/mage/cron/model/ observer.php (325) …ob called @ /var/www/vhosts/syspro/app/code/core/mage/cron/model/ observer.php (72) …ispatch called @ /var/www/vhosts/syspro/app/code/core/mage/core/model/ app.php (1338) …rmethod called @ /var/www/vhosts/syspro/app/code/core/mage/core/model/ app.php (1317) …ge_core_model_app::dispatchevent called @ /var/www/vhosts/syspro/app/ mage.php (448) in mage::dispatchevent called @ /var/www/vhosts/magento/cron.php (77) 

**

don't know happen, not friendly centos.

please me solve issue.

you have php.ini memory_limit set 134m. magento likes @ least 256 minimum, , @ least 512 if possible. in php.ini file, find memory_limit = line , change it. if you're on shared hosting provider, may have contact them increase you.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -