Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Frank Goossens

    (@futtta)

    Hi MicahBlu;
    AO does a number of checks before kicking in (to ensure nothing gets badly broken);

    if either
    * wordpress’s is_feed() is true
    * wordpress’s is_admin() is true
    * there is no “<html” in the pge source
    * there is “<xsl:stylesheet” in the page source

    then AO does nothing.

    My best guess; your theme’s header.php is lacking the opening HTML-tag?

    hope this helps,
    frank

    Thread Starter MicahBlu

    (@micahblu)

    HI Frank, thanks for the quick response. Unfortunately none of those conditions apply.

    view-source:https://micahblu.com/

    The plugin is currently active. The site is extremely simple and the only other plugin I have is SSH SFTP Updater Support, which I don’t think is conflicting with AO.. Any ideas?

    Plugin Author Frank Goossens

    (@futtta)

    verrrrrry weird …

    some questions:
    * you wouldn’t have output buffering disable in php.ini by any chance?
    * can you check your phperror.log for any relevant entries?
    * could you, ever so briefly, test with a default wordpress theme (twentyfifteen or -fourteen for example)?

    frank

    Thread Starter MicahBlu

    (@micahblu)

    Changing the theme to twentyfifteen had no effect, I did however find an error in my log associated with AO:

    [Mon Apr 20 12:19:01.572938 2015] [:error] [pid 20563] [client 108.23.119.50:56368] PHP Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /home/micahblu/htdocs/wp/wp-includes/update.php on line 295, referer: https://micahblu.com/wp/wp-admin/options-general.php?page=autoptimize&settings-updated=true

    Thread Starter MicahBlu

    (@micahblu)

    This may be due to the way I have my directories structured? I manage all my sites with git, composer, grunt, using composer to manage WordPress and its plugins as dependencies of my project, in order to achieve this the entire wordpress source is loaded in a wp directory from the root directory.

    See https://github.com/micahblu/wp-launchpad

    But I’m not sure how this would conflict?

    Thread Starter MicahBlu

    (@micahblu)

    Think I know what it is. Can write cache say no..

    Plugin Author Frank Goossens

    (@futtta)

    filesystem rights, indeed! ao needs to be able to write to wp-content/cache, if that is not the case then indeed nothing will happen.

    frank

    Plugin Author Frank Goossens

    (@futtta)

    any luck changing the filesystem rights MicahBlu?

    frank

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Does not appear to work at all’ is closed to new replies.