[ Video Sharing CMS v4 ] Error in rss creating

Started by nobelkansal,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nobelkansalTopic starter

Showing an error for rss

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/user/public_html/feed.php on line 20

provide the code to solve it.....
  •  

PHPVibe A.

This applies to you also.

Quote from: Alexander on
For the server time / your time difference, it's simple, open vibe.setts.php

At the top it has:

/** Timezone (set your own) **/
//date_default_timezone_set('Europe/Bucharest');


change it to

/** Timezone (set your own) **/
date_default_timezone_set('Europe/Bucharest');


and edit Europe/Bucharest to your local timezone (list of timezones is here http://php.net/manual/en/timezones.php ).

Similar topics (7)