SlideShare a Scribd company logo
1 of 15
Download to read offline
WordPress Q&A
#wpmelb
Anthony Hortin
@maddisondesigns
maddisondesigns.com
Dee Teal
@thewebprincess
thewebprincess.com
The ‘White Screen of Death’
The ‘White Screen of Death’
The ‘White Screen of Death’ is exactly how it sounds.
A simple blank white screen, with no errors! Aargh!
It can be caused by numerous issues.
!
Try increasing the PHP Memory Limit
!
Deactivate all plugins
!
Change to one of the default WordPress themes
!
Enable Debug in your wp-config.php file
Dashboard Styles not Displaying
Dashboard Styles not Displaying
If your Dashboard looks like there’s no CSS styles
applied, try adding the following to your 

wp-config.php file
!
define('CONCATENATE_SCRIPTS', false);!
Dealing with File Size Limits
Dealing with File Size Limits
Create a php.ini file in your root folder
Add the following lines & save
!
upload_max_filesize = 64M;!
post_max_size = 64M;!
!
!
If it doesn’t work after adding the file to the root folder, try
moving it to the wp-admin folder. Different hosts have different
restrictions so your experience may vary.
Running out of Memory
Two options:
!
Add the following line to your wp-config.php file
define('WP_MEMORY_LIMIT', ‘256M');!
!
- or -
!
Add the following line to your php.ini file
memory_limit = 256M;
Turning on Debug to View Errors
Modify the following line in your wp-config.php file
define(‘WP_DEBUG', true);
500 Server Errors
The HTTP 500 Internal Server is a very generic error
so it often requires some troubleshooting.
!
Check for corrupt .htaccess file
!
Increase the PHP Memory Limit
!
Deactivate all plugins
!
Re-upload Core WordPress files
!
If all else fails, ask your website hosting provider
Resetting your Permalinks
If you receive 404 errors or ‘This page doesn’t exist’,
try resetting your permalinks.
!
To reset your Permalinks, click the Save Changes
button on the Settings > Permalinks screen.
Resetting your Permalinks
Avoid FTP Prompts
Sometimes when updating WordPress or installing a
plugin, you’re prompted for FTP Details.
!
Ask your host to check/reset file permissions/ownership.
If that fails, add the following to wp-config.php
!
define('FS_METHOD', 'ftpext');!
define('FTP_BASE', '/path/to/wordpress/');!
define('FTP_USER', 'username');!
define('FTP_PASS', 'password');!
define('FTP_HOST', 'host');!
define('FTP_SSL', false);
Permission Errors
Permissions errors come in various forms. Most
commonly, you’re unable to upload files/images.
!
In a Unix environment:
!
- All files should be owned by the user's account
- All directories should be 755 or 750.
- All files should be 644 or 640.

Exception: wp-config.php should be 600
- No directories should ever be given 777
Thanks!
Questions?
You can find Anthony here
!
@maddisondesigns
maddisondesigns.com
!
@easywpguide
easywpguide.com
You can find Dee here
!
@thewebprincess
thewebprincess.com

More Related Content

What's hot

Week 9 - Introduction to Child Themes
Week 9  - Introduction to Child ThemesWeek 9  - Introduction to Child Themes
Week 9 - Introduction to Child Themes
henri_makembe
 
Week 11 - Hosting and Migration
Week 11 - Hosting and MigrationWeek 11 - Hosting and Migration
Week 11 - Hosting and Migration
henri_makembe
 
Word press sites maintenanace
Word press sites maintenanaceWord press sites maintenanace
Word press sites maintenanace
Michelle Castillo
 
Week 12 - Search Engine Optimization
Week 12 -  Search Engine OptimizationWeek 12 -  Search Engine Optimization
Week 12 - Search Engine Optimization
henri_makembe
 
Optimizing WordPress - WordPress SF Meetup April 2012
Optimizing WordPress -  WordPress SF Meetup April 2012Optimizing WordPress -  WordPress SF Meetup April 2012
Optimizing WordPress - WordPress SF Meetup April 2012
Ben Metcalfe
 
Week 7 introduction to theme development
Week 7   introduction to theme developmentWeek 7   introduction to theme development
Week 7 introduction to theme development
henri_makembe
 

What's hot (20)

Week 9 - Introduction to Child Themes
Week 9  - Introduction to Child ThemesWeek 9  - Introduction to Child Themes
Week 9 - Introduction to Child Themes
 
20 tips, tricks and secrets to making your WordPress website look professional
20 tips, tricks and secrets tomaking your WordPress website look professional20 tips, tricks and secrets tomaking your WordPress website look professional
20 tips, tricks and secrets to making your WordPress website look professional
 
Site Down: How to Triage Those First Minutes
Site Down: How to Triage Those First MinutesSite Down: How to Triage Those First Minutes
Site Down: How to Triage Those First Minutes
 
WordPress in 90 minutes
WordPress in 90 minutesWordPress in 90 minutes
WordPress in 90 minutes
 
Standards.next: HTML - Are you mything the point?
Standards.next: HTML - Are you mything the point?Standards.next: HTML - Are you mything the point?
Standards.next: HTML - Are you mything the point?
 
Week 11 - Hosting and Migration
Week 11 - Hosting and MigrationWeek 11 - Hosting and Migration
Week 11 - Hosting and Migration
 
NJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPressNJ Videographers Association - Build an amazing website - WordPress
NJ Videographers Association - Build an amazing website - WordPress
 
What is (not) WordPress
What is (not) WordPressWhat is (not) WordPress
What is (not) WordPress
 
Word press sites maintenanace
Word press sites maintenanaceWord press sites maintenanace
Word press sites maintenanace
 
HTML+CSS Resources
HTML+CSS ResourcesHTML+CSS Resources
HTML+CSS Resources
 
Php2pdf
Php2pdfPhp2pdf
Php2pdf
 
Using HTML5 sensibly
Using HTML5 sensiblyUsing HTML5 sensibly
Using HTML5 sensibly
 
Child Themes in WordPress
Child Themes in WordPressChild Themes in WordPress
Child Themes in WordPress
 
Multimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audioMultimedia on the web - HTML5 video and audio
Multimedia on the web - HTML5 video and audio
 
5 Things You Shouldn't Do With A WordPress Plugin
5 Things You Shouldn't Do With A WordPress Plugin5 Things You Shouldn't Do With A WordPress Plugin
5 Things You Shouldn't Do With A WordPress Plugin
 
Week 12 - Search Engine Optimization
Week 12 -  Search Engine OptimizationWeek 12 -  Search Engine Optimization
Week 12 - Search Engine Optimization
 
Optimizing WordPress - WordPress SF Meetup April 2012
Optimizing WordPress -  WordPress SF Meetup April 2012Optimizing WordPress -  WordPress SF Meetup April 2012
Optimizing WordPress - WordPress SF Meetup April 2012
 
Amazing WordPress & Productivity Tips
Amazing WordPress & Productivity TipsAmazing WordPress & Productivity Tips
Amazing WordPress & Productivity Tips
 
Week 7 introduction to theme development
Week 7   introduction to theme developmentWeek 7   introduction to theme development
Week 7 introduction to theme development
 
php tutorial - By Bally Chohan
php tutorial - By Bally Chohanphp tutorial - By Bally Chohan
php tutorial - By Bally Chohan
 

Similar to WordPress Q&A

Theming Wordpress for Your Showcases
Theming Wordpress for Your ShowcasesTheming Wordpress for Your Showcases
Theming Wordpress for Your Showcases
Jun Hu
 

Similar to WordPress Q&A (20)

Theming Wordpress for Your Showcases
Theming Wordpress for Your ShowcasesTheming Wordpress for Your Showcases
Theming Wordpress for Your Showcases
 
15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solution15 Most Common WordPress Errors and Solution
15 Most Common WordPress Errors and Solution
 
Troubleshooting WordPress
Troubleshooting WordPressTroubleshooting WordPress
Troubleshooting WordPress
 
Battling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support TaleBattling the WSOD - A Tech Support Tale
Battling the WSOD - A Tech Support Tale
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
PHP Melody Installation Manual
PHP Melody Installation ManualPHP Melody Installation Manual
PHP Melody Installation Manual
 
Wordless, stop writing WordPress themes like it's 1998
Wordless, stop writing WordPress themes like it's 1998Wordless, stop writing WordPress themes like it's 1998
Wordless, stop writing WordPress themes like it's 1998
 
Mastering WordPress Vol.1
Mastering WordPress Vol.1Mastering WordPress Vol.1
Mastering WordPress Vol.1
 
How to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanelHow to Install WordPress 2014 in cPanel
How to Install WordPress 2014 in cPanel
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpress
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
 
WordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress SecurityWordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress Security
 
Debugging wordpress
Debugging wordpress Debugging wordpress
Debugging wordpress
 
WordPress Security Updated - NYC Meetup 2009
WordPress Security Updated - NYC Meetup 2009WordPress Security Updated - NYC Meetup 2009
WordPress Security Updated - NYC Meetup 2009
 
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
Making WordPress Your CMS and Automatically Updating a Self Hosted WordPress ...
 
Beginners' Guide to WordPress
Beginners' Guide to WordPressBeginners' Guide to WordPress
Beginners' Guide to WordPress
 
A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012A Beginner's Guide to WordPress - WordCamp Montreal 2012
A Beginner's Guide to WordPress - WordCamp Montreal 2012
 
WordPress End-User Security
WordPress End-User SecurityWordPress End-User Security
WordPress End-User Security
 

Recently uploaded

Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptx
ChloeMeadows1
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptx
abhinandnam9997
 
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
lolsDocherty
 

Recently uploaded (16)

Thank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirtsThank You Luv I’ll Never Walk Alone Again T shirts
Thank You Luv I’ll Never Walk Alone Again T shirts
 
Production 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptxProduction 2024 sunderland culture final - Copy.pptx
Production 2024 sunderland culture final - Copy.pptx
 
Reggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirtsReggie miller choke t shirts
Reggie miller choke t shirtsReggie miller choke t shirts
 
Statistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdfStatistical Analysis of DNS Latencies.pdf
Statistical Analysis of DNS Latencies.pdf
 
Article writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptxArticle writing on excessive use of internet.pptx
Article writing on excessive use of internet.pptx
 
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkkaudience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
audience research (emma) 1.pptxkkkkkkkkkkkkkkkkk
 
Case study on merger of Vodafone and Idea (VI).pptx
Case study on merger of Vodafone and Idea (VI).pptxCase study on merger of Vodafone and Idea (VI).pptx
Case study on merger of Vodafone and Idea (VI).pptx
 
Development Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of appsDevelopment Lifecycle.pptx for the secure development of apps
Development Lifecycle.pptx for the secure development of apps
 
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWebiThome_CYBERSEC2024_Drive_Into_the_DarkWeb
iThome_CYBERSEC2024_Drive_Into_the_DarkWeb
 
The Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case StudyThe Use of AI in Indonesia Election 2024: A Case Study
The Use of AI in Indonesia Election 2024: A Case Study
 
Topology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdfTopology of the Network class 8 .ppt pdf
Topology of the Network class 8 .ppt pdf
 
Premier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdfPremier Mobile App Development Agency in USA.pdf
Premier Mobile App Development Agency in USA.pdf
 
Bug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's GuideBug Bounty Blueprint : A Beginner's Guide
Bug Bounty Blueprint : A Beginner's Guide
 
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital PresenceCyber Security Services Unveiled: Strategies to Secure Your Digital Presence
Cyber Security Services Unveiled: Strategies to Secure Your Digital Presence
 
How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?How Do I Begin the Linksys Velop Setup Process?
How Do I Begin the Linksys Velop Setup Process?
 
Pvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdfPvtaan Social media marketing proposal.pdf
Pvtaan Social media marketing proposal.pdf
 

WordPress Q&A

  • 2. The ‘White Screen of Death’
  • 3. The ‘White Screen of Death’ The ‘White Screen of Death’ is exactly how it sounds. A simple blank white screen, with no errors! Aargh! It can be caused by numerous issues. ! Try increasing the PHP Memory Limit ! Deactivate all plugins ! Change to one of the default WordPress themes ! Enable Debug in your wp-config.php file
  • 4. Dashboard Styles not Displaying
  • 5. Dashboard Styles not Displaying If your Dashboard looks like there’s no CSS styles applied, try adding the following to your 
 wp-config.php file ! define('CONCATENATE_SCRIPTS', false);!
  • 6. Dealing with File Size Limits
  • 7. Dealing with File Size Limits Create a php.ini file in your root folder Add the following lines & save ! upload_max_filesize = 64M;! post_max_size = 64M;! ! ! If it doesn’t work after adding the file to the root folder, try moving it to the wp-admin folder. Different hosts have different restrictions so your experience may vary.
  • 8. Running out of Memory Two options: ! Add the following line to your wp-config.php file define('WP_MEMORY_LIMIT', ‘256M');! ! - or - ! Add the following line to your php.ini file memory_limit = 256M;
  • 9. Turning on Debug to View Errors Modify the following line in your wp-config.php file define(‘WP_DEBUG', true);
  • 10. 500 Server Errors The HTTP 500 Internal Server is a very generic error so it often requires some troubleshooting. ! Check for corrupt .htaccess file ! Increase the PHP Memory Limit ! Deactivate all plugins ! Re-upload Core WordPress files ! If all else fails, ask your website hosting provider
  • 11. Resetting your Permalinks If you receive 404 errors or ‘This page doesn’t exist’, try resetting your permalinks. ! To reset your Permalinks, click the Save Changes button on the Settings > Permalinks screen.
  • 13. Avoid FTP Prompts Sometimes when updating WordPress or installing a plugin, you’re prompted for FTP Details. ! Ask your host to check/reset file permissions/ownership. If that fails, add the following to wp-config.php ! define('FS_METHOD', 'ftpext');! define('FTP_BASE', '/path/to/wordpress/');! define('FTP_USER', 'username');! define('FTP_PASS', 'password');! define('FTP_HOST', 'host');! define('FTP_SSL', false);
  • 14. Permission Errors Permissions errors come in various forms. Most commonly, you’re unable to upload files/images. ! In a Unix environment: ! - All files should be owned by the user's account - All directories should be 755 or 750. - All files should be 644 or 640.
 Exception: wp-config.php should be 600 - No directories should ever be given 777
  • 15. Thanks! Questions? You can find Anthony here ! @maddisondesigns maddisondesigns.com ! @easywpguide easywpguide.com You can find Dee here ! @thewebprincess thewebprincess.com