Manuel5cc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirect private posts to another page?nvm, I found how to do it here and it actually worked!
Forum: Fixing WordPress
In reply to: Redirect private posts to another page?I have been digging the code of this plugin and I found that it has a variable like this:
$location = wp_login_url($_SERVER["REQUEST_URI"]);Maybe I could change that variable $location to my url but… How should I do it?
Hello there:
I reached this discussion because I have the same problem and as I can see it’s all about cloudflare. Have you done any corrections with this or is it planned? Will the scheduled backups work anyways? Any other ways to run a manual job?Forum: Plugins
In reply to: [Ad Blocking Detector] Error when creating new shortcodesSure, I don’t have any problems with posting here my plugins. This thread could be helpful for people with the same problem.
Here is a list of my plugins, all of them updated and running:
Ad Blocking Detector
Ad Injection
Akismet
All in one Favicon
Anti-Malware and Brute-Force Security by ELI
BackWPup
Better WordPress Minify
Contact Form 7
Cookie Law Info
GTranslate
Jetpack por WordPress.com
Monarch Plugin
Really Simple CAPTCHA
Revolution Slider
W3 Total Cache
Wordfence Security
WP Last Modified
WP Lightbox 2
WP Smush
WP-Filebase
WP-reCAPTCHA
WP-Table Reloaded
Yoast SEO
Тоp 10As you can see, it’s quite a long list, that’s why I couldn’t test them one by one.
Forum: Plugins
In reply to: [Ad Blocking Detector] Error when creating new shortcodesIt seems that there was a plugin creating a conflict with ABD. I tried deactivating all my installed plugins and then creating a shortcode and it worked. I can’t say exactly which plugin was because I have some of then and didn’t tried one by one, but was a conflict with another plugin for sure.
I can give you a list of them if that helps yo to investigate.
PS: no, the reinstall didn’t worked.
Forum: Fixing WordPress
In reply to: Updates fail (can't connect to ftp message)Thanks Tara:
I did the update of the core manually (I have done it before in other WP servers) but with plugins we are talking about like 10 – 15, that could be a huge work. Anyways I have to fix the update issueForum: Fixing WordPress
In reply to: Site infected by Red AdblockerIt seems that my installation is clean, so I don’t know how this happened but I have to fix it manually (the posts) and pray and wish that it doesn’t happen anymore.
Can I do anything more to prevent this?
Forum: Fixing WordPress
In reply to: Site infected by Red AdblockerI actually have Wordfence installed and it hasn’t detected anything for months. I am going to try the second tool.
Is there any way to restore the posts to a previous state?
Forum: Fixing WordPress
In reply to: Site infected by Red AdblockerIt’s not in my browser because I have checked in order to find extensions and plugins, tried with other browsers and asked some friends to try it. Moreover, it’s not something that the explorer does, the posts are modified. If I try to edit the post, I can see the links and delete them…
here is a link to a post that has this problem: http://megafonofcom.es/2015/04/virginia-woolf/
Forum: Fixing WordPress
In reply to: Site infected by Red AdblockerPS: I know about this Red Adblocker because the “alt text” of the link says “Click to continue > by Red Adblocker” but apparently the link is only a #.
Forum: Fixing WordPress
In reply to: Installed plugins list is blankI have tried to rename the plugins folder to “plugins-old”, create a new one with the right permissions and upload there the backup of my plugins one by one and my wordpress can’t even detect a single one. I actually have one plugin and wordpress shows that I dont have anyone.
Forum: Fixing WordPress
In reply to: Installed plugins list is blankHello:
Sorry if I didn’t explain myself really well:I CAN see the plugins folders accessing through ftp, I CAN’T see the plugins in the admin zone of my wordpress installation. I hope that this clears the things a bit.
Forum: Fixing WordPress
In reply to: unlink(): cURL error when trying to update wordpress core or pluginsThanks to you (again) for your advice! Probably my last idea would have been compare the two wp-config files!
Forum: Fixing WordPress
In reply to: unlink(): cURL error when trying to update wordpress core or pluginsThis might seem a bit silly, but I actually found what the problem was.
I was comparing the two wp-config files, the one from the “working” installation and the one from the “not working” installation. I couldn’t find the ‘FS_METHOD’ line in any of those, but I found a difference between the two. In the “not working” one, there was a line like this:
define('WP_TEMP_DIR', 'http://path-to-my-broken-install/tmp');As the problem was something about the files downloaded to update, I suspected that this could be the problem and… Yes, it was. I deleted the line and now I can update it. Maybe we should have started with the wp-config file before.
Thank you so much for the help.
Forum: Fixing WordPress
In reply to: unlink(): cURL error when trying to update wordpress core or pluginsYes, that’s right