Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Service UnavailableCan you run the P3 Profiler plugin to see which, if any, of your plugins are causing a problem.
Forum: Fixing WordPress
In reply to: Will I lost my existing posts /pages if I changed new theme ?The short answer is no, you won’t lose any content.
As with most things related to a database driven website, it’s always a good policy to backup the database on a regular basis and in particular when you’re making changes. Especially if you have worries or concerns.
Once you’re all backed up, be fearless 🙂
Forum: Fixing WordPress
In reply to: Service UnavailableYou need to include as much information as possible. It makes debugging so much easier.
Forum: Fixing WordPress
In reply to: Want only a picture on landing pageYou could try installing the Ultimate Coming Soon plugin. Strip out all the things you don’t need (in the dashboard) and you’d be left with just a chosen image on a page.
Forum: Fixing WordPress
In reply to: Admin backend unreachable after unwanted updateWhat’s your site URL?
Forum: Fixing WordPress
In reply to: 502 bad gateway marking spam commentTry setting:
request_slowlog_timeout = 5s slowlog = /var/log/slow.login your php-fpm pool config file. It’ll give you so some clues as to why you’re hitting a 502.
Forum: Fixing WordPress
In reply to: 502 bad gateway marking spam commentNo sorry. I think your issue is php-fpm related. The version of Nginx to which I upgraded was 1.6.0
Forum: Fixing WordPress
In reply to: 502 bad gateway marking spam commentAh. I had a few headaches this week upgrading Nginx. It was due to Nginx’s own cache and the way I was automatically purging it. Your issue seemed similar.
Here’s a useful page with lots of php-fpm advice:
Forum: Fixing WordPress
In reply to: posts appearing in categoriesThe way your posts are ordered and displayed is determined by your theme. You need to say which theme you’re using and ideally supply a URL where it can be seen.
Forum: Fixing WordPress
In reply to: 502 bad gateway marking spam commentWhat version of Nginx are you running and are you using Nginx’s own cache?
Forum: Fixing WordPress
In reply to: how do i go liveWhere did you design your site, where is it hosted?
Forum: Fixing WordPress
In reply to: How to deliver a wordpress website's files to customer?Use some el-cheapo hosting and put the site on a temporary URL?
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorFileZilla is like a file manager except it works across a network. All you do is install it on your computer and insert login credentials provided by your web hosts. Where did things start going wrong for you?
Forum: Fixing WordPress
In reply to: I cannot login nor WP.org doesn't recognize my user nameAre you able to use FTP to navigate to your hosting account. A client like FileZilla could help with that.
Forum: Fixing WordPress
In reply to: How to deliver a wordpress website's files to customer?You don’t. Install a coming soon plugin such as this one:
https://wordpress.org/plugins/ultimate-coming-soon-page/
and allow your client access so that only they and you can see the site.