Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have an issue with creating a node via the API. I have the correct permissions setup but it seems like a glitch somewhere in the permissions. An admin can create a content but no other role can. [content type]: Can create new content permission is checked.
Error; `access denied - /node?_format=hal_json`
I am on 8.8.1 - can upgrade if the issue has been resolved in the latest releases.
I am using paragraph module to create a structure that has images in it. In one of the columns based on data from the backend I want to upload image. the backend looks as below:
I am building a site that takes public user registrations, and logged in users will be able to manage their profile, and redeem coupons from products they purchased.
Coming from a Wordpress background I will probably be doing this with plugins like Contact Form.
With Drupal 8, do you suggest to do this with the core user registration functions, or with the WebForm module?
This project was for a leading real estate company with a broad customer base throughout the world. The company is currently developing projects that are estimated to cover more than 89.7 million square feet.
Hello, I've made an e-commerce website with Drupal Commerce, used Composer to install core and modules. I now have to migrate it to client's server which does not have composer.
How should I proceed to upload the website to the server? I can only have an FTP account and DB access. I won't be able to install composer on the server.
Hello, I‘ve a drupal installation with user registration. The user can edit some values and store a „blob“ file. Now comes the tricky part, i want to build an „electron desktop app“ (electron in short = browser view). This app should show an „login in“, after the “login in”, the big file, and some values from the database should downloaded to the users client. Every user has it‘s own file. After Edit there should be a „one click upload solution“.