• When I first access my page, I get a

    WordPress, Feature Disabled page error. When I refresh, the page loads. I am using Firefox (latest build). Page loads ok in IE. I am also using the wp-cache plugin.

    Now, I do have ADB (ad block) on Firefox, and it blocks the two from below.

    https://www.cllucas.com/wp-admin/images/wordpress-logo.png
    https://www.cllucas.com/wp-admin/install.css

    the wp-admin/install.css I wonder about…

    I will have to go back and make cllucas.com a preferred site instead of anything blocked.

    I have also had a problem with slow page loads (fixed by resetting the index.php (moved from the wordpress directory to the root.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cllucas

    (@cllucas)

    Also, in IE, I get this error:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Apache/1.3.33 Server at https://www.cllucas.com Port 80

    Refresh and page loads. I am not an Apache/MySql pro.

    CL

    webprogrammer

    (@webprogrammer)

    Hi,

    For me the error is coming in a bit different way, let me explain.

    When I am loading the blog page by manually clearing cache the page loads perfectly without any issue. But after few mins if i am trying to load it getting the Error FEATURE DISABLED. Its in all browser IE 6,7, Opera 9, Mozilla And Mozilla Firefox same error.

    however when I refresh the page the error goes of. So actually i need to refresh the page either by clearing cache or by pressing Ctrl + F5.

    I am using LAMP as the platform

    To do it programmetically I have tried to
    ————————-
    setup no-cache in .htaccess
    —————————–
    in php

    <?php Header(‘Cache-Control: no-cache,no-store, must-revalidate’);
    Header(‘Pragma: no-cache’);?>
    ——————————-
    in html
    <META HTTP-EQUIV=”Expires” CONTENT=”-1″>
    <META HTTP-EQUIV=”Pragma” CONTENT=”no-cache”>

    One by one and all togather

    but nothing found to save me. If any have has any solution please let me know

    Thanks all

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘feature disabled error on initial page load’ is closed to new replies.