Hi Dave
I just tried to install the without the sample data version and it fell over at exactly the same place so I dont know lol
An issue with the mariadb 10.1.11 database server?
Cheers Neil
@CCaway - Yes might be issue with maria DB configuration settings.
So last option would be open your mariadb config file(my.cnf) - increase wait_timeout = 10 to wait_timeout=180
this 180 will be work for you.
Refer this link - https://stackoverflow.com/questions/41398490/mariadb-error-while-sending-query-packet-not-max-allowe...
That worked beautifully thanks Dave
I will document my install and configuration details for my machine and put it up as a seperate post.
Thank you so much
Thanks also to @Rakesh Jesadiya and @Sunil Patel
Cheers, Neil
@CCaway - Glad to know that you have resolved your issue !! Happy to help and keep helping
public_html: composer require auctane/api:2.3.2
Problem 1
- spomky-labs/aes-key-wrap v5.0.0 requires php ^7.1 -> your php version (8.1.14) does not satisfy that requirement.
- magento/product-community-edition 2.4.4 requires web-token/jwt-framework ^v2.2.7 -> satisfiable by web-token/jwt-framework[v2.2.11].
- web-token/jwt-framework v2.2.11 requires spomky-labs/aes-key-wrap ^5.0|^6.0 -> satisfiable by spomky-labs/aes-key-wrap[v5.0.0].
- magento/product-community-edition is locked to version 2.4.4 and an update of this package was not requested.
MAN Laser Clinic Amsterdam is de eerste en enige laserontharing kliniek in Nederland alleen voor mannen. Een kliniek waar je je als man op je gemak voelt.
clinic address:
Haarlemmerweg 563 |
Amsterdam, North-Holland |
1051 KN |
Netherlands |
info@manlaserclinic.nl |
31 (0)20 776 09 56 |
@Manthan Dave wrote:@CCaway - Yes might be issue with maria DB configuration settings.
So last option would be open your mariadb config file(my.cnf) - increase wait_timeout = 10 to wait_timeout=180 10.0.0.1
this 180 will be work for you.
Refer this link - https://stackoverflow.com/questions/41398490/mariadb-error-while-sending-query-packet-not-max-allowed-packet
Thank you!