Problem – Can not edit widget in Page Builder by SiteOrigin plugin
-
Problem when I enable the “Page Builder by SiteOrigin” plugin and After adding a row i try to edit a widget
The plug-in is in a charging state and does not load anything
Found in an infinite loop sending requests to the server and getting errors
I tried to turn off all the other plugins on the site and it still does not helpAfter activating the debugging mode
i get in debug.log the following errors :PHP Fatal error: Cannot redeclare wp_ajax_press_this_save_post() (previously declared in wp-includes/deprecated.php:3921) in /wp-admin/includes/ajax-actions.php on line 3202
The error is in the following function :
function wp_ajax_press_this_save_post() {
include( ABSPATH . ‘wp-admin/includes/class-wp-press-this.php’ );
$wp_press_this = new WP_Press_This();
$wp_press_this->save_post();}
I would really appreciate your help
my site:
https://net-workers.co.il
- The topic ‘Problem – Can not edit widget in Page Builder by SiteOrigin plugin’ is closed to new replies.