Search found 8147 matches

by aimeos
08 Sep 2024, 21:11
Forum: Laravel package
Topic: address extention
Replies: 1
Views: 201

Re: address extention

Don't customize the SQL statements, only configure your decorators. The rest is done automatically if you've added the new columns to the database tables via the customer.php and order.php in the ./setup/default/schema/ directory of your extension.
by aimeos
06 Sep 2024, 08:45
Forum: Laravel package
Topic: API with laravel sanctum
Replies: 3
Views: 2240

Re: API with laravel sanctum

There's the Laravel documentation and a lot of articles in the internet how to setup up Sanctum in Laravel:
https://laravel.com/docs/11.x/sanctum

There's no documentation in Aimeos for Sanctum because authentication is totally handled by Laravel, not Aimeos.
by aimeos
06 Sep 2024, 08:42
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 599

Re: Importing product images takes too long.

I started the Import via the TYPO3 Scheduler. But executed it manually, could this cause my script to depend on the execution time? Because after setting it to a higher value, my execution worked. Yes What is the recommended TYPO3 way of starting an import? Should I run the Symfony command (JobsCom...
by aimeos
05 Sep 2024, 19:56
Forum: Help
Topic: STRIPE SETUP
Replies: 6
Views: 830

Re: STRIPE SETUP

bajwa wrote: 05 Sep 2024, 03:59 AND ALSO when editing my cms page i cannot add image i add the image it opens a window "Select Image" but there is nothing on that window
Upload the image in the Media tab first, then add and select the image.
by aimeos
05 Sep 2024, 19:54
Forum: TYPO3 extension
Topic: Problems with login for customers
Replies: 1
Views: 908

Re: Problems with login for customers

Check if you've set the page ID for the sysfolder with the user records correctly:
https://aimeos.org/docs/2023.x/config/m ... id-default
by aimeos
05 Sep 2024, 19:49
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 599

Re: Importing product images takes too long.

You should never execute an importer via a HTTP request. Instead, start importers only via the command line or cronjobs where the max execution time should be unlimited. The image paths for importing from local file system must be always relative to the virtual file system defined here: https://gith...
by aimeos
04 Sep 2024, 14:15
Forum: Laravel package
Topic: 1146 Table 'tenancy.madmin_log' doesn't exist:
Replies: 3
Views: 698

Re: 1146 Table 'tenancy.madmin_log' doesn't exist:

The root cause is still unclear but the described problem is a missing dependency in the setup tasks. We've fixed that and tagged a new release of the aimeos/aimeos-core package (2024.07.3). Can you install that version and try again? Afterwards, an error may be logged to the madmin_log table.
by aimeos
04 Sep 2024, 13:52
Forum: Laravel package
Topic: 1146 Table 'tenancy.madmin_log' doesn't exist:
Replies: 3
Views: 698

Re: 1146 Table 'tenancy.madmin_log' doesn't exist:

Which Aimeos version do you use?
by aimeos
04 Sep 2024, 10:38
Forum: Help
Topic: Multi site's using sub domains
Replies: 1
Views: 255

Re: Multi site's using sub domains

Most likely the content only the content is the same. Change anything in the CMS module for your "aimeos1" site to see if the content changes.
by aimeos
04 Sep 2024, 10:37
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 599

Re: Importing product images takes too long.

If you import images from external domains, the network latency is usually the biggest source of delays and long import times. You can add timing information for the media import in the aimeos/ai-controller-jobs package here: https://github.com/aimeos/ai-controller-jobs/blob/2022.10/src/Controller/C...