troubleshooting wordpress

20
Troubleshooting WordPress Nile Flores @blondishnet http://blondish.net

Upload: nile-flores

Post on 06-Aug-2015

125 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Troubleshooting WordPress

Troubleshooting WordPress

Nile Flores@blondishnet

http://blondish.net

Page 2: Troubleshooting WordPress

Objective

To make you more aware of what to do when things seem to go wrong with WordPress.

Page 3: Troubleshooting WordPress

Always Backup Your Site

Before upgrading plugins or themes, backup your website.

Schedule backups regularly.

Page 4: Troubleshooting WordPress

Areas of Possible Troubleshooting WordPress

1. Database2. Plugins3. Themes4. Content

Page 5: Troubleshooting WordPress

Basic Steps to Troubleshooting WordPress

❏ Disable All Plugins❏ Disable your theme and revert to Default Theme

(example: Twenty Fifteen)❏ Check the site❏ Enable your plugins one by one to find the issue❏ Enable your theme

Page 6: Troubleshooting WordPress

Okay, so those steps didn’t work...

Now what?

Page 7: Troubleshooting WordPress

Google is your friend

Search Google to find out if someone has had a similar problem.

Page 8: Troubleshooting WordPress

Google didn’t help...

What now?

Page 9: Troubleshooting WordPress

Seek out forums

❏ https://wordpress.org/support❏ https://facebook.com/groups/AllAboutWP❏ http://wordpress.stackexchange.com/❏ http://wpquestions.com (paid)

Page 10: Troubleshooting WordPress

So… now that you know basics

Let’s go over some common WordPress problems that may pop up.

Page 11: Troubleshooting WordPress

Common WordPress Problems

❏ White Screen of Death❏ Syntax Error❏ Out of Memory❏ 500 Internal Server Error❏ Missing Sidebar❏ Stubborn Maintenance Mode❏ Error Establishing Database Connection

Page 12: Troubleshooting WordPress

White Screen of Death❏ Memory exceeded on PHP

❏ Error with a plugin (in some cases, you may get an actual error

output message, and this would be different from the white

screen of death)

❏ Failed installation or upgrade in /wp-admin folder

❏ Error with caching in the case you run a cache plugin

http://bit.ly/1EjHC5E

Page 13: Troubleshooting WordPress

Syntax

Usually means there’s either something extra, something missing, or just something wrong with your HTML, or even PHP.

Page 14: Troubleshooting WordPress

Out of Memory

You either ran through your database resources quickly or you didn’t have much to work with.

Try increasing the memory by placing the following in your wp-config.php -

define('WP_MEMORY_LIMIT', '64M');

Page 15: Troubleshooting WordPress

500 Internal Server Error

❏ Could come up from a code error in a plugin or theme

❏ Could be the web host, and not always a WordPress related issue

Page 16: Troubleshooting WordPress

Missing Sidebar

Odd enough, a lot of people who dabble in code, forget to close their HTML tags when in the text editor while creating a post or page.

Page 17: Troubleshooting WordPress

Stubborn Site Maintenance

Sometimes after upgrading a plugin or theme, the temporary maintenance gets stuck.

Remove the .maintenance file from the root of your WordPress install via FTP or your web host’s File Manager.

Page 18: Troubleshooting WordPress

Error Establishing Database Connection

Could be a crashed PHP table. Have your web host reset it. Go in an repair and optimize it.

Don’t want to fool around with code. No problem! Try WP-Optimize.

https://wordpress.org/plugins/wp-optimize/

Page 19: Troubleshooting WordPress

Not savvy enough to troubleshoot?

Don’t give up!

Hire someone to do it for you. There are plenty of people out there that can help solve your issue.

Page 20: Troubleshooting WordPress

Any Questions?

Nile Floreshttp://blondish.netPlease subscribe to my newsletter. :)

Twitter: @blondishnetSlideshare: http://slideshare.net/blondishnetFacebook: http://facebook.com/NileFlores