Skip to content
Discussion options

You must be logged in to vote

In case somebody else stumbles upon these issues, I got some help in the Discord server so I'm going to mark this as solved.

Here's how I worked around them:

  1. I simply upgraded the memory limit with ini_set('memory_limit', '512M') 😅. I'm still not sure what changed in v6 that made this happen, but this seems to work for now. I also realized I wasn't using static caching, so I enabled it with the "half" strategy and I don't this should be much of an issue anymore (unless I write even longer blog posts!!).

  2. I still have no idea why this happens in some places and not others, or what changed in v6. But I worked around it by urlencoding the @ character in urls, and using the noparse tag els…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by NoelDeMartin
Comment options

You must be logged in to vote
2 replies
@NoelDeMartin
Comment options

@duncanmcclean
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants