Please provide a link to a page on your site where we can see this. Thanks.
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
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?