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

petercasier’s picture

Seems I can work around this by calling Cron with this command:

curl --silent --compressed http://mysite.com/hiddencron.php

minorOffense’s picture

Status: Active » Postponed (maintainer needs more info)

Does this error occur if you trigger cron using drush?

petercasier’s picture

sorry, I don't use Drush...

minorOffense’s picture

Can 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