Topic: Can't get cutenews to my website.

Hello,
I never had this problem before and I do not understand why my news doesn't show up.
I've added this into my HTML

<?php
    $number = 10;
    include("/home/****/public_html/cutenews/show_news.php");
?>

I did even try this, worked before too.

<?php
    $number = 10;
    include("cutenews/show_news.php");
?>


But nothing does appear when I check my website.
anybody know how to fix this?

it worked before...
hopefully someone can help


Re: Can't get cutenews to my website.

Hello,
I never had this problem before and I do not understand why my news doesn't show up.
I've added this into my HTML

<?php
    $number = 10;
    include("/home/****/public_html/cutenews/show_news.php");
?>

I did even try this, worked before too.

<?php
    $number = 10;
    include("cutenews/show_news.php");
?>


But nothing does appear when I check my website.
anybody know how to fix this?

it worked before...
hopefully someone can help


Hello nagashiwa,

What changes did you make before the proplem appeared? (maybe the version update, changed user rights or anything else)?

Thank you!

Best regards,
CN Support team