Hi,
Please check that the date.timezone line in your php.ini does not have a Semicolon at the start of the line so it would simply be
date.timezone="Europe/Ljubljana"
and not
;date.timezone="Europe/Ljubljana"
Also, You may need to do an apache restart for this change to take effect.
Regards, John