- Desde
- 23 Dic 2013
- Mensajes
- 4
Cuando quiero ingresar un producto lo puedo hacer sin problemas pero aparece este mensaje.
Warning: Missing argument 2 for wpdb:repare(), called in /home/backtovi/public_html/volveralvinilo.cl/wp-content/themes/classipress/includes/forms/step-functions.php on line 395 and defined in /home/backtovi/public_html/volveralvinilo.cl/wp-includes/wp-db.php on line 1147
esto me aparece en las lineas mencionadas.:
391 // now we should have the formid so show the form layout based on the category selected
392 $sql = $wpdb->prepare( "SELECT field_label, field_name, field_type, field_values, field_tooltip, field_req, field_min_length "
393 . "FROM ". $wpdb->prefix . "cp_ad_fields "
394 . "WHERE field_core = '1' "
395 . "ORDER BY field_id asc" );
y esto en el otro:
1147 function prepare( $query, $args ) {
1148 if ( is_null( $query ) )
1149 return;
si alguien me puede ayudar se agradece.-
Warning: Missing argument 2 for wpdb:repare(), called in /home/backtovi/public_html/volveralvinilo.cl/wp-content/themes/classipress/includes/forms/step-functions.php on line 395 and defined in /home/backtovi/public_html/volveralvinilo.cl/wp-includes/wp-db.php on line 1147
esto me aparece en las lineas mencionadas.:
391 // now we should have the formid so show the form layout based on the category selected
392 $sql = $wpdb->prepare( "SELECT field_label, field_name, field_type, field_values, field_tooltip, field_req, field_min_length "
393 . "FROM ". $wpdb->prefix . "cp_ad_fields "
394 . "WHERE field_core = '1' "
395 . "ORDER BY field_id asc" );
y esto en el otro:
1147 function prepare( $query, $args ) {
1148 if ( is_null( $query ) )
1149 return;
si alguien me puede ayudar se agradece.-