• Resolved Jakets

    (@jakets)


    IE is reporting:

    Message: Syntax error
    Line: 101
    Char: 8
    Code: 0
    URI: https://farmvillefanatic.com/blog/wp-login.php?action=register

    This is lines 88-106

    }
    
    	if ( $wp_error->get_error_code() ) {
    		$errors = '';
    		$messages = '';
    		foreach ( $wp_error->get_error_codes() as $code ) {
    			$severity = $wp_error->get_error_data($code);
    			foreach ( $wp_error->get_error_messages($code) as $error ) {
    				if ( 'message' == $severity )
    					$messages .= '	' . $error . "<br />\n";
    				else
    					$errors .= '	' . $error . "<br />\n";
    			}
    		}
    		if ( !empty($errors) )
    			echo '<div id="login_error">' . apply_filters('login_errors', $errors) . "</div>\n";
    		if ( !empty($messages) )
    			echo '<p class="message">' . apply_filters('login_messages', $messages) . "</p>\n";
    	}

    Anyone see anything wrong with this? I would like to fix it as the error bugs me…

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jakets, that particular file is not relevant to this error, but I will try to reproduce the problem on my test site.

    This error is caused by the Pie Register plugin. Please contact the plugin author for support. ??

    Thread Starter Jakets

    (@jakets)

    Thanks for the fast response, I actually figured that out as well shortly after posting. Appreciate it.

    Well, i also test pie-register in IE but it’s working fine there too, please specify what version you’re using and also state your wordpress version, also activate the pie-register plugin.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Registration page, IE error (Syntax)’ is closed to new replies.