• Hosting on AWS Lightsail with WP installed through the Bitnami template, it has a conflict with WP Supercache and permissions when trying to modify settings or update the plugin:

    Current workaround is here
    https://docs.bitnami.com/aws/apps/wordpress/#the-plugin-i-installed-is-not-working

    Is there any way this plugin can be compatible out of the box? Other plugins are working ok.

    Errors when trying a normal plugin update:

    Warning! Could not update /opt/bitnami/apps/wordpress/htdocs/wp-config.php! WPCACHEHOME must be set in config file.

    Warning! /opt/bitnami/apps/wordpress/htdocs/wp-content/advanced-cache.php does not exist or cannot be updated. If it already exists, please delete the file first.

    Make /opt/bitnami/apps/wordpress/htdocs/wp-content writable using the chmod command through your ftp or server software. (chmod 777 /opt/bitnami/apps/wordpress/htdocs/wp-content) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)

    Refresh this page to update /opt/bitnami/apps/wordpress/htdocs/wp-content/advanced-cache.php

    If that doesn’t work, make sure the file /opt/bitnami/apps/wordpress/htdocs/wp-content/advanced-cache.php doesn’t exist:

    Open /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-super-cache/advanced-cache.php in a text editor.

    Change the text CACHEHOME to /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/wp-super-cache/

    Save the file and copy it to /opt/bitnami/apps/wordpress/htdocs/wp-content/advanced-cache.php and refresh this page.

  • The topic ‘Conflict with Bitnami/AWS Lightsail’ is closed to new replies.