Hi there, I just manually updated Drupal from version 8.8.4 to 8.8.6. Running the update script, I got the message:
The website encountered an unexpected error. Please try again later.
I cleared the cache but it did not help. I increased the PHP memory but it did not help. I ran cron but it did not help. I wonder what is wrong. Do you have an idea? How can I solve this problem?
I created a view listing nodes of a certain content type.
I added basic fields, like, Title, Post Date and a read more link.
The view works fine with these fields, but when i add Comment Statistics: Comment count, all nodes that don't have any comment aern't displayed in the view.
It only lists nodes that received comments.
I would upgrade Drupal 8.6 to 8.8 with composer but i have this message. The website is down. Could you Help Me ?
Fatal error: Declaration of Drupal\Core\Security\PharExtensionInterceptor::assert($path, $command) must be compatible with TYPO3\PharStreamWrapper\Assertable::assert(string $path, string $command): bool in /home/luxepres/public_html/mywebsite.com/core/lib/Drupal/Core/Security/PharExtensionInterceptor.php on line 14
I am making a view to display a webform submissions count using Views aggregation functionnality. It works only for logged in users. How can I make this view available for anonymous users ?
Please, how do I copy the settings of the Paragraphs module, from one site to another? I would like to copy the module and all the settings from one site to another. Both sites are on the same server.