• Resolved

    (@educationguideonline)


    Hi, I accidentally deleted my login, logout, reset page etc even from trash.

    Is there any way to restore them? I tried uninstalling-installing the plugin. But those pages are not created.

Viewing 4 replies - 1 through 4 (of 4 total)
  • –I have the same problem–

    I deleted login, logout, reset pages etc. I tried deactivating and deleting the plugin, then re-installed it and re-activated it. Still no joy in Mmudville.

    Thread Starter

    (@educationguideonline)

    I have solved the issue. cPanle>PhpMyAdmin>Database>Site_options>(searched theme-my-login)>Deleted those tables.

    After doing that and a fresh installation, the plugin is working fine.

    That solution assumes, of course, that I have cPanel access.

    Surely the plugin could be edited:
    * Option to Regenerate pages, and/or
    * Remove the tables when the plugin is deactivated and removed.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Alternatively, create wp-content/plugins/theme-my-login-custom.php if it doesn’t already exist and add the following:

    
    <?php
    
    delete_option( 'theme_my_login' );
    

    Then, after loading your site once, remove that code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reatore deleted pages’ is closed to new replies.