Conversation
supportPHP 8.0.28, WP 6.2, WP-Typo 5.9.1 Hello, it’s a great plugin! Some days ago I suddenly encountered the issue of a 500 error. By deactivating wp-typo it was solved. I also use it on immo.viaraetica.com (PHP 8.0.28, WP 6.2, WP-Typo 5.9.1) without any problems. Are there any known incompatibilities? Thanks and kind regards Achim The page I need help with: [ log in to see the link]
What does your PHP error log say? The most likely issue would be an out of memory error. In that case you need to reduce the number of plugins or increase the PHP memory limit.
Okay, I’ll check that. Thanks a lot!
Anything new, @achimhahn ?
Hi @pputzer sorry, … Yes, after reducing the number of plugins, the issue was solved and wp-typo is working fine again. Would be great if the memory requirements could be reduced …
The underlying HTML parser library uses a DOM, so memory requirements to a large part depend on the size and complexity of the rendered content, unfortunately. What’s your max memory setting in PHP?
What does your PHP error log say? The most likely issue would be an out of memory error. In that case you need to reduce the number of plugins or increase the PHP memory limit.
Okay, I’ll check that. Thanks a lot!
Anything new, @achimhahn ?
Hi @pputzer sorry, … Yes, after reducing the number of plugins, the issue was solved and wp-typo is working fine again. Would be great if the memory requirements could be reduced …
The underlying HTML parser library uses a DOM, so memory requirements to a large part depend on the size and complexity of the rendered content, unfortunately. What’s your max memory setting in PHP?