Search found 37 matches

by nowrap
17 Mar 2023, 15:56
Forum: Laravel package
Topic: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"
Replies: 6
Views: 1852

Re: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"

Here is the composer show output. System is running Ubuntu 22 LTS with included PHP 8.1.2 aimeos-themes/ak dev-dev Aimeos ak theme aimeos/ai-admin-graphql 2022.10.7 Aimeos Admin GraphQL API extension aimeos/ai-admin-jqadm 2022.10.8 Aimeos VueJS+Bootstrap admin backend aimeos/ai-admin-jsonadm 2022.10...
by nowrap
17 Mar 2023, 15:05
Forum: Laravel package
Topic: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"
Replies: 6
Views: 1852

Re: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"

Sure, here it is: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard" #0 /var/www/ak-booking/aimeos-dev/vendor/aimeos/ai-laravel/src/MShop/Customer/Manager/Laravel.php(451): Aimeos\MShop\Common\Item\Base->__call() #1 /var/www/ak-booking/aimeos-dev/vendor/ai...
by nowrap
16 Mar 2023, 20:14
Forum: Laravel package
Topic: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"
Replies: 6
Views: 1852

Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard"

Hello, i found the following message a couple of times in the log: Called unknown macro "clea" on class "Aimeos\MShop\Customer\Item\Standard" A quick source code search found "clea" only in a faker test. // edit Happens on saving a user in the admin area for example Any...
by nowrap
16 Mar 2023, 08:22
Forum: Help
Topic: Stripe Input-Fields Design / CSS / Layout
Replies: 3
Views: 2640

Re: Stripe Input-Fields Design / CSS / Layout

The body-method needs an update because elsewise it's hides the cancel and submit button on the address step and it prevents an javascript error: /** * Returns the HTML code for insertion into the body. * * @param string $uid Unique identifier for the output if the content is placed more than once o...
by nowrap
15 Mar 2023, 23:06
Forum: Help
Topic: Stripe Input-Fields Design / CSS / Layout
Replies: 3
Views: 2640

Re: Stripe Input-Fields Design / CSS / Layout

Thx for your answer. We started experimenting with the stripe docs "Update an Element": https://stripe.com/docs/js/element/other_methods/update?type=cardNumber And the Style object: https://stripe.com/docs/js/appendix/style?type=cardNumber Running this in the browsers dev console worked: S...
by nowrap
02 Mar 2023, 19:54
Forum: Laravel package
Topic: 419 page expired / empty header X-CSRF-TOKEN
Replies: 1
Views: 564

Re: 419 page expired / empty header X-CSRF-TOKEN

Sorry, i found the problem. In vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php somehow the getTokenFromRequest()-method lost it's paramter _token: $request->input(' ') instead of $request->input('_token') To detect changes on vendor files: composer status -v To...
by nowrap
02 Mar 2023, 11:46
Forum: Laravel package
Topic: 419 page expired / empty header X-CSRF-TOKEN
Replies: 1
Views: 564

419 page expired / empty header X-CSRF-TOKEN

Hello, i am testing a laravel aimeos installation with PHP 8.1 and aimeos-laravel 2022.10. Until yesterday it worked fine so far. Today i cannot login anymore, access the basket or make jsonapi request. I used "composer up" a couple of times for updating an own package. Disabling the CSRF ...