Code:
protected function getLoadQuery($required_query = self::QUERY_BASIC, $force_rebuild = false)
Needs to be this code for both files
For class_core.php starting at line 5688 stopping at line 5692
Code:
case E_NOTICE:
case E_STRICT:
case E_DEPRECATED:
// Just ignore these completely //
break;
You might also need to add the date to the bottom of your php.ini file something like this
Code:
[date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Chicago"
; http://php.net/date.default-latitude
date.default_latitude = 31.7667
; http://php.net/date.default-longitude
date.default_longitude = 35.2333
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
You will find the correct info in your
admincp/Maintenance/View PHP Info