• Hi,
    since installing the bbptoolkit plugin, the apache error log is filling up with the following message :
    www.apis.de/wp-content/plugins/bbp-toolkit/css/bbptoolkit.css failed to open stream: Permission denied in /srv/......./www.apis.de/wp-content/plugins/bbp-toolkit/includes/gen-css.php
    Any idea what is happening here?

    • This topic was modified 6 years, 11 months ago by haddlyapis.

    The page I need help with: [log in to see the link]

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

    I have the same problem. Rights were originally set to 644 – when I change it to 666, the error is gone.

    BUT WHAT IS CORRECT? Can the plugin itself not adjust this?

    Toengel@Alex

    Plugin Author Pascal Casier

    (@casiepa)

    @toengel, which file did you change from 644 to 666 ?

    Hi,

    /bbp-toolkit/css/bbptoolkit.css

    if you take a look at /bbp-toolkit/includes/gen-css.php line 62…

    file_put_contents(BBPT_PLUGIN_DIR.’/css/bbptoolkit.css’, $fullcss, LOCK_EX);

    …you see, that the code tries to change the bbptoolkit.css – but with 644 one does not have the rights to change that file…

    Toengel@Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘error log filling up with bbptoolkit.css error’ is closed to new replies.