Viewing 15 replies - 1 through 15 (of 21 total)
  • Could you please check you php error log?
    Is your WordPress site completely down or are there only some pages/URLs that shows only blank pages? Is the backend / admin page also down?

    Thread Starter LD Jackson

    (@ld-jackson)

    It appears the only page that was down was the home page. The posts actually displayed correctly, as well as the admin page.

    Thread Starter LD Jackson

    (@ld-jackson)

    I need to make a correction. The setting that makes my home page display correctly is the “always include scripts” setting. As soon as it is disabled, the home page is blank.

    I’m not sure where to find my php error log.

    Is it possible to send me a link, where I can reproduce the problem?
    Do you see any JavaScript errors? The way php logs its errors (display error or logging to file) depends on your hosting setup. You may need to contact your system administrator to get detailed information …

    Hope this helps,
    Jan

    Thread Starter LD Jackson

    (@ld-jackson)

    The only way I can reproduce the problem is to uncheck the setting to always include scripts. If I do that, my homepage is blank. The link is below, but I have to check the setting so it isn’t blank.

    https://www.ldjackson.net

    Thread Starter LD Jackson

    (@ld-jackson)

    I’m not sure if this will help, but it is what I see in the console when I try to load the page.

    reflow: 0.58ms
    reflow: 0.3ms
    GET https://www.ldjackson.net/ [HTTP/1.1 200 OK 1460ms]
    reflow: 1.47ms
    reflow: 0.69ms
    reflow: 0.11ms
    reflow: 0.3ms
    GET https://www.ldjackson.net/ [HTTP/1.1 200 OK 808ms]
    reflow: 0.26ms
    reflow: 0.6ms
    Expected declaration but found '0'.  Skipped to next declaration. www.ldjackson.net:1
    Error in parsing value for 'margin'.  Declaration dropped. www.ldjackson.net:1
    Error in parsing value for 'padding'.  Declaration dropped. www.ldjackson.net:1
    Unknown property 'font-smooth'.  Declaration dropped. www.ldjackson.net:1
    Unknown property '-moz-border-radius'.  Declaration dropped. www.ldjackson.net:1
    Expected end of value but found '100%'.  Error in parsing value for 'width'.  Declaration dropped. www.ldjackson.net:1
    Expected ',' or '{' but found '*'.  Ruleset ignored due to bad selector. www.ldjackson.net:1
    reflow: 0.33ms function fillInPageTooltip, popup.xml line 605
    reflow: 0.38ms
    reflow: 0.33ms
    reflow: 1.03ms
    reflow: 0.5ms
    POST https://www.ldjackson.net/wp-admin/admin-ajax.php [HTTP/1.1 200 OK 839ms]

    Could you please send me a lost of options that you have set on the plugin’s setting page?

    Thread Starter LD Jackson

    (@ld-jackson)

    ALWAYS INCLUDES SCRIPTS IS CHECKED.

    Everything else not checked, other than the box to enable the plugin.

    COMMENTS CONTAINER SELECTOR = #commentsWrapper

    ‘OnBeforeSelectElements’ callback = (jQuery(‘td#middle > #comments’, dom).length > 0) ?
    jQuery(‘td#middle > #comments, ul.commentlist’, dom).wrapAll(‘<div id=”commentsWrapper” />’)
    : jQuery(‘<div id=”commentsWrapper” />’).insertBefore(jQuery(‘#respond’, dom));

    Do you have a test environment where you can disable the “ALWAYS INCLUDES SCRIPTS” and send me a link to reproduce the problem?
    If not: Could you please disable the “ALWAYS INCLUDES SCRIPTS” and send ma a copy of the “blank page” (HTML including alls loaded assets)?

    Thanks
    Jan

    Thread Starter LD Jackson

    (@ld-jackson)

    I do not have a test environment.

    Are you wanting a copy of the page source of the blank page?

    Does the blank page really has a page size of 0 bytes, i.e. the webserver returns no content?
    If yes, you need to take a look into the PHP error log? Or is it possible to send me a backup of your blog page? At the moment, I’ve no idea what could break your start page…

    Thread Starter LD Jackson

    (@ld-jackson)

    I disabled my plugins and the problem still persists. When I enabled the default theme, it went away. So, it has to be a conflict with Atahualpa.

    Thanks for your feedback. If the problem still exists after disabling the plugin, there needs to be another cause (maybe the theme or another plugin)…

    Thread Starter LD Jackson

    (@ld-jackson)

    Let me clarify something. The problem still persisted, even after I disabled all plugins. I re enabled them and then enabled the default them. That’s when the problem went away. As soon as I went back to Atahualpa, the problem reappeared.

    For what it’s worth, a blogger friend of mine uses Atahualpa and WP-Ajaxify-Comments and he is not having the same problem.

    The plugin is still working, as I am using Always Include Scripts. Maybe it will sort itself out.

    Sorry, I’ve no idea what could cause the problem without being able to reproduce it…

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Blank page after update’ is closed to new replies.