Viewing 8 replies - 1 through 8 (of 8 total)
  • You’ll need to look at your error logs. There’s nothing in the site (or in your description above) that gives any way of helping. Your error logs will tell you what’s going on.

    Thread Starter prodigye

    (@prodigye)

    how to check the error logs ?

    Ask your hosts for assistance with this.

    Thread Starter prodigye

    (@prodigye)

    In the server, found a file “error_log” in the main folder for the website. Is this the file to check ?
    But, the last update is on 26/Aug.

    Thread Starter prodigye

    (@prodigye)

    In the dashboard, see the below comment.
    ‘Notice: Trying to get property of non-object in /hermes/bosweb/web227/b2274/ipw.xxx/xxx_html/xxx/wp-includes/capabilities.php on line 1071’

    Hi @prodigye

    Since you can log in to the admin, you might be able to change your theme to TwentyEleven or TwentyTen. See if that solves the problem.

    When looking at your error log see if you can find lines that start with “error” – those might cause your site to go blank.

    Thread Starter prodigye

    (@prodigye)

    @ancawonka
    1. Changed theme to TwentyEleven. No improvement.

    2. These are following lines 1071, 1072 & 1075 for file capabilities.php seen as notice in dashboard

    if ( ! $post_type->map_meta_cap ) {
          $caps[] = $post_type->cap->$cap;
    	// Prior to 3.1 we would re-call map_meta_cap here.
    	      if ( 'read_post' == $cap )
    				$cap = $post_type->cap->$cap;
    			break;
    		}

    Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    This is usually a theme or plugin issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Site is not displaying’ is closed to new replies.