• My site has been working normally and this morning when I go to login to my admin i get:

    Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in /home/ezgro/public_html/wp/wp-admin/includes/class-wp-list-table.php on line 636

    The site is still working fine but I cant login to the admin. What would have caused this?

    I have gone into the code of the file class-wp-list-table.php and here is the code where the error is happining.

    /**
    * Make private properties readable for backwards compatibility.
    *
    * @since 4.0.0
    * @access public
    *
    * @param string $name Property to get.
    * @return mixed Property.
    */
    public function __get( $name ) {
    return $this->$name;
    }

    Here is the link to my admin login:
    https://ezgrogarden.com/wp/wp-admin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try reinstalling the WordPress update. Maybe an automatic update ran that got gunked up.

    Thread Starter data58

    (@data58)

    I didn’t see any updates. It was working fine yesterday and started the error today. Also I noticed the admin login is fine I get the Parse error after I login to the admin panel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Admin Login Error message’ is closed to new replies.