demonicpagan
Member
Posted 2 years ago #
I have a vanilla install of WP 2.8.1 with not a single plug in loaded and when I go to the General Settings page, it is blank. No errors are reported in my log.
Here is a screenshot of what my page looks like. http://temp.stelth2000inc.com/screen/generalsettings.png.
I am running PHP 5.3, Apache 2.2.11, MySQL 5.0.77
demonicpagan
Member
Posted 2 years ago #
Well, I have found the offending section of code. It begins with the table row on line 97 and ends at the closing </tr>. It is all the timezone stuff.
When I removed this row. The page displayed fine.
demonicpagan
Member
Posted 2 years ago #
Digging even deeper into that bit of code, the offending code appears to be in the else portion where dst is checked as well as location.
demonicpagan
Member
Posted 2 years ago #