sethy89
Forum Replies Created
-
hi, I don’t believe so.
I checked other emails and the only one I get communications from Wordfence is that one.
That was the email that received the license email sent by Wordfence.hi, email sent
Forum: Plugins
In reply to: [Rencontre - Dating Site] Issue with custom profile element searchhi
if update 3.12.3 (Fix profil search issue on some servers.) was supposed to fix the above it doesn’t seem to have worked. It’s fine on the server just doesn’t work locally on wamp same error after the update.
I also found another issue trying to add custom profile options strings with apostrophes on them. Just using “test v’s” results in error[28-Aug-2024 19:46:12 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘s’,
t_valeur='[“0″,”50″,”1″,”Unit”]’,
i_type=’5′,
i_poid’ at line 3 for query UPDATE wp_w2_rencontre_profil
SET
c_label=’test v’s’,
t_valeur='[“0″,”50″,”1″,”Unit”]’,
i_type=’5′,
i_poids=’5′,
c_genre=’0′
WHERE
id=’46’ and
c_lang=’en’
made by do_action(‘wp_ajax_profilA’), WP_Hook->do_action, WP_Hook->apply_filters, f_rencProfil, profil_editI can add the escaped version ”s without error, but it will break the drop-down on the custom profile search if added and throws a console error ” Uncaught SyntaxError: Unexpected identifier ‘s’ “
- This reply was modified 2 months, 3 weeks ago by sethy89.
Forum: Plugins
In reply to: [Rencontre - Dating Site] User picture upload issueHi,
thanks!
Setting debug on wp-config.php to false worked to hide the warning.
Note for those with a similar issue: setting the debug to false won’t work by itself to get rid of the warnings if the plugin WP Debugging is active.