I am opening this ticket here in hopes that someone will have a suggestion to point us in the right direction.

I am using field validation (Unique values) on a text field along with clientside validation so that we cannot enter the same case number twice.

I was building the intranet using Aquia Dev Desktop and everything worked fine,
As soon as I would focus out of the text field, if it was identical to an already saved entry, it would let me know about the duplicate.

I switched to WAMP (so that users could connect more easily from other computer) and somehow it broke my clientside validation.

What happens is that no matter what value I enter (example : 1234567890 or aaaaaaaaa) it display the number three (3) in red where the error message should be, and when i double click on that number it shows the actual notification I put in the validation (case number must be unique)

I tried disabling client side validation and with only field validation (on save), it still works and validate properly...
I also tried copying the php folder from DevDesktop to WAMP (since wamp was on 7.3 and aquia on 7.2)

Does anyone reading have any suggestion on what else I could try?
Thank you so much for your time and trying to help! :)

CommentFileSizeAuthor
erreur-3.PNG6.38 KBFireHawkX

Comments

FireHawkX created an issue. See original summary.

FireHawkX’s picture

Category: Support request » Bug report

I have been desperately trying to find a solution for this problem for the past week...

I even made a full sql backup of the whole database from WAMP back to devdesktop to test if the bug was still present... and everything works when using devdesktop...

yet the exact same website simply refuses to do any validation when run from WAMP...

I have started doing tests with httpd, my, php.ini, etc... copying whole files from devdesktop to wamp manually... editing until the site starts again, and testing if the issue is still there... if i could fix it that way i could at least know what part of WAMP is not compatible with this clientside real time validation...

EDIT :
About 4hours later, I finished putting all of the config files from AquiaDevDesktop to their proper WAMP counterpart...
(adjusting the folder path so that every loads)
Sadly, none of it worked... Unique Validation doesnt work in WAMP no matter what I try... it display the number (3) *see screenshot attached to 1st message*, and if i double click on that number 3, then displays the error message in its place...

Again, if anyone has any suggestion, anyway to troubleshoot, other stuff to try, it would be greatly appreciated!!!