• Resolved torbenmogensenco

    (@torbenmogensenco)


    I get this error when activating the plugin – could you let me know where its trying to create the dir, so I check my permissions.

    mkdir(): Permission denied in /var/www/……./plugins/woo-license-keys/vendor/10quality/wpmvc-core/src/psr4/Cache.php on line 40

    Thank you – looking forward to trying this plugin out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter torbenmogensenco

    (@torbenmogensenco)

    OK – tracked it down – turns out cache is written to the wordpress installations root directory, which then must have write permissions.
    I changed owner to www-data:www-data – but don’t really know if that’s a good idea.

    Anyway – everything looks really good ??

    Plugin Contributor 10Quality

    (@10quality)

    The plugin uses WordPress MVC framework which creates the following file structure at the root of your wordpress setup:

    /wpmvc/logs
    /wpmvc/files

    If you wish you can turn of write permissions of the root directory and manually create the /wpmvc folder and give write permissions to that folder instead. That should work to.

    Thread Starter torbenmogensenco

    (@torbenmogensenco)

    Thank you for your reply – will adjust my permissions.

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