You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a simple example to work, but I have no success.
PHP 5.3
It returns:
Fatal error: Class 'ZipArchive' not found in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 101
And some warnings:
Warning: date_default_timezone_get(): 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 '-03/-3.0/no DST' instead in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 33
Warning: 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 '-03/-3.0/no DST' instead in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 743
2024-06-20 12:51:40:Error: ZipArchive class does not exist
Sorry, but I am a newbie in PHP. Many thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying to make a simple example to work, but I have no success.
PHP 5.3
It returns:
Fatal error: Class 'ZipArchive' not found in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 101
And some warnings:
Warning: date_default_timezone_get(): 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 '-03/-3.0/no DST' instead in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 33
Warning: 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 '-03/-3.0/no DST' instead in /home/renato/dev/php/xlsx-teste/xlsxwriter.class.php on line 743
2024-06-20 12:51:40:Error: ZipArchive class does not exist
Sorry, but I am a newbie in PHP. Many thanks in advance.
The text was updated successfully, but these errors were encountered: