When in development phase it is always helpful to turn on WordPress debug mode, when enable WordPress will display reporting of some errors and warnings that may exist.
Open wp-config.php
then find this code:
define( 'WP_DEBUG', false );
Then replace it with this code:
define( 'WP_DEBUG', true );
671 total views, 1 views today