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…