Search found 43 matches

by xarga
17 Mar 2021, 04:39
Forum: Laravel package
Topic: Order Confirmation Emails Not Sending due to TCP Timeout on port 587
Replies: 4
Views: 2039

Re: Order Confirmation Emails Not Sending due to TCP Timeout on port 587

From the Datacenter technicians: We noticed that the developer returned with troubleshooting steps that assume that SELinux is enabled on this server. As was confirmed in our last response, SELinux is disabled on this server and, as such, would not be causing any issues for the software being used. ...
by xarga
15 Mar 2021, 21:20
Forum: Laravel package
Topic: Order Confirmation Emails Not Sending due to TCP Timeout on port 587
Replies: 4
Views: 2039

Re: Order Confirmation Emails Not Sending due to TCP Timeout on port 587

We've confirmed that this server is not using SELinux security rules. Because port 587 is open, PHP processes should have access to it without any issues. The data center techs engineers requested we ask Aimeos to clarify on what PHP processes would need access so that their team may further investi...
by xarga
13 Mar 2021, 05:24
Forum: Laravel package
Topic: Order Confirmation Emails Not Sending due to TCP Timeout on port 587
Replies: 4
Views: 2039

Order Confirmation Emails Not Sending due to TCP Timeout on port 587

AIMEOS 2019.10 Laravel 6.0 PHP 7.2 WHM/CPANEL Centos 7.9 Recently the store has run into problems with confirmation emails failing due to a timeout issue. It appears the store is attempting to resend dozens of orders every minute inline with the cron job frequency. This is a small section of the Aim...
by xarga
13 Mar 2021, 00:48
Forum: Laravel package
Topic: max_user_connections problem preventing users from completing orders
Replies: 5
Views: 1707

Re: max_user_connections problem preventing users from completing orders

We just increased the number of allowed connections/user from WHM/CPANEL default of 25 to 50. Its seems there are always around 23-24 sleeping connections from Aimeos so it was frequently hitting the ceiling of 25 each time a new user came onto the site..
by xarga
10 Mar 2021, 22:01
Forum: Laravel package
Topic: max_user_connections problem preventing users from completing orders
Replies: 5
Views: 1707

Re: max_user_connections problem preventing users from completing orders

I tried back reving to PHP 7.2 but still seeing the same issues. The database isn't heavily loaded Server version: 10.3.28-MariaDB MariaDB Server MariaDB [(none)]> SHOW PROCESSLIST; +------+------------------+-----------+----------------+---------+------+--------------------------+------------------...
by xarga
09 Mar 2021, 23:29
Forum: Laravel package
Topic: max_user_connections problem preventing users from completing orders
Replies: 5
Views: 1707

max_user_connections problem preventing users from completing orders

Aimeos 2019:10 Laravel 6.0 PHP 7.3 Centos 7.9 The site has been stable for the last year but recently following a Centos Update, users are constantly running into an error (3/3) QueryException SQLSTATE[HY000] [1203] User ****_shopusr already has more than 'max_user_connections' active connections (S...
by xarga
04 Sep 2020, 21:07
Forum: Laravel package
Topic: Option of Personalized / Custom Message / Print / Text on Product
Replies: 2
Views: 1176

Re: Option of Personalized / Custom Message / Print / Text on Product

Thanks that worked well. I added two Configuration attributes - (type print) with pricing to add cost of printing to product price which appear in a dropdown select field. Then one Custom attribute (type text) which appears below which allows customer to enter personalized message. I then had to add...
by xarga
02 Sep 2020, 19:36
Forum: Laravel package
Topic: Option of Personalized / Custom Message / Print / Text on Product
Replies: 2
Views: 1176

Option of Personalized / Custom Message / Print / Text on Product

I would like to add an option labeled "PERSONALIZE" to products within a specific category. That option, if selected by the customer, would allow them to enter a personalized message that would be printed on the product. That option, if selected, would also add an additional cost to the pr...
by xarga
10 Jul 2020, 05:35
Forum: Laravel package
Topic: Pickup/Delivery Date on Services->Delivery methods.
Replies: 5
Views: 2617

Re: Pickup/Delivery Date on Services->Delivery methods.

Per your suggestion - I tried adding the modernizer / jquery script suggested but it didn't work on the date field. Not sure if I implemented it correctly. But we also have time fields which are causing a similar problem on Safari. Could find any documentation on Modernizr and time fields. I tried p...
by xarga
26 Jun 2020, 00:45
Forum: Laravel package
Topic: Pickup/Delivery Date on Services->Delivery methods.
Replies: 5
Views: 2617

Re: Pickup/Delivery Date on Services->Delivery methods.

Yes I've confirmed that the YYYY-MM-DD format is accepted which is different from the mm/dd/yyyy format shown to other non-safari users.

Since a fairly high percentage of these customers are Mac users what do you suggest as the best approach to a fix?