Hello levmyshkin,
I just tested both and they are working perfectly.
Thanks.
Hi levmyshkin,
Am using MariaDB 11.5.2
Here is the expanded error bellow,
The website encountered an unexpected error. Try again later.
mysqli_sql_exception: Unknown collation: 'utf8mb4_0900_ai_ci' in mysqli->query() (line 149 of profiles/fast/fast.profile).
mysqli->query('CREATE TABLE `batch` ( `bid` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique batch ID.', `token` varchar(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'A string token generated against the current user''s session id and the batch id, used to ensure that only the user who submitted the batch can effectively access it.', `timestamp` int NOT NULL COMMENT 'A Unix timestamp indicating when this batch was submitted for processing. Stale batches are purged at cron time.', `batch` longblob COMMENT 'A serialized array containing the processing data for the batch.', PRIMARY KEY (`bid`), KEY `token` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='Stores details about batches (processes that run inβ¦';') (Line: 149)
_fast_import('/Users/me/ALL_PROJECTS/valet/fast_distribution/web/profiles/fast/dump.sql') (Line: 31)
_fast_form_submit(Array, Object)
call_user_func_array('_fast_form_submit', Array) (Line: 129)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 67)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 597)
Drupal\Core\Form\FormBuilder->processForm('install_configure_form', Array, Object) (Line: 326)
Drupal\Core\Form\FormBuilder->buildForm('Drupal\Core\Installer\Form\SiteConfigureForm', Object) (Line: 972)
install_get_form('Drupal\Core\Installer\Form\SiteConfigureForm', Array) (Line: 621)
install_run_task(Array, Array) (Line: 574)
install_run_tasks(Array, NULL) (Line: 122)
install_drupal(Object) (Line: 48)
4goodapp β created an issue.
Hi,
Sorry for the delay
No I didn't but there is a new module that almost does this:
Commerce - Stripe Checkout
4goodapp β created an issue.
Added more details by mentioning the location of Language settings
Payment request button calculates the fees based on the shipping adress
Which shipping address?
Am not sure I understand cause at this point, the user haven't entered its address yet.
Thanks, this should be default.
I am having the same issue. It was working fine but not anymore.
I think you for the detailed information.
I think it can be add to one of the three existing modules page.
4goodapp β created an issue.
Fixed. I need to create a product view mode and use it in the module's block.