kajasweb
New Member
- Messages
- 1,723
- Reaction score
- 0
- Points
- 0
Hello,
I'm in Advanced PHP Configuration, and using php-cron. But, the include paths are not functioning properly. I have modified my Drupal cron file to use absolute path. But, all other include statements are failing with the same kind of error. The error message I'm getting is,
I have discussed this issue earlier, here => http://forums.x10hosting.com/free-hosting/33186-how-do-crons-work.html
But, now that thread is closed. So I have created a new thread for my issue.
Please help me.
Thanks in advance,
I'm in Advanced PHP Configuration, and using php-cron. But, the include paths are not functioning properly. I have modified my Drupal cron file to use absolute path. But, all other include statements are failing with the same kind of error. The error message I'm getting is,
Warning: include_once(./sites/default/settings.php): failed to open stream: No such file or directory in /home/myistop/public_html/includes/bootstrap.inc on line 243
Warning: include_once(): Failed opening './sites/default/settings.php' for inclusion (include_path='.:/x10hosting/php2/lib/php') in /home/myistop/public_html/includes/bootstrap.inc on line 243
Warning: require_once(./includes/cache.inc): failed to open stream: No such file or directory in /home/myistop/public_html/includes/bootstrap.inc on line 895
Fatal error: require_once(): Failed opening required './includes/cache.inc' (include_path='.:/x10hosting/php2/lib/php') in /home/myistop/public_html/includes/bootstrap.inc on line 895
I have discussed this issue earlier, here => http://forums.x10hosting.com/free-hosting/33186-how-do-crons-work.html
But, now that thread is closed. So I have created a new thread for my issue.
Please help me.
Thanks in advance,