Account created on 4 May 2021, over 3 years ago
#

Recent comments

commerce_stock.info.yml

core_version_requirement: ^9.2 || ^10
type: module
-configure: commerce_stock.admin_settings
+configure: commerce_stock.stock_config

I have this problem too
drupal 10.3.8
php 8.3.6

In RouteProvider.php line 208:

Route "commerce_stock.admin_settings" does not exist.

in my composer.jason

"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",

update from 1.0.2 to 1.0.3 ;

cpxutrdhszcp@shop:~/public_html$ composer update drupal/commerce_product_limits -W
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading drupal/commerce_product_limits (1.0.2 => 1.0.3)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downloading drupal/commerce_product_limits (1.0.3)
- Upgrading drupal/commerce_product_limits (1.0.2 => 1.0.3): Extracting archive
Generating autoload files

update from 1.0.1 to 1.0.2 ;

cpxutrdhszcp@shop:~/public_html$ composer update drupal/commerce_product_limits -W
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
- Upgrading drupal/commerce_product_limits (1.0.1 => 1.0.2)
- Upgrading psr/log (3.0.0 => 3.0.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Downloading psr/log (3.0.1)
- Downloading drupal/commerce_product_limits (1.0.2)
- Upgrading psr/log (3.0.0 => 3.0.1): Extracting archive
- Upgrading drupal/commerce_product_limits (1.0.1 => 1.0.2): Extracting archive
Generating autoload files

error after update to 1.0.3 ;

> [notice] Update started: commerce_product_limits_update_9001
> [error] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbcpxutrdhszcp.commerce_product_variation__a0efc6189a' doesn't exist: ALTER TABLE commerce_product_variation__a0efc6189a MODIFY minimum_order_quantity_value INT(10) UNSIGNED NOT NULL; Array
> (
> )
>
> [error] Update failed: commerce_product_limits_update_9001
[error] Update aborted by: commerce_product_limits_update_9001
[error] Finished performing updates.

My problem was solved by adding byekan Persian font to the theme.

Thank you very much for your reply. Please guide me to solve the problem. I have explained my problem in the picture I sent.

Sorry, the problem was with the Gin theme, the problem is solved with the claro theme.

best solution is install stable theme from this link, i do this.

https://www.drupal.org/project/stable โ†’

this them is hidden and not shown in themes.
in stable.info.yml set hidden: false.

hi in drupal 10.3.1 this patch solve my problem.
#36

thank you.

hi.
this patch work for me in drupal 10.2.7:
status-report-apcu-3142928.patch

go to /core/modules/system/
then edit system.install
in line 427 remove
$apcu_actual_size = ByteSizeMarkup::create($memory_info['seg_size']);
replace with
$apcu_actual_size = ByteSizeMarkup::create($memory_info['seg_size'], 'en');

I knew that this error is from Sms framwork . I installed the module with the website installer and it was installed correctly.

I found the solution. This module is installed on the active theme during installation, so if the theme is replaced, the module must be removed and then installed.

1 am use virtualmin webpanel . server ubnutu22.04 and install multiple php , php8.2 and php8.1 . but my php set to php8.1 .

hi,
go to /themes/contrib/adaptivetheme/at_core
edit at_core.info.yml

base theme: stable9
dependencies:
- stable9:stable9

and check in subtheme info file;
core_version_requirement: '^9.3 || ^10'

hi,
go to /themes/contrib/adaptivetheme/at_core
edit at_core.info.yml

base theme: stable9
dependencies:
- stable9:stable9

and check in subtheme info file;
core_version_requirement: '^9.3 || ^10'

hi,edit this file
/vendor/commerceguys/intl/src/NumberFormat/NumberFormatRepository.php

in 'fa'

from
'currency_pattern' => 'โ€Žยค#,##0.00',
'accounting_currency_pattern' => 'โ€Žยค #,##0.00;โ€Ž(ยค #,##0.00)',

grouping_separator' => 'ูฌ',

to
'currency_pattern' => 'โ€#,##0.00 ยค',
'accounting_currency_pattern' => 'โ€Žโ€#,##0.00 ยค;โ€Ž(โ€#,##0.00 ยค)',
'grouping_separator' => ',',

clear all cache

Production build 0.71.5 2024