Welcome, Guest
Please Login or Register.    Lost Password?

With CEDIT enabled, registration won't go through
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: With CEDIT enabled, registration won't go through
#593
With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 0
When I enable CEDIT and try to complete a registration application, I'm getting these error messages.



* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering
* Error loading Modules:MySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id = 0 AND ( mm.menuid = 0 OR mm.menuid = 0 ) ORDER BY position, ordering


Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/administrator/components/com_comprofiler/comprofiler.class.php on line 3891

Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/administrator/components/com_comprofiler/comprofiler.class.php on line 3500
Please enter your name:

Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/xxxxxxx/public_html/administrator/components/com_comprofiler/plugin.class.php on line 410

Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/administrator/components/com_comprofiler/plugin.class.php on line 410




Registration works with CEDIT disabled
userHW
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#595
Re:With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 7
The only thing I can think of that may cause this issue is if your server has problems resolved web-addresses (DNS lookup), or contacting any of the sites used for spam checking. To test if this is the case, please DISABLE all Registration Validator features except for the internal block list (which includes domains, usernames and IPs). If the problem is resolved by doing this, the next step is to try re-enabling each feature that depends upon an external service one at a time.

Services that Registration Validator relies on:
Spamhaus: this is a DNS lookup, so just needs DNS.
Email address validation: also DNS
www.undisposable.net: HTTP request is sent to this site
stopforumspam.com: HTTP request
Botscout: HTTP request

The likely candidates are the services relying on HTTP. Please let me know if the above isolates an issue. I am not having issues, and I had put in some safeguards against sites not being available - however, I can revisit these and update if they are not being effective.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#597
Re:With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 7
I've just double-checked, and there isn't in fact timeout protection on the HTTP requests.

I have updated the plugin to timeout after a maximum of 5 seconds for HTTP requests, and after testing will release the updated version (1.2.0).
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
The administrator has disabled public write access.
 
#598
Re:With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 0
Sounds good.
userHW
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#599
Re:With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 7
Attached is v1.2.0. I have tested it myself, and it is working on this site. It has the five second timeout and also a few more disposable domains added (the main disposable providers have all recently been adding domains to their arsenal...).

If you could let me know if this resolves your problem, I will release this on the main page on confirmation.
purplepomegranite
Administrator
Posts: 663
graph
User Offline Click here to see the profile of this user
Location: Winchester, UK Birthday: 06/04
Last Edit: 2009/12/02 09:12 By purplepomegranite.
The administrator has disabled public write access.
 
#607
Re:With CEDIT enabled, registration won't go through 9 Months, 3 Weeks ago Karma: 0
Rock-n-Roll my friend. I installed the update and then completed a registration and the process worked like it was suppose to.

Thanks!
userHW
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Copyright © 2009 www.cedit.biz. All rights reserved.