• Resolved rudtek2

    (@rudtek2)


    Warning: ./cache is not writeable. Make sure you’ve set the correct relative or absolute path, and that the location is server-writable.

    I saw someone else posted this, but the thread is resolved I’m not sure how.

Viewing 1 replies (of 1 total)
  • Hi there @rudtek2,

    This happens when some component (plugin/theme) in your installation has switched on WordPress Debug mode. This causes any warnings to be shown on pages. The best method is to trace where this has been enabled and disable that. As a workaround, you can paste this snippet of PHP code in the theme’s functions.php file which should silence all warnings and errors.

    error_reporting(0);

    Let me know if it helped. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Warning: ./cache is not writeable.’ is closed to new replies.