1 (edited by 2013-04-04 20:14:51)

Topic: Postpone news not working

I tested CuteNews on a Linux based server running PHP 4.4.9 and everything worked fine.
However I am now setting it up for use on a Windows Server, using IIS and PHP 5.3.9 and Postponing news posts doesnt work. Does anyone know why, and what I can do to make it work?

Looking forward to a response from Support_Team.
Thanks

Re: Postpone news not working

I tested CuteNews on a Linux based server running PHP 4.4.9 and everything worked fine.
However I am now setting it up for use on a Windows Server, using IIS and PHP 5.3.9 and Postponing news posts doesnt work. Does anyone know why, and what I can do to make it work?

Looking forward to a response from Support_Team.
Thanks


I fixed this on my own ..  I needed to add 

date_default_timezone_set('America/Chicago');

To index.php, show_archives.php and show_news.php

Works good now