3joern
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error (also after deactivated all other Plugins)Changed from php 7.4 to php 7.3. Now it works without issues.
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error (also after deactivated all other Plugins)Hey Takayuki,
sorry, after I updated another Plugin and I’ve the same issue, I dig a bit deeper and found that after the wordpress update to 5.6.2 this is a problem with the system php memory limit. I add this into the wp-config.php and now it worksdefine( 'WP_MAX_MEMORY_LIMIT', '256M' );also see: https://ww.wp.xz.cn/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
fuuuu…. does not work after all
Sorry for the panic
I’ve the same issue at different Plugins in the last days after the WP 5.6.2 update. The PHP want more memory, but is restrikted by the Hoster, so you have an Error
I’ve fixed it with this line in the wp_config.php (the Memory Limit is different on hoster and package)
define( 'WP_MAX_MEMORY_LIMIT', '256M' );see: https://ww.wp.xz.cn/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
Forum: Plugins
In reply to: [Contact Form 7] Fatal Error (also after deactivated all other Plugins)Theme Salient installed and all other plugins are deactivated.
Here a Screenshot from the Plugin site in recovery mode. Oh and all other Themes are deleted only the actual Twenty Nineteen as backup is installed.Forum: Plugins
In reply to: [Contact Form 7] Fatal Error (also after deactivated all other Plugins)as I said, this is a clone to reproduce the issue (http://hmf.minimalist.cn), all plugins deactivated except the contact form 7. This issue happens in all my test sites. My hoster told me clear, that a 8gb memory allocate on the server is a no go. Previous versions of contact form 7 don’t have any problems. Thanks