I also had this issue while syncing content and configuration from one site to another. I recreated the contents after deleting them and it worked fine. Luckily I did not have many content, so it worked out.
@dbielke1986 You cannot have two different books in core and contrib, only one will be activated even if you try. If you have added Book in contrib then drupal will recognise that contrib module only, else it would recognise the core module.
If you have already installed contrib version via composer then there will not be any configuration loss as I understand the machine name remains valid and hence the configuration is safe with it.
The way I did is:
1. Move your current Drupal version to 10.3.0, in this version, the book module becomes deprecated in the core.
2. Add the book module in the contrib via composer, command given in
https://www.drupal.org/project/book โ
3. Upgrade your Drupal to Drupal 11.
This ensures legacy data is preserved.
As you already have Drupal version 10.3.2, then you can proceed from second point.
Hi! I have solved the errors given by phpcs, please review
Souvik_Banerjee โ made their first commit to this issueโs fork.
Souvik_Banerjee โ made their first commit to this issueโs fork.
Hi, I have added code so that anonymous users are redirected to the login page when they try to cast their vote.
Souvik_Banerjee โ made their first commit to this issueโs fork.
Hi, while tesing the code, I found out it works when the workflows module is installed and set up but gives no result when workflow is not set up. I am adding a patch here which fixes this issue.
Hi, I have added code to cache the results stored in table.
Souvik_Banerjee โ made their first commit to this issueโs fork.
Hi! I have added a checkbox for giving option to generate csv file and based on that on search will generate csv file.
Souvik_Banerjee โ made their first commit to this issueโs fork.
Hi I have added the feature requested here.
Souvik_Banerjee โ made their first commit to this issueโs fork.
Hi @kriboogh I have tested your code, and it is working for the latest versions.
Hi @Shubam_jain, I tested your code, you have changed use statement from Drupal\Core\Password\PhpPassword to Drupal\phpass\Password\PhpassHashedPassword. I have tested that, but it still gives the same error when installed.
Souvik_Banerjee โ created an issue.
Souvik_Banerjee โ made their first commit to this issueโs fork.