If your site crashes or if you only see a white screen after plugin activation, please turn on wp debug log.
Add the following lines to your wp-config.php:
define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true );
The log file is under wp-content/debug.log. Maybe you already see where the error is. Something like memory error can be fixed by increasing php memory_limit in php.ini or with adding this to your .htaccess:
php_value memory_limit 512M
If you do not know what the error is, send it to
su*****@we******.io
Hi, I ran into the site showing a fatal error after clicking on the button.
Here/wp-content/debug.log
https://pastenow.ru/9ad967e528635838173da0bbf82bf140
Maybe you know what the mistake is
This is not our plugin as we can see in the logs. You have a plugin from iconicwp.
Yes, sorry, I sent the wrong screenshots. Can you tell me what the problem is?
https://pastenow.ru/8bc394f56331fa96030197a5ebac8b53
https://pastenow.ru/7ed17ac675e8951e4b548d7e5e7fa336
https://pastenow.ru/2370f3d8a53b97d5320d02a5e0c2d705
And this very important:
https://pastenow.ru/e761fa8314fba14ee57c1d40b1c5afd9
That issue is triggered when using PHP7.4. We added php7.4 support for WooCommerce PDF Catalog in lastest update. Please update the plugin.