Ah, yet another bug uncovered.
You can fix it by opening /wp-content/plugins/theme-my-login/modules/ajax/ajax.php and going to line 193 and changing it from:
if ( 'tml_page' == $menu_item->object && Theme_My_Login::is_tml_page( '', $menu_item->object_id ) ) {
to:
if ( 'page' == $menu_item->object && Theme_My_Login::is_tml_page( '', $menu_item->object_id ) ) {
Hi Jeff,
Thanks for your help, however, it doesn’t seem to be working.
When I make the change, I can’t login anymore…
Also just ran into this ajax bug. Recommended solution works fine for me though. Thanks!
Ajax dosen’t work on my site, also register page breaks if custom password is enabled. I looked for the line quoted above but the file I have only goes to line 176. Any update on this?