Quick fix if your Classifieds shows this warning
Hey guys,
There are several questions on this error, so I decided to make a separate post how to solve it.
Right after the
WP update one of my classifieds (runs on Classipress 3.1) had a following error in the top part of every advertisement that started like this:
Code:
Warning: Missing argument 2 for wpdb::prepare(), called in.......
The solution is simple:
1) open your
wp-config.php file
2) add following 2 lines in the end of it:
Code:
/** Turns off the displaying of errors in PHP. */
@ini_set('display_errors', 0);
3) save and replace the original file.
gl