-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout error from statamic/cms v4.32.0 onwards (after upgrade) #164
Comments
Thank you fro your report @globalexport . The team will review this as soon as possible |
Hi @globalexport , we raised an issue to Statamic to flag what we think is causing the incompatibility. We're also working to resolve this ourselves whilst Statamic works to release the fix. If you'd like to see further information on the raised issue, you can find more information here (statamic/cms#9105). |
@globalexport I'm struggling to replicate the issue on the Statamic side. Are you experiencing this issue on all entries or just some of them? Are you able to replicate on a fresh site? |
Hi @duncanmcclean I can confirm now that it is not happening when adding aardvark tags into the layout of an empty installation. It probably needs other cms elements to be active to enforce the timeout. I am going to replicate the error in a few days to find out more about the state shortly before the timeout. |
@globalexport Were you able to replicate the error in a fresh site? |
Hi @duncanmcclean ! As mentioned in my last post, I was not able to reproduce the issue in a fresh site. I planned to dig into the project more thoroughly, but needed to hand over the affected project to the client. I am unsure at this time when I can continue to work on this project. It seems to be a tricky edge-case possibly related to the replicator component which was quite complex in the project. Should I keep the issue open? @CandourDevs @mkwia ? |
I'm running into the same issue and have reverted back to v4.31. While I haven't dug into it further, my case somewhat fits what's mentioned here >> statamic/cms#9105 (comment) in that I do have something like Bard > Fieldset > Replicator > Fieldset > Replicator > Fieldset > Link (many nested replicators with a Link) |
Is there any update on that? We are still stuck with version 4.31 and would like to continue update to the latest statamic version. But this problems blocks that unfortunately :/ |
Thank you for the comments and additional information. We will be reviewing this ticket more closely later this month and will send you an update shortly. |
Just wanted to confirm this issue. We're also stuck here on 4.31, and would like to move forward to the latest 4.x version. Please, also consider adding support for Statamic 5. @CandourDevs Thanks for all your effort on this issue! |
Is there any progress on this issue? Still waiting on it so that i can update our Statamic instances beyond v4.32.0. |
Hi there, May I ask if there's any workaround or progress on this issue? I had this issue first on Statamic 4.32.0. Recently, I've upgraded my site to the latest Statamic and Laravel versions, but the issue still exist. Thank you so much for any answer! Below my local setup:
|
In my case changing the antlers version from
|
Good day,
After upgrading a Statamic site from v3 to v4, I was able to isolate this addon as being incompatible to statamic from v4.32.0 onwards. The last functioning version is v4.31.0. v4.32.0 is resulting in a PHP timeout when rendering tags like
due to
statamic-aardvark-seo/src/Tags/AardvarkSeoTags.php
Line 54 in 2840008
not being resolved in time.
The text was updated successfully, but these errors were encountered: