How to solve this issue? Seach of word "private" doesn't give me anything.
Writable (public download method)
The directory ../private is not writable. An automated attempt to create this directory failed, possibly due to a permissions problem. To proceed with the installation, either create the directory and modify its permissions manually or ensure that the installer has the permissions to create it automatically. For more information, see INSTALL.txt or the online handbook.
Yeah I get that, I have no idea why would this restriction exist. So not user friendly. There are a lot of issues during installation. I have already wasted 2 hours trying to install it.
bardiuk β created an issue.
Yet another issue that I have encountered in docker 4 drupal:
Problem 1
- centarro/certified-projects[1.0.0, ..., 1.x-dev] require drupal/commerce_square ^1.5 -> satisfiable by drupal/commerce_square[1.5.0, 1.6.0, 1.7.0, 1.x-dev].
- drupal/commerce_square[1.5.0, ..., 1.x-dev] require square/square ^17.2 -> satisfiable by square/square[17.2.0.20220216, 17.3.0.20220316].
- square/square 17.2.0.20220216 requires php >=7.2 <8.1 -> your php version (8.2.12) does not satisfy that requirement.
- square/square 17.3.0.20220316 requires php >=7.2 <8.2 -> your php version (8.2.12) does not satisfy that requirement.
- Root composer.json requires centarro/certified-projects ^1.0 -> satisfiable by centarro/certified-projects[1.0.0, ..., 1.x-dev].
bardiuk β created an issue.
Demo content stucks at this step:
bardiuk β created an issue.
I also got this error while content installation:
InvalidArgumentException: Value assigned to "section" is not a valid section in Drupal\layout_builder\Plugin\DataType\SectionData->setValue() (line 34 of D:\www\arsbeaute-2.com\kickstart\web\core\modules\layout_builder\src\Plugin\DataType\SectionData.php)
#0 D:\www\arsbeaute-2.com\kickstart\web\modules\contrib\default_content\src\Normalizer\ContentEntityNormalizer.php(257): Drupal\layout_builder\Plugin\DataType\SectionData->setValue(Array)
#1 D:\www\arsbeaute-2.com\kickstart\web\modules\contrib\default_content\src\Normalizer\ContentEntityNormalizer.php(184): Drupal\default_content\Normalizer\ContentEntityNormalizer->setFieldValues(Object(Drupal\node\Entity\Node), 'layout_builder_...', Array)
#2 D:\www\arsbeaute-2.com\kickstart\web\modules\contrib\default_content\src\Importer.php(254): Drupal\default_content\Normalizer\ContentEntityNormalizer->denormalize(Array)
#3 D:\www\arsbeaute-2.com\kickstart\web\modules\contrib\default_content\default_content.module(15): Drupal\default_content\Importer->importContent('commerce_demo')
#4 [internal function]: default_content_modules_installed(Array, false)
bardiuk β created an issue.
π€¬
How can I reset a user's password without Drush? I am on a shared hosting. (And without reset password because I forgot the email that I used for the Admin)
When I add just a list of numbers, I get
Warning: Undefined array key 1 in Drupal\ckeditor_font\Plugin\CKEditor5Plugin\Font::generateFontSetting() (line 323 of modules/contrib/ckeditor_font/src/Plugin/CKEditor5Plugin/Font.php).
Drupal\ckeditor_font\Plugin\CKEditor5Plugin\Font::generateFontSetting('6
9
12
16
24
32
48
64', 'size') (Line: 184)
ollie-db β created an issue.
ollie-db β created an issue.
ollie-db β created an issue.
Is this the reason why I can not download the archive? I get 404 Not Found error in Docker container
ollie-db β created an issue.
Here is my version of the error
Deprecated function: Creation of dynamic property Drupal\webform\WebformTokenManager::$config is deprecated in Drupal\webform\WebformTokenManager->__construct() (line 108 of modules/contrib/webform/src/WebformTokenManager.php).
Drupal\webform\WebformTokenManager->__construct(Object, Object, Object, Object, Object) (Line: 259)
Drupal\Component\DependencyInjection\Container->createService(Array, 'webform.token_manager') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('webform.token_manager', 1) (Line: 434)
Drupal\Component\DependencyInjection\Container->resolveServicesAndParameters(Array) (Line: 237)
Drupal\Component\DependencyInjection\Container->createService(Array, 'webform.exception_html_subscriber') (Line: 177)
Drupal\Component\DependencyInjection\Container->get('webform.exception_html_subscriber') (Line: 105)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.exception') (Line: 221)
Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object, Object, 1) (Line: 89)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 686)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Composer doesn't fully apply this patch anymore (applies partially and breaks the site)
For whoever who will google this like me: https://www.drupal.org/project/maillog/issues/3341880 π¬ How to clear Maillog entries? Active
The list is a separate thing and the configuration is at the other page. In the configuration you can delete logs.
Configuration > Development > Maillog settings
ollie-db β created an issue.
drush eval "echo \Drupal::database()->getConnectionOptions()['database'], \"\n\""
Can be done in twig.
I am also searching a way to make it with an alter though,