Hi.
I have the Dolphin 7.1.1 working with PHP 5.2.x . This is the php used in the moment of my Dolphin installation and this the version that Dolphin is working well. Today I tried to migrate to PHP 5.3 and I had some problems:
ADMINISTRATION
Warning: date() [function.date]: 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 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /home/aaa/public_html/inc/classes/BxDolAdminDashboard.php on line 89
Warning: date() [function.date]: 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 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /home/aaa/public_html/inc/classes/BxDolAdminDashboard.php on line 90
Warning: Cannot modify header information - headers already sent by (output started at /home/aaa/public_html/inc/classes/BxDolAdminDashboard.php:89) in /home/aaa/public_html/inc/classes/BxDolSession.php on line 53
Warning: Cannot modify header information - headers already sent by (output started at /home/aaa/public_html/inc/classes/BxDolAdminDashboard.php:89) in /home/aaa/public_html/inc/admin_design.inc.php on line 47
EVENTS BLOCK IN THE HOMEPAGE
Warning: mktime() [function.mktime]: 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 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /home/aaa/public_html/inc/classes/BxDolTemplate.php on line 298
FOOTER
Warning: date() [function.date]: 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 'America/Sao_Paulo' for 'BRT/-3.0/no DST' instead in /home/aaa/public_html/inc/classes/BxDolTemplate.php on line 782
QUESTION: Should I do anything more than this to work with PHP 5.3.x?
I use the original ALT template and the Hosting Tools tell me that I should work with PHP 5.3.x.
Thanks.
Mauro.