Contact Board Administration

Error em Debug Mode - Contact Board Administration

Error em Debug Mode

New postby smallbreeds » Tue Nov 01, 2011 9:26 pm

Hello!

I'm having these messages with debug mode enabled.
Code: Select all
[phpBB Debug] PHP Warning: in file /contact.php on line 114: Invalid CRT parameters detected
[phpBB Debug] PHP Warning: in file /contact.php on line 114: Invalid CRT parameters detected
[phpBB Debug] PHP Warning: in file /contact.php on line 114: Invalid CRT parameters detected
[phpBB Debug] PHP Warning: in file /contact.php on line 114: Invalid CRT parameters detected
[phpBB Debug] PHP Warning: in file /contact.php on line 114: Invalid CRT parameters detected


Any tips to fix? Or I did something wrong?

Seems to be working fine, but if you do not have these errors, the better.

Thank you!
Shih Tzu Forum | Translation Team SuportephpBB


Excuse my horrible English. I use the Google translator because I speak only Portuguese.
User avatar
smallbreeds
Registered User
 
Posts: 164
Joined: Thu May 26, 2011 11:16 pm
Location: São José - SC - Brasil

Re: Error em Debug Mode

New postby RMcGirr83 » Wed Nov 02, 2011 1:22 am

Your server isn't setup correctly. If you do a search on gmstrftime within this mods discussion you should be able to find a different way of setting the time for the contact.

This is the line within contact.php that is causing your error

Code: Select all
//a variable
$date   = gmstrftime("%A %d-%b-%y %T %Z", time());
Assistance with mods | My MODS | Grateful for the mods/support? Then why not buy me a beer

Image
User avatar
RMcGirr83
Former Team Member
 
Posts: 14839
Joined: Wed Jun 22, 2005 4:33 pm
Location: Connecticut USA
Name: Rich McGirr

Re: Error em Debug Mode [SOLVED]

New postby smallbreeds » Wed Nov 02, 2011 6:39 pm

Perfect! Thanks!
Shih Tzu Forum | Translation Team SuportephpBB


Excuse my horrible English. I use the Google translator because I speak only Portuguese.
User avatar
smallbreeds
Registered User
 
Posts: 164
Joined: Thu May 26, 2011 11:16 pm
Location: São José - SC - Brasil