- Posts: 1
- Thank you received: 0
Error after update guestbookfrom V1.7.3 to V 2.0.2
9 years 4 months ago #13957
by mauprik
Error after update guestbookfrom V1.7.3 to V 2.0.2 was created by mauprik
After upgrading my guestbook software from V 1.7.3 to V 2.0.2 I get error messages when viewing the guestbook online. If copy/pasted the error messages in the attached txt file. Please can anybody help me to solve these errors?
Greetings,
Rik Uiterlinden
www.maupertuus.net
Greetings,
Rik Uiterlinden
www.maupertuus.net
Please Log in or Create an account to join the conversation.
9 years 4 months ago #13959
by Pete
DigiOz Webmaster
www.digioz.com
Replied by Pete on topic Error after update guestbookfrom V1.7.3 to V 2.0.2
Hello,
This is an issue with your PHP Settings on your server. you have two options:
1. Modify the php.ini of your server (Replace "America/New_York" with your timezone):
2. Put this line of code in each php file where you receive the warning (Replace "America/New_York" with your timezone):
More information on this can be found on Stackoverflow here .
Thanks,
Pete
This is an issue with your PHP Settings on your server. you have two options:
1. Modify the php.ini of your server (Replace "America/New_York" with your timezone):
Code:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/New_York
2. Put this line of code in each php file where you receive the warning (Replace "America/New_York" with your timezone):
Code:
date_default_timezone_set('America/New_York');
More information on this can be found on Stackoverflow here .
Thanks,
Pete
DigiOz Webmaster
www.digioz.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.120 seconds