Pages 1
You must login or register to post a reply
- Registered: 2007-08-18
- Posts: 24
Topic: Problem after upgrading to v1.5.0
I have upgraded my version of CN 1.4.6 to 1.5.0 and on show_news.php it shows a message:
Wrong including show_news.php! Check manual to get more information about this issue.
When I delete these lines in show_news.php:
// Check including
$Uri = '//'.dirname( $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
if (strpos($config_http_script_dir, $Uri) !== false && strpos($PHP_SELF, 'show_news.php') !== false)
the news can be shown, but above every news there is written "Active news".
And also show_archives.php doesn't work for me.
I am confused with this new version.
Could you help me?
- Registered: 2005-08-16
- Posts: 1,861
Re: Problem after upgrading to v1.5.0
Put those lines back and post the full error message concerning the include here.
- Registered: 2005-07-11
- Posts: 5
Re: Problem after upgrading to v1.5.0
Put those lines back and post the full error message concerning the include here.
I am having a similar problem, but mine seems like a permissions issue:
1.4.6 to 1.5.1 update =
403 Forbidden
Wrong including show_news.php! Check manual to get more information about this issue.
- Registered: 2012-01-17
- Posts: 773
Re: Problem after upgrading to v1.5.0
Теперь Cutenews 1.5.x более не поддерживает прÑмого Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ show_news.php по вопроÑам безопаÑноÑти и правилам иÑпользованиÑ, теперь необходимо Ñоздавать "обертки" Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ñтей, в которых и будет включен show_news.php. Пришлите пример, откуда идут ÑÑылки на show_news.php, мы поÑтараемÑÑ Ð²Ð°Ð¼ помочь.
Cutenews 1.5 doesn't support straight multiple show_news.php on the security issues. It's necessary to create wrappers for news where show_news.php will be included. Send us an example from where the links are get and we'll try to help.
Best regards,
CN Support team
- Registered: 2007-08-18
- Posts: 24
Re: Problem after upgrading to v1.5.0
Hi!
I wanted to update CN to version 1.5.0, but there is error:
403 Forbidden
Wrong including show_news.php! Check manual to get more information about this issue.
My index is in html, I cannot use the latest versions of CN when my index is in html?
- Registered: 2007-08-18
- Posts: 24
Re: Problem after upgrading to v1.5.0
I have changed html index file to index.php and the error is away.
But now I have problem with language of CN. I use Czech language, could anybody help me and tell me where should I change the configuration of the languages?
- Registered: 2007-08-18
- Posts: 24
Re: Problem after upgrading to v1.5.0
SOLVED
Now I have to find out how to solve other problems with CN.
Posts: 7
Pages 1
You must login or register to post a reply