![]() |
I've tried it on vb 3.6.12 PL1
and I get this error after entering email and letters from verification image: Quote:
Any workaround or maybe and update that will work fine on older versions? |
I have this installed and working on 3.8.1.
There is one thing I would like to change that someone might be able to help me with. I need to change the "from" name on the email this sends out but am not sure where the mod is picking the name is up from. Does anyone know what code needs to be changed in order to change this? |
I'm now getting many users complaining about getting a blank page. The log error below coincides with the complaints.
PHP Fatal error: Call to undefined method class_vMail::Cleaning() in /var/www/sneaker-groups.com/profile.php(182) : eval()'d code on line 18 |
Hello
There is a HUGE bug on this mod. If vMail is used to confirm e-mail changes, this error will show up: Fatal error: Call to undefined method class_vMail::Cleaning() in profile.php(182) : eval()'d code on line 18 The reason this error shows up is that the script calls to a function called Cleaning that DOES NOT EXIST. To fix this, you will have to edit the plugin called "vMail - Functions" and add the following function: function Cleaning($type,$code) { global $vbulletin; switch($type) { case 'free': $vbulletin->db->query_write("DELETE FROM ". TABLE_PREFIX . "nlp_vmail WHERE code = '".$code."'"); } } I hope this helps other users in the same situation. Cheers, Gabriel. |
Installed!! Thanks
|
I'm using 3.8.0 and tried to install again and still got the Fatal error:
|
Il bloque les adresses mails jetables ?
|
I've tired again and Installed, It seems to be working with registration but the part where you change your email in your control panel seems dodgy, it sends you the email no problem but when you go to the links in the email its a fatal error so I've disabled that function for now.
I've had one member join succesfully using it and I've also tested it but I've not had anyone register for a few days now. Worrying! |
Thanks!!!
|
So it looks like the "Incorrect code, please enter the correct code." error is happening because the field that holds the code on the registration form is not present. So when the user submits the forum, the code is not passed - thus the error. So, the fix would be how to manually add this field back...
anyone? |
All times are GMT. The time now is 09:42 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|