Skip to Content Skip to Menu

Query Validation does not work

  • MMDoege
  • MMDoege
  • OFFLINE
  • Posts: 98
  • Thanks: 3
  • Karma: 0
5 years 5 months ago #312212 by MMDoege
Query Validation does not work was created by MMDoege
Expected this to be an easy thing - and it has been already discussed here. And there's even a tut, too.
But I can't track down what causes a Query Validation not to work.

Simply put a user may type in a user id in an INT field, and when user exists, the number is accepted, otherwise error message triggered.

At phpmyadmin DB returns 0 records for a specific user id. But same id is saved to this INT field and no error message appears.

Any hint? Thanks.
Attachments:

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48438
  • Thanks: 8275
  • Karma: 1443
5 years 5 months ago #312216 by krileon
Replied by krileon on topic Query Validation does not work
The below usage seams to work fine in my tests.

Query:
Code:
SELECT `id` FROM `#__comprofiler` WHERE `id` = '[value]' AND `id` != '[user_id]'
Validate On: Successful Results
Success Message: User exists.
Error Message: User does not exist.
Ajax Validation: Enabled

Ensure CB Query Field and CB it self are both up to date then try the above.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum