• Resolved spottedpaint

    (@spottedpaint)


    I get this error with the latest version 1.4.4 when I’m on
    /wp-admin/admin.php?page=loginizer

    Notice: Undefined variable: loginizer in /wwwroot/wp-content/plugins/loginizer/init.php on line 804

    I think its just your missing a global like you have on the other functions
    So in init.php

    
    // The Loginizer Admin Options Page
    function loginizer_page_header($title = 'Loginizer'){
    
    ?>
    <style>
    

    becomes

    
    // The Loginizer Admin Options Page
    function loginizer_page_header($title = 'Loginizer'){
    
    	global $loginizer;
    ?>
    <style>
    

    Hope that helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have the same issue
    Notice: Undefined variable: loginizer in /home1/hosting/–/wp-content/plugins/loginizer/init.php on line 803

    I have the same issue trying to rename Login page
    Notice: Undefined variable: loginizer in /***/wp-content/plugins/loginizer-security/init.php on line 803

    Plugin Contributor loginizer

    (@loginizer)

    Hi,

    Sorry for the delay in response.

    We have added this and the fix will be included in the next version of Loginizer.

    Sorry for the inconvenience caused.

    Plugin Contributor loginizer

    (@loginizer)

    Hi,

    We have just released 1.4.6 which resolves this issue.

    Sorry for the delay in resolving the issue.

    We will make sure to fix the issues faster in future.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Notice: Undefined variable: loginizer’ is closed to new replies.