Advertisement
Anderton

Bearded Theme 0.1.3 in WP 3.8 and PHP 5.5.x (Debug true)

Dec 18th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.03 KB | None | 0 0
  1. /* Related Threads: http://wordpress.org/support/topic/broken-in-38-39 */
  2. /* https://github.com/bonfirelab/bearded/issues/1 */
  3. /* No Debug Messages in PHP 5.3.27 */
  4. /* Debug Messages in PHP 5.4.x - 5.5.x */
  5. /* Workaround: error_reporting( E_ALL ^ E_STRICT ); instead of WP_DEBUG to */
  6. /* supress warnings with later PHP versions */
  7. /* See: http://wordpress.org/support/topic/warnings-on-php-55 */
  8.  
  9. Strict Standards: Declaration of Portfolio_Walker::start_el() should be compatible with Walker_Category::start_el(&$output, $category, $depth = 0, $args = Array, $id = 0) in /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/functions.php on line 1012
  10.  
  11. Strict Standards: Declaration of Bearded_Walker_Nav_Menu_Edit_Custom::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/inc/class-custom-edit-walker.php on line 209
  12.  
  13. Strict Standards: Declaration of Bearded_Custom_Menu_Walker::start_el() should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/inc/class-custom-menu-walker.php on line 49
  14.  
  15. Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/functions.php:1012) in /Applications/MAMP/htdocs/vegomag/wp-includes/option.php on line 563
  16.  
  17. Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/functions.php:1012) in /Applications/MAMP/htdocs/vegomag/wp-includes/option.php on line 564
  18.  
  19. /** Additional PHP Warnings for Test Enviroment 1 */
  20. PHP Warning:  Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/vegomag/wp-content/themes/bearded/functions.php:1012) in /Applications/MAMP/htdocs/vegomag/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement