Could you tell me the code you’re using that produces the error?
Hi! I am using Custom Content Shortcode plugin to show Pages content in Posts and then to show excerpts of these Posts on sidebar with IntelliWidget. After Custom Content Shortcode plugin update today I got in all posts with shortcode this error massage – Infinite loop with [content] detected. Can I do something about it?
I’ve the same problem, too. Since version 2.3.4 I get the “Infinite loop with [content] detected still receiving this error after update” error instead of the content.
I use the [content] tag with the id parameter to display the content of pages in the different sections of my theme.
E.g [content id=”100″]
This theme has its own option page to define content but I want to manage my pages from one point. I needed to install the version 2.3.3 to get it to work again.
Hello, I apologize for the inconvenience! I made another update to improve the algorithm for this. It should only check for a very rare case when there’s a mistake in the shortcode usage – everything else should work normally as before. Please let me know if you continue to experience the issue.
Thank you, it seems to be working for me now.
In the newest update, I decided to remove the infinite loop detection altogether – it was too difficult to detect reliably.
Looks like my fixing my issue ended up causing more problems for you here Eliot. Sorry about that!
This is actually the second or third time that I’ve tried to solve the infinite loop, but it’s tricky to detect correctly. It only happens in very rare cases, so I think it’s safer to not have detection at all and trust that most people will not need it.
It works now OK after last update, tahnks!