WordPress cracked? Posts not found in dashboard

See FAQ: My site was hacked « WordPress Codex and How to completely clean your hacked wordpress installation and How to find a backdoor in a hacked WordPress and Hardening WordPress « WordPress Codex. Do a good job cleaing or you’ll be doing it all over again. Who is your host? Check with them, too. … Read more

Error when trying to logout

WordPress itself is not resetting connections normally (at least I have not experienced it so far), so the connection gets shut down by one of those: a) the webserver, b) a http firewall, c) an IDS, d) a tcp/ip firewall or just by e) network hardware. As you can reproduce the problem, you might want … Read more

Fatal error, is this because of host?

While this is clearly out of memory error, it seems to be caused by obfuscated code in plugin’s file. There is rarely legit reason to run that many layers of eval() so either that code is obfuscated for not-so-good reason or some error is causing endless loop (which should trigget another error by exceeding recursion, … Read more

Is there any way to pass messages from a script to a redirect target in a hidden fashion?

Hehe, got it meself, just a little too late, unfortunately, now i have to change half the stuff again… set_transient(), get_transient() and delete_transient() will be my friends Edit: More on this…i now realized that my wp_options table is full of _transient_xyz records, coming from WP itself. So that indicates that WP is using the db … Read more

“Rendering of admin template [path to template] failed”

Looks like an error related to the HeadSpace2 plugin, see. http://urbangiraffe.com/support/topic/rendering-of-admin-template-failed-2 http://urbangiraffe.com/support/topic/rendering-of-admin-template-failed-continued Perhaps the plugin has template support which you’ve enabled but not created the appropriate file for in the theme? I have no idea, i don’t use the plugin, just thinking out loud.. Hope that helps.

Comment form in wordpress theme returns a javascript alert

I tried removing all the javascript of the theme, updating the comments related files in the server (the same error happens locally) The problem is a result of this file(you obviously didn’t disable that one in testing). http://www.faf.fi/wp-content/themes/faf/scripts/js/functions.js Blocking that script in my browser resolves the issue, but i think it’s this area of the … Read more