Topic: Show_news.php Issue

I'm not sure if this is a cute news .php issue or an issue with the overall index.html issue with my employer's site. Here's a link to the site's home page which shows the error message we are receiving. Cute news and the front page has been working fine up until a couple weeks ago.

http://allencarswell.com/

I've found that strand of code in the index but I'm not sure what's wrong with it now since it was working before. Again, I'm not sure if it's an issue directly with Cute News or what. Any insight would be greatly beneficial.

Thanks.

Re: Show_news.php Issue

Dear User!

Following your link http://allencarswell.com/ we weren't able to access any web page.

Best regards,
CN Support team

Re: Show_news.php Issue

Dear User!

Following your link http://allencarswell.com/ we weren't able to access any web page.

That's interesting. When I click on your link, it takes me directly to the web page in question. I guess try http://www.allencarswell.com. Thanks.

Re: Show_news.php Issue

Warning: include(<!--coloro:red--><span style="color:red"><!--/coloro-->www.allencarswell.com[/color]/cutenews/show_news.php ) [function.include]: failed to open stream: No such file or directory in [...]/index.php on line 4

Please don't use things like
include('www.example.org/folder/file.php');

but local paths. In your case:
include('./cutenews/show_news.php');

Re: Show_news.php Issue

link isn't workign now either

Posts: 6

Pages 1

You must login or register to post a reply

CutePHP Forums → Problem Solving / Help & Support → Show_news.php Issue