mfj31dk Posted September 16, 2013 Share Posted September 16, 2013 (edited) 1.5.5 I have set the following installed: http://netshop4all.dk/modules/gsitemap/gsitemap-cron.php?token=2a7188a4f1&id_shop=1 but get the following message: Error: 30 second time limit exceeded No HTTP response er received. Maybe due to a timeout ... In my prestashop reads: "You can edit these limits in your php.ini. For more details, please contact your hosting providers." However, there is no php.ini By contacting my provider I get the message that I need to change the timeout in the cronjob line, but how do I do it? /mfj31dk Edited September 16, 2013 by mfj31dk (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 you can setup cron jobs in your webhosting control panel, in prestashop - there is no feature to setup cron jobs Link to comment Share on other sites More sharing options...
mfj31dk Posted September 16, 2013 Author Share Posted September 16, 2013 The problem is that my provider says that I can set timeout to sub 30 sec in the cronjoblinien as they have the ability to change it Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 they said: You can edit these limits in your php.ini. For more details, please contact your hosting providers. it mean that you can change it in php.ini file, you should try to create this file in root dir of your account insert there this command: (1000 is a value of max execution time in seconds - it mean 1000 seconds) max_execution_time = 1000; Link to comment Share on other sites More sharing options...
sportsfanaticsgifts Posted September 19, 2013 Share Posted September 19, 2013 Hello I am running the abanadoned shopping cart software and have set up the following command in cron jobs php -f /home/sportsfa/public_html/modules/cartabandonment/send.php e01abf5703c7c5dc54f01fe1ab57b771 >/dev/null 2>&1 it says that it was successfull and my test reminders are going to my email. However I am getting no other statistics for and abandoned cart even when I manually delete an item. I have the first deadline reminder at 10 hours. Any help is greatly appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts