Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please set the “WP_DEBUG” constant to “true” in the wp-config.php file of your site, to see if there are any error messages?

    Regards,
    Tobias

    Thread Starter greentea05

    (@greentea05)

    HiTobias

    Thank you for you quick response.
    I set “true” and I got following messages.
    Could you check it for me.

    Thank you.

    Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/exec-php.php on line 22 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/manager.php on line 36 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/manager.php on line 37 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/manager.php on line 38 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/manager.php on line 39 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 53 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 56 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 57 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 63 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 64 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/admin.php on line 79 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/cache.php on line 22 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/cache.php on line 39 Deprecated: Assigning the return value of new by reference is deprecated in /var/www/vhosts/i-9c229799/wp-content/plugins/exec-php/includes/ajax.php on line 64 Notice: Undefined offset: 0 in /var/www/vhosts/i-9c229799/wp-includes/plugin.php on line 787 Notice: Undefined offset: 0 in /var/www/vhosts/i-9c229799/wp-includes/plugin.php on line 805 Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method AdminerForWP::get_object() should not be called statically in /var/www/vhosts/i-9c229799/wp-includes/plugin.php on line 429 Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /var/www/vhosts/i-9c229799/wp-includes/functions.php on line 3049
    Fatal error: Call to undefined function screen_icon() in /var/www/vhosts/i-9c229799/wp-content/plugins/ssh-sftp-updater-support/sftp.php on line 139

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for that! The last line is the interesting one here:

    Fatal error: Call to undefined function screen_icon() in /var/www/vhosts/i-9c229799/wp-content/plugins/ssh-sftp-updater-support/sftp.php on line 139

    As it seems, the ssh-sftp-updater-support plugin is causing this by using a function that is not yet loaded. Can you please try to deactivate that plugin, either by doing so in the Admin Dashboard, or by renaming the folder on the server via FTP?

    Regards,
    Tobias

    Thread Starter greentea05

    (@greentea05)

    Hi

    The issue is solved when I deactivate the plugin.
    Now both plugin is working on latest version.

    Thank you very much!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘failed to update to ver.1.3’ is closed to new replies.