grogwort
Forum Replies Created
-
Any idea when the update will be done?
I’m having to disable this plugin every time I need to edit or update Divi editor content.Turned on WP debugging and logged this:
[29-Sep-2022 19:20:31 UTC] PHP Fatal error: Uncaught Error: Call to undefined function get_current_screen() in /.../wordpress/wp-content/plugins/woo-coupon-box/admin/settings.php:46 Stack trace: #0 /.../wordpress/wp-includes/class-wp-hook.php(307): VI_WOO_COUPON_BOX_Admin_Settings->preview_emails_button('') #1 /.../wordpress/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #2 /.../wordpress/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /.../wordpress/wp-content/themes/Divi/includes/builder/frontend-builder/helpers.php(2916): do_action('media_buttons') #4 /.../wordpress/wp-content/themes/Divi/includes/builder/frontend-builder/helpers.php(358): et_builder_get_media_buttons() #5 /.../wordpress/wp-content/themes/Divi/includes/builder/frontend-builder/helpers.php(2809): et_fb_get_dynamic_backend_helpers() #6 /.../wordpress/wp-content/plugins/woo-coupon-box/admin/settings.php on line 46Forum: Plugins
In reply to: [WP Custom Admin Interface] Unresponsive pageSame issue accessing “/wp-admin/admin.php?page=wpcai_admin_toolbar” in Chrome and Firefox. Hard locks the browser (Firefox worse than Chrome), have to “End task” to quit the browser and restart.
* Disabled all other plugins – still issue.
* Switched from Divi theme to standard Twenty Twenty-One theme: No issue
* Switched back to Divi theme: Hard lock – unresponsive
—————————
PHP Version: 7.4.19
Wordpress Version: 5.7.2
Plugin Version: 7.25
Current Theme: Divi
Active Plugins:
WP Custom Admin Interface
—————————
[debug.log]
[23-Jul-2021 23:58:21 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2477
[23-Jul-2021 23:58:21 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2478
[23-Jul-2021 23:58:21 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2479
[23-Jul-2021 23:58:21 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2480
[23-Jul-2021 23:58:27 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2164
[23-Jul-2021 23:58:27 UTC] PHP Notice: Trying to access array offset on value of type bool in /…/wp-content/plugins/wp-custom-admin-interface/inc/options/options-output.php on line 2164`Same issues as everyone else here.
Tried “low resource scanning” setting, various memory limits in WF options – nothing worked.
This seems to have started with version 6.2.5, same error with 6.2.6 and 6.2.7Only way I can get it to successfully scan is by increasing PHP memory limit to something above 256M
PHP 5.5.36
memory_limit = 128M (Host Default setting and the Maximum they recommend.)
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388608 bytes)memory_limit = 256M
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8388608 bytes)memory_limit = 512M
Wordfence used 172.12MB of memory for scan. Server peak memory usage was: 222.02MBmemory_limit = 384M
Wordfence used 159.17MB of memory for scan. Server peak memory usage was: 209.26MBmemory_limit = 268M (Lowest setting I tried that would scan without error.)
Wordfence used 159.16MB of memory for scan. Server peak memory usage was: 209.25MBUnfortunately not every host I deal with allows access to change the PHP memory limit.