• I got this error after update in my dashboard

    All-in-One Event Calendar

    Cache directories, xxxxxxxxxxxxxxxxxxxxxx/web/wp-content/plugins/all-in-one-event-calendar/cache/, are not writable. Your calendar will perform more slowly until you make this directory writable by the web server.

    So I set permissions 777 for this folder – but I still get this issue, how to fix pleasE?

    https://wordpress.org/plugins/all-in-one-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    A temporary solution is to add FTP credentials to your wp-config.php file:

    define( ‘FTP_USER’, ‘username’ );
    define( ‘FTP_PASS’, ‘password’ );
    define( ‘FTP_HOST’, ‘ftp.example.org:21’ );

    We will fix this bug in the next update coming out next week.

    Take care

    Thread Starter eldenroot

    (@eldenroot)

    Thanks, I will try… anyway there is a bug with image missing in “View calendar button” in widget… deleted, installed again and still missing

    Another problem is with template in calendar page – I think category should be aligned and merged into one line with others

    Last bug – widget doest care about date and time format

    Hello,

    Please upgrade plugin(the Core) to the latest version 2.1.4. The message needs to be dismissed to go away after you upgrade the plugin. It will not go away by itself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem – cache is not writable’ is closed to new replies.