Closed (fixed)
Project:
Mailcheck
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2012 at 14:25 UTC
Updated:
7 May 2013 at 14:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Elvar commentedThe form should validate that the path exist, however it doesn't seem to work. But the path is most likely your problem, hopefully you got it to work anyway. :-)
I will have a look at this issue, thank you.
Comment #2
bavarian commentedThe source path that I use, seems to be correct ... it provides the name of the JS-file and the location where it resides. Don't think there's anything wrong with that path ...
sites/all/libraries/mailcheck/jquery.mailcheck.min.js
But no .. not working.
Thought there could be a problem to use it together with a module called "Friendly Register" so i turned off that "Friendly Register" and tested but no luck. Problem remains. No mail check magic on my end ...
Comment #3
Elvar commentedI just installed a clean installation of Drupal, and then Mailcheck, with latest version of mailcheck.js, but i can't reproduce your issue.
You got "Mailcheck on register form" checked right? Also what other modules do you have installed?
Comment #4
bavarian commentedYes, "Mailcheck on register form" IS checked !
I have many, many other modules installed and activated ... maybe that's there where the problem is !
Comment #5
Elvar commentedMight be a module that interferes with the register form, so that mailcheck_load.js can't find the form.
Can you confirm that the mailcheck js is loaded? Would be good to know tho, which module is conflicting. :-)
Comment #6
bavarian commentedproblem solved ....
i played around with the path and found out that it is not sufficient to just enter the path starting from the Drupal-site root ... and make it
/sites/all/libraries/mailcheck/jquery.mailcheck.min.js
NO !
when I changed the path into ....
/deepest/level/of/my/webhosting/folder/structure/DRUPALsite/sites/all/libraries/mailcheck/jquery.mailcheck.min.js
THEN magic appears and mailcheck works fine !
Comment #7
Elvar commentedThank you bavarian, i will fix this asap.
Comment #8
Anonymous (not verified) commented@bavarian
Can you post the contents of your base_path() function?
this is done by running the command "drush eval 'echo base_path();'" in your terminal inside the drupal site.
Comment #9
bavarian commented@Christoffer
would love to help but I never ever used Drush before and did not even know I do have a "terminal" inside my drupal site ...
Comment #10
dureaghin commentedFixed for me!
with path: sites/all/libraries/mailcheck/mailcheck.min.js
See magic happen!