Welcome, Guest
Username Password: Remember me

Error by registering
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Error by registering

Error by registering 2 years, 5 months ago #432

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • 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):

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�ѺA\6�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
Last Edit: 2 years, 5 months ago by P.M..

Re:Error by registering 2 years, 5 months ago #434

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.

Re:Error by registering 2 years, 5 months ago #435

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
Hello,

here you can see how this error looks in live:

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

Greetings
PM

Re:Error by registering 2 years, 5 months ago #436

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?

Re:Error by registering 2 years, 5 months ago #437

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
I tink there runs:

Authentifikation - Joomla (joomla.php)

and (iam sure) Comumity Builder v1.2.1

Greetings,
PM

Re:Error by registering 2 years, 5 months ago #438

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?

Re:Error by registering 2 years, 5 months ago #439

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • 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!
Last Edit: 2 years, 5 months ago by P.M..

Re:Error by registering 2 years, 5 months ago #440

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
i think the question is, why this global variables are empty?!?

greetings,
PM
Last Edit: 2 years, 5 months ago by P.M..

Re:Error by registering 2 years, 5 months ago #441

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.

Re:Error by registering 2 years, 5 months ago #442

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Karma: 0
mmh..i cant find anything ;(

thank you for support, but then i cant use this plugin...

Re:Error by registering 2 years, 5 months ago #443

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.

Re:Error by registering 2 years, 5 months ago #444

  • P.M.
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • 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..
  • Page:
  • 1
Time to create page: 3.09 seconds
Copyright © 2009 www.cedit.biz. All rights reserved.