Error after update guestbookfrom V1.7.3 to V 2.0.2

More
8 years 11 months ago #13957 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
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #13959 by Pete
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):
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.117 seconds
Powered by Kunena Forum