mahmoud barhouma → created an issue.
mahmoud barhouma → created an issue.
patch 120 work for me , thank you
same issue
Drupal 10.3.10
When dumping the database, the database file is very large. The database size is 50 GB, but after I truncate the cache tables, the database size reduces to 350 MB.
Here are the commands I used on the database:
TRUNCATE cache_bootstrap;
TRUNCATE cache_config;
TRUNCATE cache_container;
TRUNCATE cache_data;
TRUNCATE cache_default;
TRUNCATE cache_discovery;
TRUNCATE cache_dynamic_page_cache;
TRUNCATE cache_entity;
TRUNCATE cache_menu;
TRUNCATE cache_page;
TRUNCATE cache_render;
TRUNCATE cache_toolbar;
TRUNCATE cachetags;
table cache_container not truncate when clear cache, the problem affect at Drupal core 10.3.1,
steps to reproduce
1- clear cache drush cr
2- drush sqsl-cli
3- select * from cache_container the table is not empty
file_url_generator Deprecated
mahmoud barhouma → created an issue.
mahmoud barhouma → created an issue.
thank you for amazing module
mahmoud barhouma → created an issue.
I encountered the same error
Server: Ubuntu 22
PHP: 8.1
Drupal 10.3
log error
Symfony\Component\HttpKernel\Exception\BadRequestHttpException: The theme must be passed as a query argument in Drupal\system\Controller\AssetControllerBase->deliver() (line 129
I suggest that we replace once like patch below
patch #25 did not work for me, I suggest that we replace once like patch below
An error occurred after applying the patch
InvalidArgumentException: $string ("7057153") must be a string. in Drupal\Core\StringTranslation\TranslatableMarkup->__construct(
Can you take a screenshot of the error?
Mahmoud Barhouma → created an issue. See original summary → .
Hello Dear,
one click accessibility is Drupalblock, check the block region or where you set the block.
Mahmoud Barhouma → created an issue.
Thank you Rajab it's worked when downgrade bootstrap style, and I will check last your solution
Thank you rajab will use bootstrap styles 1.1.1
Mahmoud Barhouma → created an issue.
Thank you For replay @ivnish , the patch fixed problem
thank you for feadback, you may chack config module to set postion block, below patch is set default postion.
Thank you For your Feedback, Change a Color is A good option I will work on it.
Mahmoud Barhouma → created an issue.
Thank you @NickDickinsonWilde
Mahmoud Barhouma → created an issue.