• 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 help

    After 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter osherke

    (@osherke)

    Attached is a link to the image

    https://ibb.co/kVS9S6

    Plugin Contributor alexgso

    (@alexgso)

    Hi osherke,

    That’s an odd error – we don’t actually use PressThis so I’m unsure why that would even be running. To clarify, are you using the latest version of WordPress 4.9.1?

    Does this issue occur if you temporarily change to a default WordPress theme?

    I have a similar problem. I have not checked the logs yet, but at least since two days the visual editor does not open. We cannot edit any content that is using the visual editor.

    • This reply was modified 6 years, 10 months ago by teramind.
    Plugin Support Andrew Misplon

    (@misplon)

    Hi @teramind

    Sorry we missed your reply. If you’re still working through a problem, please, can you create a new support topic and let us know when that’s done so we can assist.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem – Can not edit widget in Page Builder by SiteOrigin plugin’ is closed to new replies.