我在 MediaTemple (gs) 主机上运行 cron 作业,命令如下:
php5 /home/144061/data/test.php
在 php 文件里面,还有 include 语句所在的位置。
cron 作业返回错误:
Warning: include(../domains/test.com/html/wp-blog-header.php): failed to open stream: No such file or directory in /nfs/c10/h02/mnt/144061/data/delete_seen.php on line 3
Warning: include(): Failed opening '../domains/test.com/html/wp-blog-header.php' for inclusion (include_path='.:/usr/local/php-5.3.15/share/pear') in /nfs/c10/h02/mnt/144061/data/delete_seen.php on line 3
我希望能够在我的 cron 文件中包含 wordpress 标头,以便我可以在我的 cron 脚本中使用 wordpress 函数和数据库连接,我的 include 语句有什么问题?