Search found 274 matches

by MikaelNazarenko
15 May 2021, 14:09
Forum: Laravel package
Topic: mysql optimization/clarification
Replies: 24
Views: 14839

Re: mysql optimization/clarification

For the project with oldest aimeos version: apache-php: PHP Version 7.3.10 php-cli: php7.2.22-cli For the project with newest aimeos version: apache-php: PHP Version 7.4.18 php-cli: not used yet (jobs not used yet) For now my problem is mostly for the project with older aimeos version... There I can...
by MikaelNazarenko
14 May 2021, 20:55
Forum: Laravel package
Topic: mysql optimization/clarification
Replies: 24
Views: 14839

Re: mysql optimization/clarification

I just tried the first project on my local computer with NO any custom code, and I got the same error when I go to back-end. The max_user_connections = 22. Here is the error log: [2021-05-14 20:36:45] local.ERROR: An exception occurred in driver: SQLSTATE[HY000] [1203] User noname already has more t...
by MikaelNazarenko
14 May 2021, 16:10
Forum: Laravel package
Topic: mysql optimization/clarification
Replies: 24
Views: 14839

Re: mysql optimization/clarification

Yes I am sure, all my custom code in all places in any case has called release() method, I checked it.. I noticed the same error in another aimeos project latest version, but here I know 100% what is the reason. aitrans() - this function makes the error. I have it in the loop called maybe 100+ times...
by MikaelNazarenko
13 May 2021, 19:30
Forum: Laravel package
Topic: mysql optimization/clarification
Replies: 24
Views: 14839

Re: mysql optimization/clarification

ah and the max_user_connections is 35
by MikaelNazarenko
13 May 2021, 09:31
Forum: Laravel package
Topic: mysql optimization/clarification
Replies: 24
Views: 14839

mysql optimization/clarification

Hi community, I faced this problem: User noname already has more than 'max_user_connections' active connections then I get mysql general log for this job "order/email/payment" /usr/sbin/mysqld, Version: 5.7.34-0ubuntu0.18.04.1-log ((Ubuntu)). started with: Tcp port: 3306 Unix socket: /var/...
by MikaelNazarenko
29 Apr 2021, 17:12
Forum: Laravel package
Topic: How to overwrite js for other extensions ?
Replies: 1
Views: 910

How to overwrite js for other extensions ?

Hi community! I want to customize something in grapesjs (I want in assetManager when adding the image to canvas to get the alt attribute inserted from server, but this I even don't suppose that someone has the solution), so for that I want to make own fixes, compile and include the new grapesjs. But...
by MikaelNazarenko
11 Apr 2021, 20:53
Forum: Laravel package
Topic: Error when deleting product
Replies: 1
Views: 876

Error when deleting product

Hi, community, I am getting error when I try to delete product.. Array to string conversion in file: vendor/laravel/framework/src/Illuminate/Routing/RouteUrlGenerator.php:220 Here is the error details: https://flareapp.io/share/w5BGyadm#F59 Here are components versions: aimeos/ai-admin-jqadm dev-mas...
by MikaelNazarenko
01 Mar 2021, 12:53
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60546

Re: CMS extension

This is my manifest.php: <?php return array( 'name' => 'custom', 'depends' => array( 'aimeos-core', 'ai-admin-jqadm', 'ai-admin-jsonadm', 'ai-client-html', 'ai-client-jsonapi', 'ai-controller-jobs', 'ai-controller-frontend', 'ai-cms-grapesjs' ), 'include' => array( 'lib/custom/src', 'client/html/src...
by MikaelNazarenko
01 Mar 2021, 11:50
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60546

Re: CMS extension

Hi, You said: "But you need to add your schema update and your code for displaying the tree directly to the ai-cms-grapesjs extension so it will be included by default in the future" But why I can't extend mshop_cms page with normal way in my extension? Why do I get the error? You did not ...
by MikaelNazarenko
25 Feb 2021, 17:34
Forum: Help
Topic: CMS extension
Replies: 62
Views: 60546

Re: CMS extension

Ok, thanks! I got it) I will make pull requests later, after I test it with my custom extension)