sashamenis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need WordPress Theme for Service Provider website..Thanks t-p. But I need something whic will be exactly same like servicemagic or networx.com
Hello Mates..
I just resolved my problem. If anyone is having same problem please check this thread.
http://wordpress.org/support/topic/missing-argument-2-for-wpdbprepare-3?replies=27
Forum: Installing WordPress
In reply to: Missing Argument 2 for wpdb::prepare()Oh My God… Thank you Keesiemeijer… Thanks a lot.. You saved my BUTT 😀
Forum: Installing WordPress
In reply to: Missing Argument 2 for wpdb::prepare()Is there something in which anyone can help me? I got this code from admin-options.php
<?php
}
do_action( ‘appthemes_add_submenu_page_content’ );
function app_dashboard() {
global $wpdb, $app_edition, $app_rss_feed;
global $app_twitter_rss_feed, $app_forum_rss_feed, $options_dashboard;$count_live = $wpdb->get_var( $wpdb->prepare( “SELECT count(ID) FROM $wpdb->posts WHERE post_status IN (‘publish’, ‘unreliable’) AND post_type = ‘”.APP_POST_TYPE.”‘” ) );
$count_pending = $wpdb->get_var( $wpdb->prepare( “SELECT count(ID) FROM $wpdb->posts WHERE post_type = ‘”.APP_POST_TYPE.”‘ AND post_status = ‘pending'” ) );//$job_rev_total = $wpdb->get_var($wpdb->prepare(“SELECT sum(mc_gross) FROM $wpdb->prefix” . ‘clpr_order_info’));
?>
What to change in this?
Forum: Installing WordPress
In reply to: Missing Argument 2 for wpdb::prepare()I have checked all the strings of all plugins.. but nothing there. The problem is showing in Admin files. admin-options.php and all.. what to do.?
Please help me..
After updating wordpress to 3.5 I am getting this error.
Warning: Missing argument 2 for wpdb::prepare(), called in /home/cpanel/public_html/wp-content/themes/clipper/includes/admin/admin-options.php on line 291 and defined in /home/cpanel/public_html/wp-includes/wp-db.php on line 990
Warning: Missing argument 2 for wpdb::prepare(), called in /home/cpanel/public_html/wp-content/themes/clipper/includes/admin/admin-options.php on line 292 and defined in /home/cpanel/public_html/wp-includes/wp-db.php on line 990
I am using, Akismet, Internal link builder, WP Security and WP Smush.it plugins. Is it related to any of these plugins?
I dont think so that this error is caused by plugins.. as some admin-options files are there. please help
Forum: Fixing WordPress
In reply to: Stop wordpress from creating Post pagesyea it is premium theme and I bought it from appthemes. theme name is clipper. I want to stop those permalink option. how to do that?