Register Email

Register Email 3.8

No permission to download
After the upgrade to 2.3 several users registered to my site and no errors for now.

Thanks for the update.
 
Updated to the latest version and to XF 1.4.5 but still the same error message
Code:
ErrorException: Undefined index: known - library/Andy/RegisterEmail/ControllerPublic/Register.php:59
Generated By: peter.pan, 51 minutes ago
Stack Trace

#0 /var/www/xxx/library/Andy/RegisterEmail/ControllerPublic/Register.php(59): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/...', 59, Array)
#1 /var/www/xxx/library/XenForo/FrontController.php(347): Andy_RegisterEmail_ControllerPublic_Register->actionRegister()
#2 /var/www/xxx/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/xxx/index.php(13): XenForo_FrontController->run()
#4 {main}
I deactivated the location option in the add-on settings, but the message is still the same :(

btw: there's a typo in the lines 143, 326, 509, 693 and 876
Code:
                $username = XenForo_Application::get('options')->regsisterEmailEmailFromUsername;
regsister... ;)
 
Hello Andy,

i have an issue with version 2.4 and also bevor with a later version the same:

upload_2015-2-20_7-15-43.webp

First - as you can see, the links are not clickable (IP lock up and edit user)

Second - the location in my screenshot is "Norway, Oslo, Oslo" But when i click on ip lockup then it screens me the right location: "Germany, Hessen, Gießen". Look: http://whatismyipaddress.com/ip/178.202.254.32

Have you an idea for a solution please?

The issue was the same at:
xenforo 1.4.4 with register email 2.1, 2.3, 2.4
xenforo 1.4.5 with register email 2.4

regards
 
XF version: 1.4.5
Register Email version: 2.4

Code:
Error Info
ErrorException: Undefined index: known - library/Andy/RegisterEmail/ControllerPublic/Register.php:59

Code:
Stack Trace
#0 /var/www/html/library/Andy/RegisterEmail/ControllerPublic/Register.php(59): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/html/l...', 59, Array)
#1 /var/www/html/library/XenForo/FrontController.php(347): Andy_RegisterEmail_ControllerPublic_Register->actionRegister()
#2 /var/www/html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/html/index.php(13): XenForo_FrontController->run()
#4 {main}
 
ErrorException: Undefined index: known - library/Andy/RegisterEmail/ControllerPublic/Register.php:59
I think I found the reason for this error message ;)
I used the "Install&Upgrade add-on" to update with the latest add-on zip's. Apparently the add-on doesn't copy the php files but performes the xml-update.
Today I noticed that the register.php on my server had a 2014 timestamp and only 4kB of size. So I uploaded the latest register.php and now everything's fine ;)

Not sure how the "Install&Upgrade add-on" works, if it needs special files to properly update other add-ons ?!
Maybe AndyB can have a look at this.

Second - the location in my screenshot is "Norway, Oslo, Oslo" But when i click on ip lockup then it screens me the right location: "Germany, Hessen, Gießen". Look: http://whatismyipaddress.com/ip/178.202.254.32
Have you an idea for a solution please?
Same here, e.g. for 93.197.19.83
geobytes says New York (http://gd.geobytes.com/GetCityDetails?callback=?&fqcn=93.197.19.83)
whatsmyipaddress says somewhere in Germany (http://whatismyipaddress.com/ip/93.197.19.83)

Not sure, if Andy can do something here. The location is delivered by geobytes, and their database seems to be only correct for the US and Kanada.
Based on geobytes at least 90% of my German users are located somewhere in North America ;)
 
AndyB updated Register Email with a new update entry:

See description

Register Email v2.6 changes:

In Register Email v2.5 I was using geobytes.com for IP to location lookup, this turned out to be very inaccurate. So in Register Email v2.6 I switch to using geoplugin.net for IP location lookup.

Note that whatismyipaddress.com is still more accurate than geoplugin.net, but whatismyipaddress.com doesn't offer an API to retrieve the location based on IP input.

Read the rest of this update entry...
 
I never get the location anymore since 2.7 only the Country
It looks like the geobytes.com code was working better for me.
 
Hi Andy,

Great plugin, will help us out lots removing spammers before they even sign up.

However, we've spotted a slight issue with the 'Edit User' link.

http://<our forum>/Forum/index.phpadmin.php?users/1943/edit

There appears to be an issue with including the 'index.php' in the link, rather than just 'admin.php' to bring up the user details.
 
Hi, keep getting these messages when trying to install with "install & upgrade" addon : Callback Andy_RegisterEmail_Listener::Register is invalid (Invalid Class)
does anyone know why?
 
Top Bottom