Topic: Only posts blank article from 1970

Hi,

I am using the latest version of cutenews and I haven't posted an article on my website for a while.

I tried to add some new news and all that pops up is a blank article stating it was posted in 1970.

I haven't changed the code, I hadn't even upgraded when this happened (I upgraded afterwards just in case but the same issue occurs).

When I check the example it loads all articles perfectly, however any new article won't load in my website.

Wondering if anybody has seen this before or can help?

So you can see what I mean, go to gurusports.com.au/perform5.php - the top two articles are blank and state they were posted 01 Jan 1970.

Current script is:
<?php

                if ($_GET['search'])
                {
                    include ("cutenews/search.php");
                }
                elseif ($_GET['do'] == 'archives')
                {
                    include ("cutenews/show_archives.php");
                }
                    else
                {
                    include ("cutenews/show_news.php");
                }

                ?>

Re: Only posts blank article from 1970

You need to check whether you have rights to write to the cdata folder. It's possible that CuteNews cannot change files since they have been created by some other user in the system.

Best regards,
CN Support team

Re: Only posts blank article from 1970

I have rights to cdata folder.

The folder has permission 755, if that is correct.

4 (edited by 2014-12-30 06:21:21)

Re: Only posts blank article from 1970

I have rights to cdata folder.

The folder has permission 755, if that is correct.


Try 757 or 777 permissions for cdata directory.

Best regards,
CN Support team

Re: Only posts blank article from 1970

No luck, unfortunately

Re: Only posts blank article from 1970

Check disk space on web server, maybe it's not enough for saving new articles.

Best regards,
CN Support team

Re: Only posts blank article from 1970

Looks good to me Guru using Chrome.  If you are using Internet Explorer try adding your site to  compatibility mode.