commerce_stock.info.yml
core_version_requirement: ^9.2 || ^10
type: module
-configure: commerce_stock.admin_settings
+configure: commerce_stock.stock_config
thank you for solution.
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",
bolaghi โ created an issue. See original summary โ .
bolaghi โ created an issue.
after downgrade to 1.0.1 problem is solved.
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.
i updated to 1.0.3 . problem not solved.
bolaghi โ created an issue.
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.
bolaghi โ created an issue.
Sorry, the problem was with the Gin theme, the problem is solved with the claro theme.
bolaghi โ created an issue.
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.
bolaghi โ created an issue.
Hello . Sorry, I don't understand what you said. Please guide me.
bolaghi โ created an issue.
bolaghi โ created an issue.
bolaghi โ created an issue.
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.
bolaghi โ created an issue.
bolaghi โ created an issue.
hi.new update solve my problem.
dev-3.x 350846d
thank for all.
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.
bolaghi โ created an issue.
bolaghi โ created an issue.
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