Tim Nash
Forum Replies Created
-
What does the try_files section in your nginx server config look like?
Forum: Fixing WordPress
In reply to: Hacked. How to clean published posts from DB with relationships?If you think you been hacked, then remain calm and carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
It does go into cleaning up the DB but also will help fix other potential attack vectors.
Forum: Fixing WordPress
In reply to: Staging to production – best practiceIf you push just the files, then WordPress will do any extra database changes, the next time someone with admin privileges logs in same way it did when you did the update on the staging site.
Forum: Fixing WordPress
In reply to: en_US installed by mistakerather then doing, that, you can simply switch back to the language of choice in the Settings area. Then your language pack will be updated. As English US is always shipped their is no extra overhead.
Forum: Plugins
In reply to: Member/directory plugin recYou could try Groups – https://wordpress.org/plugins/groups/
or indeed BuddyPress might be suitable.Otherwise there are a range of membership plugins which will suit your needs you can always switch of the payments side, while a paid for one restrict content pro is a nice start.
Forum: Fixing WordPress
In reply to: Fronted down backend accesibleIt would appear the page stops loading midway through do you have access to your error logs, as that would indicate some sort of PHP error preventing page rendering.
If your error logs don’t show anything useful you can add
define('WP_DEBUG',true);into your wp-config.php which will give more detailed errors and show them to the screen. Reloading should give you an error which hopefully will let you know what is causing the issue.
Forum: Fixing WordPress
In reply to: WP-backend not loading correctlyDid you recently update either WordPress or a theme or plugins?
The amount of posts in a given state is very unlikely to be the cause, more likely something has changed with the code on your site, that has caused things to break. For example 4.5.2 updated jQuery which if you haven’t updated your theme and or Visual Composer these may not be compatible and need updates as well.
Forum: Fixing WordPress
In reply to: My site is compromisedYou need to start working your way through these resources:
- https://codex.wordpress.org/FAQ_My_site_was_hacked
- https://wordpress.org/support/topic/268083#post-1065779
- http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
- http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
- http://sitecheck.sucuri.net/scanner/
- http://www.unmaskparasites.com/
- https://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.html
With regard to hiring please try http://jobs.wordpress.net/ or http://directory.codepoet.com/ and do not accept any hire offers posted to these forums.
Forum: Fixing WordPress
In reply to: Back function problemThis is less to do with the theme, but the browser, for example I just followed what you did in Chrome and a single back click took me back to search results.
It’s normal when the page is moved (for example showing a new image) or regenerated in someway for it to be treated by the browser as a new page, so each back button takes you to the previous state.
Forum: Fixing WordPress
In reply to: WordPress Download Page HelpPlease keep in mind these are family friendly forums so swearing is not appropriate, its also volunteer led and its up to the volunteers which posts they choose to answer partially based on if they can help but the attitude of the poster, also influences people. Being nasty will not get your post looked at any quicker.
Forum: Plugins
In reply to: [Strong Testimonials] How to add Prev Next in paginationPlease make sure you put code snippets inside the codeblock tab when posting to the forums. Thanks.
I’m afraid we don’t edit posts unless their is a good reason,
http://codex.wordpress.org/Forum_Welcome#Deleting_.2F_Editing_Posts
Just to reassure you your site is very unlikely to have become a target of a hack because you posted a link here, and it certainly didn’t cause the attack. So there is no reason to remove the links.However if your site has been hacked you need to start working your way through these resources:
- https://codex.wordpress.org/FAQ_My_site_was_hacked
- https://wordpress.org/support/topic/268083#post-1065779
- http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
- http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
Forum: Fixing WordPress
In reply to: Website won't displayIf you have access to your sites error logs, then check to see if an error has occurred. If its a completely fresh install it might be worth also contacting your host if they are providing the install mechanism from cpanel.
Forum: Fixing WordPress
In reply to: White screenA White Screen normally means a server error has occured, while not always shown to the screen it will possibly be logged. If you have a host control panel, you maybe able to access the log files and see what the error is.
Alternatively if it is a continuous rather then intermittent error, you can in wp-config.php turn WP_DEBUG to true, which will display errors to the screen. For production sites you should always turn WP_DEBUG off once you have seen the errors.
Forum: Fixing WordPress
In reply to: Login form on /wp-admin VS /wp-login.phpDo you have some sort of caching, or server redirects in place that might be causing the issue. Also have you cleared your own cookies having done the changes?