Everytime I tried to install themes and modules in my backdrop site, I get this error.But where I can set up the premissions? I'm using a Admin Account with the premisson to install themes and modules.
2) Provide additional information about your hosting.
* Where are you hosting?
* Do you have access to the server level permissions?
* Are they configured as described in the file-permissions-and-ownership article?
I find that most "permissions" related problems are related to ownership and permissions of files and directories on the server.
There is an existing issue in the Backdrop CMS core issue queue to improve this error message to be more helpful. We would welcome additional input and suggestions. We've updated that issue to reference this situation.
NOTE: The more people that comment on issues in the core issue queue, the more attention those issues get. Help make Backdrop better by sharing your own experiences and ideas both here and in the github issue queue (whichever works better for you).
Thanks. openid_connect is actually a different beast than OpenID. I think the "connect" version implements an OpenID client to work on an Oauth server. Or something like that.
I think this alternative works too. Instead of installing the stub modules, you may be able to just insert the relevant records in the systems table (while also ensuring entity_plus and...
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3
https://github.com/backdrop/backdrop-issues/issues/5795
I can't be at the meeting this...
Posted1 day 2 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
Posted1 day 7 hours ago by Alejandro Cremaschi (argiepiano) on:
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside.
The YouTube module gives an example:
<?php
/**
* @file
* Youtube field module adds...
Posted1 day 11 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
The problem might be with your server permissions.
1) I recommend taking a look at this thread and seeing if anything here is helpful to you.
https://forum.backdropcms.org/forum/issue-permissions
That thread will point you at this resource:
https://backdropcms.org/file-permissions-and-ownership
2) Provide additional information about your hosting.
* Where are you hosting?
* Do you have access to the server level permissions?
* Are they configured as described in the file-permissions-and-ownership article?
I find that most "permissions" related problems are related to ownership and permissions of files and directories on the server.
There is an existing issue in the Backdrop CMS core issue queue to improve this error message to be more helpful. We would welcome additional input and suggestions. We've updated that issue to reference this situation.
https://github.com/backdrop/backdrop-issues/issues/2581
NOTE: The more people that comment on issues in the core issue queue, the more attention those issues get. Help make Backdrop better by sharing your own experiences and ideas both here and in the github issue queue (whichever works better for you).