• Resolved frinkky

    (@frinkky)


    I have a page that is restricted to logged in users. If the visitor is not logged in the login form appears, but when this plugin is active there are 3 php warnings above the login form:

    Warning: preg_split() expects parameter 2 to be string, array given in ***/wp-includes/formatting.php on line 110
    
    Warning: Invalid argument supplied for foreach() in ***/wp-includes/formatting.php on line 112
    
    Warning: implode(): Invalid arguments passed in ***/wp-includes/formatting.php on line 130

    Deactivating the plugin and the errors disappear. Any idea what the issue could be? I am using WP 3.5

    http://wordpress.org/extend/plugins/cimy-user-extra-fields/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Cimmino

    (@cimmo)

    Doubt is my fault, this plug-in doesn’t have change login form. And without more information on which other plug-in are you using is hard to impossible to guess.

    Thread Starter frinkky

    (@frinkky)

    Thanks for your reply. I must confess it was an error in my code that was causing the issue between your plugin and another. Apologies and thanks for a great plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting.php Warnings’ is closed to new replies.