• Resolved larsbrandi

    (@larsbrandi)


    Trying to export to CSV i get redirected to a new page stating a critical error has occurred. I have enabled logging and got these messages :

    [09/13/23 5:34pm CEST]
    
    ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
    
    in /customers/b/6/5/mgcc.dk/httpd.www/wp-includes/formatting.php on line 4477
    [09/13/23 5:34pm CEST]
    
    ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
    
    in /customers/b/6/5/mgcc.dk/httpd.www/wp-includes/formatting.php on line 4477
    [09/13/23 5:34pm CEST]
    
    ltrim(): Passing null to parameter #1 ($string) of type string is deprecated
    
    in /customers/b/6/5/mgcc.dk/httpd.www/wp-includes/formatting.php on line 4477
    [09/13/23 5:34pm CEST]
    
    strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
    
    in /customers/b/6/5/mgcc.dk/httpd.www/wp-includes/functions.php on line 7127
    [09/13/23 5:34pm CEST]
    
    str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

    Any help solving this ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    We’re not seeing a critical error there, so it’s not clear what the specific problem is.

    A good way to use error logging is to clear the log, then perform the action that generates the error and then check the log right after so you are only seeing what errors were generated by the action.

    Also, if you’re the administartor of the website, check your email. When WordPress encounters a critical error, an email is sent to the administrator with the details of the problem.

    Thread Starter larsbrandi

    (@larsbrandi)

    It was another plugin “WP Login and Logout Redirect” that messed it up !

    Plugin Author xnau webdesign

    (@xnau)

    OK, thanks for letting us know what the problem was.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Export to CSV’ is closed to new replies.