Well, I have not heard back from Hostgator yet.
I took the code:
Code:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Los_Angeles"
; http://php.net/date.default-latitude
date.default_latitude = 34.3981
; http://php.net/date.default-longitude
date.default_longitude = 118.1358
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
I added it to my php.ini file and reuploaded it.
The issue is gone.
I added that code to the very bottom of my php.ini file - is that an OK place to put it, or should it go somewhere specific in the ini file?
So now I can't access my admincp
Quote:
Warning: Assigning the return value of new by reference is deprecated in ..../global.php(29) : eval()'d code on line 141
Unable to add cookies, header already sent.
File: /home2/jerry/public_html/includes/functions_log_error.php
|
And am getting this error at the top of my forum.
Quote:
Warning: Assigning the return value of new by reference is deprecated in ..../global.php(29) : eval()'d code on line 141
|
*sigh.
I added back:
define('DISABLE_HOOKS', true);
Now I can access everything as normal.
But now what? As soon as I turn my mods on - blamo I get the above errors.