metadeck

Results 7 comments of metadeck

I'm having the same issue. Upgraded this morning. My error message is ``` SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'title' cannot be null (Connection: mysql, SQL: insert into `static_pages` (`name`,...

@mpociot Sorry its taken so long to get back. Inside a controller function I have logged out the phpinfo. It is showing the correct value, I updated this to 60...

Nothing yet. I've combed through all the php config files and cannot find any references to 10 seconds. The weird thing is that it errors with the correct timeout value...

@mpociot I've added in a sleep call of 20 seconds on my home page and my site loads no problem after the sleep function returns. It looks like the duration...

I've downloaded the latest Herd (1.7.1) along with updating all PHP versions (using php 8.3.8) but still facing the same timeout issue. Has anyone been able to run this successfully...

My workaround at the minute is adding this to any long running functions or set at a more global level. ```php // set the max execution time if we are...