safieddine
Forum Replies Created
-
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Undefined offset: 1Solved I finally add this code to my config.php
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);And it’s okay
you can consider that topic is solved thank you for your support.
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Undefined offset: 1it is ultimately this plugin that causes me the error message.
Recycle Theme Plugin
Provides features used in Recycle Theme
and i have
Version 1.7Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Undefined offset: 1hello, thanks again for your reactivity.
-I disabled all plugins except theme and plugins dependencies (SiteOrigin plugins)
-I have the latest PHP version in my server 7.4
-I set error_reporting to ~E_ALL : Disable allbut the error’s display still persists
PS: the display of the error appeared without any particular manipulation with the same environment that I already have
I will wait for your response if there is something else to do
Thanks again 🙂
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Undefined offset: 1HELLO, thank you for your response,
I already replace (‘wp_debug’, true); with this :
ini_set(‘log_errors’,’On’);
ini_set(‘display_errors’,’Off’);
ini_set(‘error_reporting’, E_ALL );
define(‘WP_DEBUG’, false);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
and clear cache
the message is still displayedForum: Plugins
In reply to: [Carousel Upsells and Related Product for Woocommerce] Display Issuethank you so much it’s work !!