• Resolved jothaes

    (@jothaes)


    Hi there,
    we got the warning from the plugin

    “Speed Booster Pack: wp-config.php is not writable. Please check your file permissions, or some features might not work.”

    Unfortunately our hoster does not allow the writing of plugins into wp-config.php but allows us to put settings to it in the hosting backed.
    Could you let us know what settings in the wp-config the plugin needs?
    Thanks in advance,
    best wishes
    J

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimocha

    (@optimocha)

    Hi @jothaes,

    SBP only adds/removes the WP_CACHE constant to the wp-config.php file. In order to enable caching via wp-config.php after enabling caching in SBP settings.

    define('WP_CACHE', true); // Added by Speed Booster Pack

    To disable caching, you can simply remove that line or add two dashes (//) at the beginning of it.

    Regarding the notice, you can dismiss it but I guess it’ll show up each time you update SBP settings.

    Thread Starter jothaes

    (@jothaes)

    Hi there,

    thanks very much. Ok, i see, just for caching. Hoster has strong caching in place, so not needed.

    Thanks again, best wishes,
    J.

    Plugin Author Optimocha

    (@optimocha)

    Glad to be of help @jothaes! If you’ve got a minute, we’d love to have a fair review from you (preferably with five stars, hehe): https://www.ads-software.com/support/plugin/speed-booster-pack/reviews/#new-post

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp-config entries’ is closed to new replies.