• Resolved bmkdnf

    (@bmkdnf)


    I took a look at my error log and there’s about 1000 notes about this. I’m assuming the problem is that Theme_My_Login_Security::init() on line 100 (in modules/security/security.php) passes the string from get_404_template() to include() without checking whether it is empty.

    Lines:
    =================================
    $template = get_404_template();
    include( $template );
    =================================

    Warning for reference:
    =================================
    PHP Warning: include() [function.include]: Filename cannot be empty in [ROOT]/wp-content/plugins/theme-my-login/modules/security/security.php on line 100

    http://ww.wp.xz.cn/extend/plugins/theme-my-login/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Yes. This has already been addressed for 6.4. As a solution meanwhile, make sure your theme has a 404.php.

Viewing 1 replies (of 1 total)

The topic ‘Theme_My_Login_Security::init() passes empty string to include()’ is closed to new replies.