Processing image Villa Traditionnelle RUY – 2 min. A 43 - 338 000 €, ID 3 ...DB Error: Bad SQL Query: REPLACE INTO 4images_wordmatch (image_id, word_id, name_match, desc_match, keys_match, prix_match) VALUES (3, 181, 1, 1, 0), (3, 1204, 1, 1, 0), (3, 183, 1, 0, 0), (3, 184, 1, 0, 0), (3, 1205, 1, 1, 0), (3, 21, 1, 1, 0), (3, 18, 0, 1, 0), (3, 1206, 0, 1, 0), (3, 22, 0, 1, 0), (3, 23, 0, 1, 0), (3, 1022, 0, 1, 0), (3, 188, 0, 1, 0), (3, 189, 0, 1, 0), (3, 1023, 0, 1, 0), (3, 191, 0, 1, 0), (3, 1207, 0, 1, 0), (3, 27, 0, 1, 0), (3, 1208, 0, 1, 0), (3, 778, 0, 1, 0), (3, 35, 0, 1, 0), (3, 195, 0, 1, 0), (3, 196, 0, 1, 0), (3, 1209, 0, 1, 0), (3, 36, 0, 1, 0), (3, 198, 0, 1, 0), (3, 40, 0, 1, 0), (3, 1210, 0, 1, 0), (3, 1211, 0, 1, 0), (3, 1212, 0, 1, 0), (3, 11, 0, 1, 0), (3, 202, 0, 1, 0), (3, 203, 0, 1, 0), (3, 204, 0, 1, 0), (3, 1030, 0, 1, 0), (3, 1213, 0, 1, 0), (3, 1214, 0, 1, 0), (3, 1215, 0, 1, 0), (3, 688, 0, 0, 1)Column count doesn't match value count at row 1OKProcessing image Ferme rénovée la verpillière 327 000 €, ID 2 ...DB Error: Bad SQL Query: REPLACE INTO 4images_wordmatch (image_id, word_id, name_match, desc_match, keys_match, prix_match) VALUES (2, 151, 1, 1, 0), (2, 152, 1, 0, 0), (2, 724, 1, 0, 0), (2, 725, 1, 1, 0), (2, 21, 1, 1, 0), (2, 17, 0, 1, 0), (2, 18, 0, 1, 0), (2, 726, 0, 1, 0), (2, 22, 0, 1, 0), (2, 23, 0, 1, 0), (2, 727, 0, 1, 0), (2, 728, 0, 1, 0), (2, 158, 0, 1, 0), (2, 27, 0, 1, 0), (2, 729, 0, 1, 0), (2, 730, 0, 1, 0), (2, 731, 0, 1, 0), (2, 732, 0, 1, 0), (2, 733, 0, 1, 0), (2, 33, 0, 1, 0), (2, 734, 0, 1, 0), (2, 35, 0, 1, 0), (2, 36, 0, 1, 0), (2, 37, 0, 1, 0), (2, 163, 0, 1, 0), (2, 164, 0, 1, 0), (2, 40, 0, 1, 0), (2, 41, 0, 1, 0), (2, 42, 0, 1, 0), (2, 11, 0, 1, 0), (2, 165, 0, 1, 0), (2, 735, 0, 1, 0), (2, 167, 0, 1, 0), (2, 736, 0, 1, 0), (2, 688, 0, 0, 1)Column count doesn't match value count at row 1
$search_match_fields = array( "image_name" => "name_match", "image_description" => "desc_match", "image_keywords" => "keys_match", "user_vorname" => "vorname_match", "user_name2" => "name2_match"
$lang['user_name2_only'] = "Nur Name";$lang['user_vorname_only'] = "Nur Vorname";
<tr> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="user_vorname" /> {lang_user_vorname_only}</td> <td nowrap="nowrap"> </td> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="user_name2" /> {lang_user_name2_only}</td> </tr>
<input type="radio" name="user_vorname" value="1"{user_vorname_yes} /> {lang_yes} <input type="radio" name="user_vorname" value="0"{user_vorname_no} /> {lang_no}
$additional_user_fields['user_vorname'] = array($lang['user_vorname'], "text", 1);$additional_user_fields['user_name2'] = array($lang['user_name2'], "text", 1);
<input type="text" name="user_vorname" value="" />
<form method="post" action="{url_search}"> <table width="100%" border="0" cellspacing="0" cellpadding="1"> <tr> <td class="head1"> <table width="100%" border="0" cellpadding="4" cellspacing="0"> <tr> <td colspan="2" valign="top" class="head1">{lang_search}</td> </tr> <tr> <td valign="top" class="row2"><b>Vorname</b></td> <td class="row2" valign="top"> <input class="logininput" type="text" name="user_vorname" value="" /> </td> </tr> <tr> <td valign="top" class="row2"><b>Nachname</b></td> <td class="row2" valign="top"> <input class="logininput" type="text" name="user_name2" value="" /> </td> </tr> <tr> <td valign="top" class="row1"><b>{lang_search_by_keyword}</b></td> <td class="row1" valign="top"> <input type="text" name="search_keywords" size="40" value="{search_keywords}" class="input" /> <br /> <input type="checkbox" name="search_new_images" value="1" /> {lang_new_images_only}</td> </tr> <tr> <td valign="top" class="row2"><b>{lang_search_by_username}</b></td> <td class="row2" valign="top"> <input type="text" name="search_user" size="40" value="{search_user}" class="input" /> </td> </tr> <tr> <td class="row1"><b>{lang_search_terms}</b></td> <td class="row1"> <input type="radio" name="search_terms" value="all" checked="checked" /> {lang_and} <input type="radio" name="search_terms" value="any" /> {lang_or} </td> </tr> <tr> <td class="row2"><b>{lang_category}</b></td> <td class="row2">{category_dropdown}</td> </tr> <tr> <td valign="top" class="row1"><b>{lang_search_fields}</b></td> <td class="row1"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="all" checked="checked" /> {lang_all_fields}</td> <td nowrap="nowrap"> </td> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="image_name" /> {lang_name_only}</td> </tr> <tr> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="image_description" /> {lang_description_only}</td> <td nowrap="nowrap"> </td> <td nowrap="nowrap" class="td2"><input type="radio" name="search_fields" value="image_keywords" /> {lang_keywords_only}</td> </table> </td> </tr> <tr> <td class="row1"> </td> <td class="row1"><input type="submit" value="{lang_search}" class="button" /></td> </tr> </table> </td> </tr> </table></form>
$search_match_fields = array( "image_name" => "name_match", "image_description" => "desc_match", "image_keywords" => "keys_match", "user_city" => "user_city_match");
$lang['user_city_only'] = "City only";
<td nowrap="nowrap"><input type="radio" name="search_fields" value="user_city" /> {lang_user_city_only}</td>
DB Error: Bad SQL Query: INSERT INTO girls_wordmatch (image_id, word_id, name_match, desc_match, keys_match, user_city_match) SELECT DISTINCT 7028, word_id, 1, 0, 0, 0 FROM girls_wordlist WHERE word_text = 'fotografia'Duplicate entry '7028-1531' for key 1