jacksmithy
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] Adware Found in the PluginThanks
Forum: Everything else WordPress
In reply to: Suspicious URL [?sa=X&ved=] requestsPS: www. website .com / this-article / is an example text, it is NOT our website
Forum: Fixing WordPress
In reply to: x.txt and POST Not Found URL RequestsThanks James, nearly all of the above WP security recommendation were already implemented. I was just checking if these requests are something to worry about and if there is a way to stop them.
It is highly unlikely that they are caused by search engines while indexing the site, simply because of the number of 404 error pages are quite high.
Once again thanks for your help anyway, I really appreciate it.
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2Thanks @wpyogi
Problem fixed with minor CDN issue.
try one of these:
Back up, Back up, Back up your site/files
1-Clear server cache. (ask your server provider if you don’t know how)
2-Update WordPress manually (follow how and guidelines on this forum)
3-Ask your theme developer to update their theme.PS: if you are using CDN such as Amazon Cloudfront, you might find website’s layout and images are not rendering correctly, and you may need to reset it again, or maybe not.
Hope that helps.
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2The error occurred on many sites using different themes not just mine which indicates an issue with WordPress 4.2 codes. Also previous WordPress updates did not break the site/s.
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2update:
The image at the top bar of the user profile is broken
also users avatars are broken and not shown.
thanks
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2It seems wordpress have added this code and its conflicting with a similar code in theme which is causing the crash:
function get_avatar_url( $id_or_email, $args = null ) { $args = get_avatar_data( $id_or_email, $args ); return $args['url']; }to the wp-includes/link-template.php
After removing this code, things should work as normal. Not sure if I am suppose to do this but I hope you guys can come up with fix.
If you tried 1, 2, 3 and they did not work, try number 4
1-Manual update: Did not work
2-Clearing cache: did not work
3-Renaming/Re-activiting plugins: I did not try
4-Removing the above code: Worked.Thanks
Forum: Fixing WordPress
In reply to: Site is down, Error after Updating to 4.2sorry, I have just completed that and its not working….
Forum: Fixing WordPress
In reply to: updated wordpress and got error: Cannot redeclare get_avatar_urlI had the same issue after updating to 4.2 any help will be much appreciated.
files are still accessible via ftp but site is completely down and this is the error: public_html/wp-includes/link-template.php:3414