-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors on non standard plugins folder #107
Comments
I too run the docker kanboard. Your errors are not specific to customizer, there is another plugin listed with same error. |
If you give me enough info on how to replicate what you did, I can look into it. Otherwise, not much I can do to help. |
Hello, I run it with a custom config.php, an din the meantime I solved it by adding:
and changing to (It seems However, you use for instance
where you probably should use
? |
You are welcome to a make a PR if you feel this improves the plugin. |
Can it be that for some reason the plugins directory is hardcoded? I run the docker version of kanboard, and I copied the default config.php. This had sort of an error in that
define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data');
resulted (together with another setting in the yml) dat the data dir became /data/data and plugins dir /data/plugins . But I would assume that a plugin reads that specific variable to get the correct path this does not seem to be the case for Customizer and I get errors as:
Warning: filemtime(): stat failed for plugins/WeKanboard/WeKanboard.css in /var/www/app/app/Helper/AssetHelper.php on line 37
Warning: filemtime(): stat failed for plugins/Customizer/Assets/rgbaColorPicker/rgbaColorPicker.css in /var/www/app/app/Helper/AssetHelper.php on line 37
The text was updated successfully, but these errors were encountered: