Closed (outdated)
Project:
Elysia Cron
Version:
6.x-2.0
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2012 at 22:44 UTC
Updated:
26 Apr 2016 at 16:41 UTC
Jump to comment: Most recent
include_once() [function.include]: Failed opening './themes/engines/phptemplate/phptemplate.engine' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/oursite/html/includes/theme.inc on line 167.
Comments
Comment #1
venusrising commentedwe updated system cron per readme to
wget -O - -q -t 1 http://www.oursite.com/sites/modules/elysia_cron/cron.php?cron_key=ourkey
Cron will run but we now get page not found errors
Comment #2
gotheric commented".../sites/modules/..." should be ".../sites/all/modules/..."
(if you used standard drupal directories).
It's very strange that a cron job is tring to inizialize phptemplate.engine, it seems a problem of that module.
Enable elysia cron debug and try to understand what cron job is doing the wrong include (or disable selectively cron jobs to catch it).
Comment #3
venusrising commentedAlso, the new version no longer suggests replacing core cron file with elysia cron file is this still the case or has this truly changed?
Comment #4
gotheric commentedElysia Cron never suggested to replace the core cron file, only to call a different cron file in system crontab (sites/all/modules/elysia/cron.php instead of /cron.php).
If you intended that, there are some changes, but the real difference is in "point of view" of the documentation.
Now is said that, about INSTALL STEP A (that don't involve the system crontab change):
"You can stop here if you don't need a great precision over task execution and
you don't have to execute a task more often than once an hour. "
This is true. The elysia cron.php helps in reducing the call overhead in a system with a LOT of cron calls. If you don't have them, it's quite useless.
Comment #5
kala4ekDrupal 6 is not supported anymore.