dooso0594 2012-03-18 09:20
浏览 80
已采纳

当一切看起来很好时链接文件出错

I am having a problem in linking the file. I am sure that I have no problem from my side as I have checked everything from my side. Here is what I have uploaded(via FileZilla), enter image description here

While on the website it displays that it can not find this file.

Warning: require_once(classes/tc_calendar.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/34/8707934/html/RemindMe/demo4.php on line 52

Fatal error: require_once() [function.require]: Failed opening required 'classes/tc_calendar.php' (include_path='.:/usr/local/php5_3/lib/php') in /home/content/34/8707934/html/RemindMe/demo4.php on line 52

Now I have tried my level best to find where the bug is and now I am out of ideas. Please help me out. Thanks

  • 写回答

2条回答 默认 最新

  • douque8861 2012-03-18 09:23
    关注

    The path seems to be wrong, I think you forgot a directory

    require_once('calendar/classes/tc_calendar.php');
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?