Topic: Fatal Error

Hi,
my site Ultimate Macfarlane is giving me a fatal error:

Warning: require_once(/home/lukemacf/public_html/newslm/core/init.php): failed to open stream: No such file or directory in /home/lukemacf/public_html/newslm/show_news.php on line 3

Fatal error: require_once(): Failed opening required '/home/lukemacf/public_html/newslm/core/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lukemacf/public_html/newslm/show_news.php on line 3

and also when I try to enter to cute news to edit and/or write posts:

Warning: include(/home/lukemacf/public_html/newslm/core/init.php): failed to open stream: No such file or directory in /home/lukemacf/public_html/newslm/index.php on line 10

Warning: include(): Failed opening '/home/lukemacf/public_html/newslm/core/init.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/lukemacf/public_html/newslm/index.php on line 10

Fatal error: Call to undefined function cn_sendheaders() in /home/lukemacf/public_html/newslm/index.php on line 12

Who could help me? Thank you.

ps: I looked through the topics, but I don't find but they aren't helpful

Re: Fatal Error

You need to check the availability of the following files:

newslm/show_news.php  
newslm/core/init.php


The system cannot find them for some reason.
If the files are there, you need to check the access rights for the user that runs your web-server.

Best regards,
CN Support team