Error: Cannot redeclare anq()
-
Hey everyone, I’m having a problem with my wordpress blog that I can’t figure out.
When I try to access the blog (Link), I get the following error message:
Fatal error: Cannot redeclare anq() (previously declared in /home/exapnet1/public_html/wp-settings.php(1) : eval()'d code:1) in /home/exapnet1/public_html/wp-includes/functions.php(1) : eval()'d code on line 1
Now, what I find on line one of both these files is this:
eval(base64_decode('[Lots and lots of garbled upper- and lowercase letters here]')); ?><?php
I read that the “cannot redeclare” error happens when the same function/same line of code appears twice. When I delete one of them, the error message only changes slightly, since apparently this line of code is in every one of my .php files on line one.
What’s really strange about this is that I didn’t do anything before this error occured. Yesterday, I published a new post and that worked without issue. I could access the admin-panel and the blog itself etc. I didn’t write anything new, didn’t add any plugins, or anything. The error described came out of nowhere this morning…
I hope someone can make sense of this, because I really have no idea what’s going on. Thanks in advance for any advice!
- The topic ‘Error: Cannot redeclare anq()’ is closed to new replies.