error

More
14 years 4 months ago #1355 by wouty007
Replied by wouty007 on topic error
Hm, that's a shame.
Both the new list.txt as well as the standard language file didn't fix it...

any other ideas on why it gives the 'showdate' error?

It does enter entries in the guestbook, it just doesn't display them...
greetings
Wouter

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

More
14 years 3 months ago #1369 by Pete
Replied by Pete on topic error
The showdate error usually means that one of the date values in your guestbook data files does not have correct format or length. For example:
Code:
O:7:"gbClass":4:{s:6:"gbDate";s:20:"Sun 01/19/03 08:19AM";s:6:"gbFrom";s:12:"User Posting";s:7:"gbEmail";s:0:"";s:9:"gbMessage";s:17:"Message Body Here;}<!-- E -->

Here is how the guestbook entry breaks down:
Code:
O:7:"gbClass":4: { s:6:"gbDate"; s:20:"Sun 01/19/10 14:19PM"; <-- Date Shown s:6:"gbFrom"; s:12:"User Posting"; <-- Name of User Posting s:7:"gbEmail";s:0:""; s:9:"gbMessage"; s:17:"Message Body Here; <-- Message the User wants to Post } <!-- E -->

for each section:

s: Type of Data, in this case string
20: Length of String (number of characters)

In your case, for some reason your php date function is not storing the correct date on your guestbook. This is a PHP related issue that you will need to troubleshoot with your webhost through a support ticket.

Thanks,
Pete

DigiOz Webmaster
www.digioz.com

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

Time to create page: 0.114 seconds
Powered by Kunena Forum