Welcome, Guest
Please Login or Register.    Lost Password?

Error by registering
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Error by registering
#432
Error by registering 1 Year ago Karma: 0
Hello,

when a user wants to register he will become after click on "submit"-button this error (i think its using utf-8 in browser and the "../plugins/system/cedit_blockdisposable.php" is saved in DOS mode):

Code:


Notice: Undefined index: HTTP_X_FORWARDED_FOR in /srv/www/htdocs/homepage/plugins/system/ cedit_blockdisposable.php on line 210 Notice: Undefined index: HTTP_CLIENT_IP in /srv/www/htdocs/ homepage/plugins/system/cedit_blockdisposable.php on line 211 Notice: Undefined variable:  returned_data in /srv/www/htdocs/homepage/plugins/system/ cedit_blockdisposable.php on line 199 Notice: Undefined variable: returned_data in /srv/www/htdocs/ homepage/plugins/system/cedit_blockdisposable.php on line 199 ��������; �r�8��qU�©��Y�u�m��v<�{r�؉����IH��[��d��S�q�a^v��!4�0���E�d�IOͪ��pp���||�ˇ2�O>|:zszL��e] ��-���K����o�m6�yBÔ �Է��w1�B�{�5���yˌ��u�ѺA6�a]T MOx�h�@� �0�@cm�=����ᱺ� �p���F[>M�&l��4��f��,z�ƌ��uArqk � &(A�:�=㳡�F�`�����諡!؍���}�Ni�21�ĸ�_�Ҁ �$r"�V`% �G��W���y�xU���j�-l�g�7 ��F�X2c��a3r�<$�l���&9��5 �Z9���g�̩� �Kӊ����-u�z��/�̮[�م߂�



What can i do? Btw. the user becomes an e-mail when this is valid...so this works, but i will see this error, not the next page with the following instrucktions... when the e-mail was not valid, the next page works and user will see, that he uses a spam mail!

Greetings
PM
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/08/17 07:42 By P.M..
The administrator has disabled public write access.
 
#434
Re:Error by registering 1 Year ago Karma: 7
On a production site you'd want to turn off PHP error reporting. What's being reported is two notices of a variable not being available - which is fine, you don't want to see the notices though.

I've no idea what the garbage is after the notices - I can't see how it could come from registration validator, as it doesn't output anything just redirects if necessary.
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.
 
#435
Re:Error by registering 1 Year ago Karma: 0
Hello,

here you can see how this error looks in live:

www.mumb1e.de/download/code/fehler/community.htm

Greetings
PM
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#436
Re:Error by registering 1 Year ago Karma: 7
I still can't explain why the garbage is appearing. Incidentally, the notice about $returned_data is due to an oversight on my part, so I have changed the code and will upload fixed code in due course - however, this still wouldn't cause the issue you are seeing (it simply means that BotScout error handling isn't working properly).

There are no errors being shown in the linked output - notices are common in PHP scripts, which is why they should be disabled. There is nothing else that is indicating where the garbage is coming from. Do you use any other registration plugins or modules?
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.
 
#437
Re:Error by registering 1 Year ago Karma: 0
I tink there runs:

Authentifikation - Joomla (joomla.php)

and (iam sure) Comumity Builder v1.2.1

Greetings,
PM
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#438
Re:Error by registering 1 Year ago Karma: 7
For the first one, do you mean this: extensions.joomla.org/extensions/access-.../authentication/5837 ?

Community Builder is not a problem, the plugin works fine with it - I use both on this site. Can you try disabling any other authentication plugins (e.g. the other one you mentioned) to see if that solves the issue?
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.
 
#439
Re:Error by registering 1 Year ago Karma: 0
no. this is not this plugin...i think this is the standart plugin form joomla to login...

when i disable this, i cant login anymore...

and when i whants to register, i will recieve the same error!
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/08/17 13:45 By P.M..
The administrator has disabled public write access.
 
#440
Re:Error by registering 1 Year ago Karma: 0
i think the question is, why this global variables are empty?!?

greetings,
PM
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/08/17 13:48 By P.M..
The administrator has disabled public write access.
 
#441
Re:Error by registering 1 Year ago Karma: 7
It doesn't matter that the global variables are empty - they will be empty on certain servers, it depends entirely upon the configuration of the server. This is why three variables are checked to obtain the client IP address - in your case the first two checks are failing (hence the notices), but the third succeeds (no notice). It is not an issue, and cannot possibly cause the problem you are having - the issue is where the garbage is coming from.

Registration Validator has been tested and works with Joomla standard registration, Community Builder registration, Virtuemart registration. If you are using any of these, there shouldn't be an issue. There must be something else interfering with the registration process that is not "compatible" with Registration Validator - this needs to be identified before corrective action can be taken.
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.
 
#442
Re:Error by registering 1 Year ago Karma: 0
mmh..i cant find anything ;(

thank you for support, but then i cant use this plugin...
P.M.
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#443
Re:Error by registering 1 Year ago Karma: 7
Im sorry I can't help. To give a little more info that may help you...

Registration Validator essentially does nothing if the email address and other details are valid. It only takes action if they are invalid (the action being either a redirect, or return to sign-up with appropriate message).

You say you are getting the problem when VALID details are entered (and that the registration email is being sent). This makes it more unlikely that the problem originates with Registration Validator, as in this case the plugin has done nothing (it simply passed control back to standard Joomla processing).

The only other thing I can suggest is to post a list of all extra plugins/modules you are using, and I can install them on my test site to see if one of them breaks the sign-up.
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.
 
#444
Re:Error by registering 1 Year ago Karma: 0
yes that´s rigth....only when e-mails are VALID....

mhhhh.. i cant see any problem or any else plugins...who could give me this problems..
P.M.
Fresh Boarder
Posts: 7
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.