Advertisement
thevarajah

problem when changing config define( 'WP_DEBUG', true );

Apr 5th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1.  
  2. When I changed
  3.  
  4. from
  5. define( 'WP_DEBUG', false );
  6.  
  7. to
  8.  
  9. define( 'WP_DEBUG', true );
  10.  
  11.  
  12.  
  13.  
  14. error on bristolkickboxingassociation.co.uk
  15.  
  16. in header/top of
  17.  
  18.  
  19.  
  20. Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/sites/y/yourbusinessdesigned.com/public_html/wp-includes/functions.php on line 3836
  21.  
  22. Notice: get_current_site_name is deprecated since version 3.9.0! Use get_current_site() instead. in /var/sites/y/yourbusinessdesigned.com/public_html/wp-includes/functions.php on line 3836
  23.  
  24. Notice: Undefined index: cs_preview in /var/sites/y/yourbusinessdesigned.com/public_html/wp-content/plugins/seedprod-coming-soon-pro/inc/class-plugin.php on line 1025
  25.  
  26.  
  27.  
  28. ====
  29.  
  30. error on yourbusinessdesigned.com
  31.  
  32. Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/sites/y/yourbusinessdesigned.com/public_html/wp-includes/functions.php on line 3836
  33.  
  34.  
  35. ================
  36.  
  37. error on thevarajah.com
  38.  
  39.  
  40. Notice: wpdb::escape is deprecated since version 3.6.0! Use wpdb::prepare() or esc_sql() instead. in /var/sites/y/yourbusinessdesigned.com/public_html/wp-includes/functions.php on line 3836
  41.  
  42. Notice: get_current_site_name is deprecated since version 3.9.0! Use get_current_site() instead. in /var/sites/y/yourbusinessdesigned.com/public_html/wp-includes/functions.php on line 3836
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement