• Resolved hs6084

    (@hs6084)


    Hi
    What is the cause of this message?

    Database has been lost
    Please update the current database to the newest version
    wordpress.com

    The database is healthy
    This is a problem with the main site theme (HTML5 Blank v 1.4.4)
    Plugins disabled, but the problem did not resolve
    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please provide a link to a page on your site where we can see this. Thanks.

    Thread Starter hs6084

    (@hs6084)

    Hello Dear Steve Stern

    irbestpack.com

    Thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I don’t understand why you get “wordpress.com” in that error message as your site is not ( or does not seem to be ) hosted at wordpress.com.

    Have you asked your host to look at this?

    Is MySQL running on the host?

    If you switch to a standard theme (e.g., twentyseventeen) with *all plugins* disabled, does the problem go away?

    Thread Starter hs6084

    (@hs6084)

    MySQL is running on the host
    This problem only with main theme (even all plugins enable or disable) and no problem with other themes (all plugins is enable)
    Thanks

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Try deleting your theme and uploading a new, freshly downloaded copy. If that doesn’t help, contact the theme’s author(s) for assistance or find a new theme.

    Thread Starter hs6084

    (@hs6084)

    I think too the best way is contact the theme’s author then find a new theme
    Thanks for your guidance

    Thread Starter hs6084

    (@hs6084)

    Perhaps find problem
    look to this code

    <script type=”text/javascript”>
    $(document).ready(function(){
    var dueDate = new Date(2017,8, 10);
    var today = new Date();

    if (today>= dueDate){
    // or other conditions
    $(“.database”).addClass(“update-need”);

    }else{
    $(“.database”).addClass(“not-expired”);
    }
    });

    after changing the system date, loading the site

    How to find above code in wordpress?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with theme’ is closed to new replies.