Index Page Not loading

Done - no joy

Can you upload the php_error.log once again, the current one?

Here you are

Can you replace the function asUserDate on line 657 in /include/TimeDate.php with this:

 public function asUserDate(DateTime $date, $tz = false, User $user = null)
    {
        if ($date instanceof DateTime) {
            if($tz) $this->tzUser($date, $user);
            return $date->format($this->get_date_format($user));
        }        
    }

doneā€¦but nothing. No Change - sorry antivist. I really appreciate your help

I know its drastic, but would it be best to start from scratch? Itā€™s not a production instance-yet!

Yeah thatā€™s always a solution. I canā€™t guess what youā€™ve done. But well, modifying core files to bypass your error isnā€™t a great solution anyway. Try to uninstall the module youā€™ve installed and see if that works, otherwise start from scratch.

Iā€™ve tried uninstalling/removing the offending module, but the Admin page still isnā€™t showing - sigh. looks like a total restartā€¦