Welcome Guest, Not a member yet? Register   Sign In
Trying to extend the input class
#8

[eluser]CroNiX[/eluser]
Those timezone warnings are from php 5.3x. To get rid of them, either put the timezone in php.ini, or at the top of your index.php file, put:
Code:
date_default_timezone_set('America/Los_Angeles');
with your correct timezone.


Messages In This Thread
Trying to extend the input class - by El Forum - 01-07-2013, 07:05 AM
Trying to extend the input class - by El Forum - 01-07-2013, 07:30 AM
Trying to extend the input class - by El Forum - 01-07-2013, 07:31 AM
Trying to extend the input class - by El Forum - 01-07-2013, 08:22 AM
Trying to extend the input class - by El Forum - 01-07-2013, 08:29 AM
Trying to extend the input class - by El Forum - 01-07-2013, 08:47 AM
Trying to extend the input class - by El Forum - 01-07-2013, 09:11 AM
Trying to extend the input class - by El Forum - 01-07-2013, 11:09 AM
Trying to extend the input class - by El Forum - 01-07-2013, 11:11 AM
Trying to extend the input class - by El Forum - 01-07-2013, 11:12 AM
Trying to extend the input class - by El Forum - 01-07-2013, 11:14 AM
Trying to extend the input class - by El Forum - 01-07-2013, 11:22 AM
Trying to extend the input class - by El Forum - 01-07-2013, 12:25 PM
Trying to extend the input class - by El Forum - 01-07-2013, 12:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB