Problem Haxe/Php

Hi
I have a problem with my haxe / php code I cannot insert the data into my mysql / phpmyadmin database I receive an error message that here

"Error : Error while executing INSERT INTO Error (date,ip,userAgent,url,error) VALUES (‘2021-03-16 23:42:38’, ‘127.0.0.1’, ‘Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0’, ‘/cagette/www/’, ‘Error while executing SELECT * FROM Session WHERE sid = ‘2M1AWlCZsF2l7ssxaUm4DD9qU81Dxuw8’ FOR UPDATE (Table ‘cagette.session’ doesn’t exist)\n\n’) (Table ‘cagette.error’ doesn’t exist)

Initializing Database…

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Ampps\www\cagette\www\lib\php\db_PDO\PDOConnection.class.php on line 42"

I am using Windows 64 bit Ampps servers please help me I can send you the source code is 15 Mo
thank you

you should try the haxe discord (haxe forum is temporary down) because it is not related to openfl and very specific (PDO).

Are you using Cagette? https://github.com/CagetteNet/cagette
Is yes, you could ask to the developers.

If you have trouble using PDO, you may use directly an SQL request. It may be only a quote problem.

I will consult the website
thank you Loudo