Thread
:
WP database error...any help?
View Single Post
11-19-2006, 11:35 PM
Jace
FBOP Class Of 2013
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Put this line somewhere in the wp-settings.php file (for example at the
end of the code before the do_action(init) call):
$wpdb->hide_errors();
in line 60 of wp-settings.php change to:
error_reporting(0);
Jace
View Public Profile
Visit Jace's homepage!
Find More Posts by Jace