Quote:
Originally Posted by CrazyMartin
or just put this code inside problematic php file
date_default_timezone_set('Europe/Lisbon');
set timezone where your server is located
available timezones are on php site, i can't post a link because i have less than 30 posts 
|
Yes that is a proper way to resolve problem,but if you are lazy,you can simply add @ to problematic line
(@ is suppressor which ignores warning messages)