Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CP Setup
#10
I get the error shown in the attached image.
Could it be that your php.ini is missing a timezone.
Note that the first thing the application does is set a timezone if none can be obtained from the operating system:

Right at the top of index.php

Code:
if(!date_default_timezone_get())
{
    // Set a fallback timezone if the current php.ini does not contain a default timezone setting.
    // If the environment is setup correctly, we won't override the timezone.
    date_default_timezone_set("UTC");
}

the error message also states that the timezone could be written incorrectly....


Attached Files Image(s)
   
Joe
TSolucio
Reply


Messages In This Thread
CP Setup - Ekim - 05-17-2014, 08:43 AM
Re: CP Setup - joebordes - 05-17-2014, 10:31 AM
Re: CP Setup - Ekim - 05-17-2014, 07:22 PM
Re: CP Setup - joebordes - 05-18-2014, 07:23 AM
Re: CP Setup - joebordes - 05-18-2014, 04:57 PM
Re: CP Setup - Ekim - 05-18-2014, 10:35 PM
Re: CP Setup - joebordes - 05-18-2014, 10:45 PM
Re: CP Setup - Ekim - 05-18-2014, 10:59 PM
Re: CP Setup - Ekim - 05-18-2014, 11:01 PM
Re: CP Setup - joebordes - 05-18-2014, 11:08 PM
Re: CP Setup - joebordes - 05-18-2014, 11:10 PM
Re: CP Setup - Ekim - 05-18-2014, 11:13 PM
Re: CP Setup - Ekim - 05-18-2014, 11:17 PM
Re: CP Setup - joebordes - 05-18-2014, 11:22 PM
Re: CP Setup - Ekim - 05-18-2014, 11:27 PM
Re: CP Setup - Ekim - 05-18-2014, 11:30 PM
Re: CP Setup - Ekim - 05-19-2014, 12:07 AM
Re: CP Setup - joebordes - 05-19-2014, 06:23 AM
Re: CP Setup - Ekim - 05-20-2014, 01:16 AM
Re: CP Setup - joebordes - 06-30-2014, 11:31 PM
Re: CP Setup - Ekim - 07-10-2014, 03:46 AM
Re: CP Setup - joebordes - 07-10-2014, 08:27 AM
Re: CP Setup - Ekim - 07-10-2014, 04:46 PM
Re: CP Setup - joebordes - 07-10-2014, 04:52 PM
Re: CP Setup - joebordes - 07-10-2014, 04:53 PM
Re: CP Setup - Ekim - 07-11-2014, 12:17 AM
Re: CP Setup - joebordes - 07-11-2014, 12:59 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)