• Hi all,

    Great plugin!
    I’ve just got one issue. The forgot password page displays fine, but when I submit the form , it submits back to itself (as expected), but the page css and javascript have broken.

    Looking at the source, the page encoding is wrong so I’m getting some unicode characters and UTF-8 in literal e.g. x91.

    Very odd, as the form is posting to itself. The page only breaks after the form submission. Its fine before.

    http://wordpress.org/plugins/s8-custom-login-and-registration/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iltdevunit

    (@iltdevunit)

    I notice I’m getting:
    Warning: Cannot modify header information – headers already sent by (output started at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:93) in C:\Apache24\htdocs\wp-includes\pluggable.php on line 698 – 715

    and

    Warning: Cannot modify header information – headers already sent by (output started at C:\Apache24\htdocs\wp-includes\class.wp-styles.php:93) in C:\Apache24\htdocs\wp-content\plugins\s8-custom-login-and-registration\s8-login-registration.php on line 175 – 177

    This does not happen when the plugin is disabled.

    Thread Starter iltdevunit

    (@iltdevunit)

    The header issue seems to be caused by this function in the plugins functions.php file

    if(!function_exists('s8_get_forgot_password_url')) {
        function s8_get_forgot_password_url() {
            return home_url('/'.s8_login_registration::ep_login.'/?action=forgot');
        }
    }
    Thread Starter iltdevunit

    (@iltdevunit)

    Looks like an issue between my CoWorker theme and this plugin as it doesn’t happen with Twenty Thirteen

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Forgot password page encoding after form submission’ is closed to new replies.