Search found 22 matches

by rasch
29 Oct 2019, 13:41
Forum: Symfony bundle
Topic: Update 2019.10 Error
Replies: 4
Views: 103960

Re: Update 2019.10 Error

Seems like the "period" column name is treated as a reserved word. Do you use MariaDB <= 10.3.6 in Oracle mode? No, I use MariaDB 10.3.18 and the sql_mode is STRICT_TRANS_TABLES, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_CREATE_USER, NO_ENGINE_SUBSTITUTION. But the cause of the failure is never...
by rasch
29 Oct 2019, 13:07
Forum: Help
Topic: keyword for products
Replies: 4
Views: 2382

Re: keyword for products

After updating to 2019.10, product search for keywords will work.

Thanks for your help.
by rasch
28 Oct 2019, 14:00
Forum: Symfony bundle
Topic: Update 2019.10 Error
Replies: 4
Views: 103960

Update 2019.10 Error

Hi, When updating Aimeos Shop from 2019.07.x-dev to 2019.10.1 with composer update I get the following SQL error message. Checking table "mshop_subscription": In Simple.php line 94: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manu...
by rasch
23 Oct 2019, 11:26
Forum: Help
Topic: keyword for products
Replies: 4
Views: 2382

Re: keyword for products

That does not work for me unfortunately.

I have rebuild the index with aimeos:job index/rebuild too . That does not help either.
by rasch
22 Oct 2019, 12:07
Forum: Help
Topic: keyword for products
Replies: 4
Views: 2382

keyword for products

Hi,

I would like to define keywords for products, so that when you enter the keywords in the search box the products are found.
How does it work?

Thank your for your help.
--
aimeos: 2019.07.x-dev
symfony: 4.3
php: 7.2
ubuntu: 18
by rasch
18 Sep 2019, 14:11
Forum: Symfony bundle
Topic: Export Orders as PHPExcel sheets
Replies: 1
Views: 54718

Export Orders as PHPExcel sheets

Hi, I would like to export the orders as PHPExcel sheets. Where can I find the needed extension "ai-container" and where can I find an instruction manuel? If I currently click on the download button in the order list I see the info that my export will be available in a few minutes for down...
by rasch
12 Sep 2019, 12:04
Forum: Symfony bundle
Topic: Avoid Exception 'Not allowed to access JQAdm "customer" client'
Replies: 6
Views: 109997

Avoid Exception 'Not allowed to access JQAdm "customer" client'

Hi, I have logged in with the role administrator in the backend and then assigned the role editor. After saving, the backend will reload according to my new role editor. Then I created a new role via the groups form, which has no admin rights. But when I assign this new role via the user form, I get...
by rasch
12 Sep 2019, 07:18
Forum: Symfony bundle
Topic: Error: Some mandatory parameters are missing
Replies: 7
Views: 119662

Re: Error: Some mandatory parameters are missing

It works !

Thank you for the quick help.
by rasch
03 Sep 2019, 14:31
Forum: Symfony bundle
Topic: Error: Some mandatory parameters are missing
Replies: 7
Views: 119662

Re: Error: Some mandatory parameters are missing

Thank you for the quick help. But I still do not do something right. I have created a new user with editor role with ./bin/console aimeos:account --editor me@mydomain.com me@mydomain.com can sign up at the backend with the role editor (e.g. Locales/Site will not be shown). Then I opened the customer...
by rasch
03 Sep 2019, 10:37
Forum: Symfony bundle
Topic: Error: Some mandatory parameters are missing
Replies: 7
Views: 119662

Re: Error: Some mandatory parameters are missing

Thank you for the quick help.

The form is now displayed and I can save a new user. I have assigned him the role editor.

But the new user can't log in. In the table fos_user I can find the new user, but I think he has no role entry. The column roles has the value a: 0: {}.