Postponed (maintainer needs more info)
Project:
Mobile Tools
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2012 at 20:40 UTC
Updated:
16 Jul 2012 at 13:09 UTC
My cron call:
*/10 * * * * cd /home/human/www; /usr/bin/php cron.php
I get errors when hitting the Feedapi and search cron:
parse_url(http://) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse URL in /path../sites/all/modules/mobile_tools/mobile_tools.module on line 716.
Comments
Comment #1
petercasier commentedSeems I can work around this by calling Cron with this command:
curl --silent --compressed http://mysite.com/hiddencron.phpComment #2
minoroffense commentedDoes this error occur if you trigger cron using drush?
Comment #3
petercasier commentedsorry, I don't use Drush...
Comment #4
minoroffense commentedCan you try this module and run the cron manually from within the interface?
http://drupal.org/project/ultimate_cron
Or something similar to this http://drupal.org/project/cron_debug but obviously for Drupal 6 ;-)
Thanks