1 (edited by 2013-02-07 10:57:28)

Topic: Time add news / time adjustment

...Well, here i'm again with a time problem.
After i add news the time in (posted on {date}) is 1 hour behind.
After adding a comment to a news item the time is oke.
Also the remark (saved on...) after saving a message in addnews is one hour behind.
In Options -- System Configuration -- Time adjustment, i've placed 60 but this doesn't work for addnews.

I know there was another topic about this one but i can't find it....I know i have to add something behind time() but in which file and which time()...?????
The problem also happens in v. 1.5.0.
Frans

Re: Time add news / time adjustment

...and when i login as administrator. In edit news i can change the date...i set the time 1 hour ahead which is the right time the news item become "prospect"...by adding comments the time is fine...????

Re: Time add news / time adjustment

I have the exact same problem, being 1 hour behind!

Re: Time add news / time adjustment

There are corrections of this bug on github. Download zip file and install new files  https://github.com/CuteNews/cute-news-repo/...hive/master.zip

Best regards,
CN Support team

5 (edited by 2013-02-15 06:59:13)

Re: Time add news / time adjustment

There are corrections of this bug on github. Download zip file and install new files  https://github.com/CuteNews/cute-news-repo/...hive/master.zip


nop...same problem.
I've replaced the files on the server by overwritting (FTP) , did some test messages but the time is one hour behind.

Re: Time add news / time adjustment

nop...same problem.
I've replaced the files on the server by overwritting (FTP) , did some test messages but the time is one hour behind.


I've updated the files with the files on github (21 february).
I login as an administrator --> add news --> edit --> add news --> news was saved with the right time.
When I go to the page with news on the website the time is one hour behind.
I use a page which is loaded in a iframe with the code:

<head>
</head>
<body style="color: #808080; background-color: #FFFFFF">
<?PHP
$number=15;
$template = "Frans_default";
include("/home/vhosts/fvbussel.nl/httpdocs/CuteNews/show_news.php");
?>
</body>

I use windows XP (SP3) and IE8...I think the problem is in show_news.php...everything else i'm using works fine.
Somebody an idea?

7 (edited by 2013-03-07 06:46:01)

Re: Time add news / time adjustment

I've updated the files with the files on github (21 february).
I login as an administrator --> add news --> edit --> add news --> news was saved with the right time.
When I go to the page with news on the website the time is one hour behind.
I use a page which is loaded in a iframe with the code:

<head>
</head>
<body style="color: #808080; background-color: #FFFFFF">
<?PHP
$number=15;
$template = "Frans_default";
include("/home/vhosts/fvbussel.nl/httpdocs/CuteNews/show_news.php");
?>
</body>

I use windows XP (SP3) and IE8...I think the problem is in show_news.php...everything else i'm using works fine.
Somebody an idea?

I've updated the files with the files on github (6/3/2013)...I get the rigth time now !!! Thanks a lot !!! I'm using {hours} and {minite} in my template and 60 at the time adjustment box in system confuguration.