• Resolved Gtru1021

    (@gtru1021)


    Hello,
    When I turn debugging on in the wp_config I get the following errors on the site:

    Strict Standards: Non-static method IS_IU_Import_Users::init() should not be called statically in /wp-content/plugins/import-users-from-csv-master/import-users-from-csv.php on line 378

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method IS_IU_Import_Users::process_csv() should not be called statically in /wp-includes/plugin.php on line 524

    Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method IS_IU_Import_Users::add_admin_pages() should not be called statically in /wp-includes/plugin.php on line 524

    How can I resolve these errors? Thank you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Sorry but those errores are not from my plugin.

    Thread Starter Gtru1021

    (@gtru1021)

    Odd. They only happen when your plugin is enabled.

    Plugin Author Javier Carazo

    (@carazo)

    Really strange. I should have a look in your system but it would be personal support (premium support).

    Thread Starter Gtru1021

    (@gtru1021)

    I see. I’ve been testing. I have a local dev environment that this happens on, and two different vps that this also happens on.

    This is also with all other plugins disabled.

    Plugin Author Javier Carazo

    (@carazo)

    This is impossible. This is not my plugin and I don’t use those functions.

    The problem is in the other plugin.

    Thread Starter Gtru1021

    (@gtru1021)

    No other plugins. And the first error shows a function in your plugin on line 378.

    When I figure it out I’ll post the resolution here incase anyone else is having the problem.

    Thread Starter Gtru1021

    (@gtru1021)

    You were right!

    It was a plugin that was titled near identical to yours!

    Very sorry about this mistake!

    Plugin Author Javier Carazo

    (@carazo)

    @gtru1021

    I told you in the first answer. Why don’t you read?

    No problem but yes… we have no time, and we give free and fast support for free, so when I tell you “this is another plugin” I tell you because this is not mine.

    Anyway if you use it please make a good review or make a little donation to support our time please.

    Good morning! I had a similar error and I realized that I enabled debugging in a plugin the yesterday. As soon as I disabled the debugging mode, the errors disappeared in both admin and public view.
    “Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method IS_IU_Import_Users::process_csv() should not be called statically in…”
    I didn’t reveal my entire error string because my problem is now resolved.

    Plugin Author Javier Carazo

    (@carazo)

    Good afternoon,

    This:

    IS_IU_Import_Users::process_csv

    Is not from my plugin.

    Ewout

    (@pomegranate)

    If anyone else gets here with the same issue via Google like I did: This is the plugin that causes this error: https://wordpress.org/plugins/import-users-from-csv/

    Plugin Author Javier Carazo

    (@carazo)

    @pomegranate,

    Ok thank you for the info for all!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Errors when Debuging’ is closed to new replies.