Main menu

Forum


× Help Forum English

[SOLVED] Registration not working

  • DHermit
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 6 mois - il y a 9 ans 5 mois #10557 par DHermit
[SOLVED] Registration not working a été créé par DHermit
Hi,

today the registration in the frontend suddenly stopped working.
I'm able to fill out the form but then nothing happens. After clicking
on the registration button the site loads, but nothing happens and
there is still only the form.

Even complete uninstalling iCagenda and deleting the remaining
files did'nt helped out. Also there are no PHP errors occuring, only
these warnings
[13-Jul-2015 19:12:18 UTC] PHP Notice:  Undefined property: stdClass::$phone in [...]/components/com_icagenda/helpers/icmodel.php on line 3632
[13-Jul-2015 19:12:18 UTC] PHP Notice:  Undefined property: stdClass::$notes in [...]/components/com_icagenda/helpers/icmodel.php on line 3633
[13-Jul-2015 19:12:30 UTC] PHP Notice:  Undefined variable: dateglobalize_5 in [...]/administrator/components/com_icagenda/models/fields/iclist/globalization.php on line 78
[13-Jul-2015 19:12:30 UTC] PHP Notice:  Undefined variable: dateglobalize_9 in [...]/administrator/components/com_icagenda/models/fields/iclist/globalization.php on line 82
[13-Jul-2015 19:12:30 UTC] PHP Notice:  Undefined variable: dateglobalize_10 in [...]/administrator/components/com_icagenda/models/fields/iclist/globalization.php on line 83

Any suggestions, what might be wrong?

iCagenda Version: 3.5.6

Daniel
Dernière édition: il y a 9 ans 5 mois par Lyr!C. Raison: [SOLVED]

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 9 ans 6 mois #10559 par Lyr!C
Réponse de Lyr!C sur le sujet Registration not working
Hello Daniel,

THe notice error in your logs may not be related to the problem.
And those ones will be fixed in the next 3.5.7 release.
To be sure, i attached a beta version of the 3.5.7.
After installing it, you should not have anymore the PHP notices.

But, what i wonder is what was changed between when it was working, and now ?
Do you have updating another extension, does iCagenda is the same version, do you have updated Joomla ?
Or do you have changed some settings ?

Best Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

  • DHermit
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 6 mois #10562 par DHermit
Réponse de DHermit sur le sujet Registration not working
Hi,

thanks, I will test this version later.

No, didnt change or updated anything ...
and the strange thing is, that it works in very few
cases. Could it be related to my browser or so?
Or with the PHP version on the server (i'll look it up
later)?

Anyway, if you want to test, the page is
dhermit.de/sterne

Daniel

Connexion ou Créer un compte pour participer à la conversation.

  • DHermit
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 6 mois #10564 par DHermit
Réponse de DHermit sur le sujet Registration not working
I installed the beta version and the notices are gone :)
But it didn't solved the issue. Also the things which were suggested
in the other thread (changing the events.php) did not help ...

But the first time I tried to register for today, it worked. Maybe
there is anything that blocks too many registrations in a short
period of time?

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 9 ans 6 mois #10566 par Lyr!C
Réponse de Lyr!C sur le sujet Registration not working
Hello,

I have tested by register to the event (the name is Test Cyril).
Do you have this registration saved ?

You have an issue with your site template : this one doesn't display Joomla Message container. This should be always integrated by a site template.
If not, you won't be able to view any site messages!

And, what is your Joomla version ?

Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • DHermit
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 6 mois #10567 par DHermit
Réponse de DHermit sur le sujet Registration not working
Hi,

yes, I got your registration. If I wait and try it one day later it always works for
a single registration. But then I'm not able to register a second time with another
name and mail.

How can I see if the template supports the Message Container?

Greetings,
Daniel

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 9 ans 6 mois #10575 par Lyr!C
Réponse de Lyr!C sur le sujet Registration not working
Hello,

So, i you site template files (in general, in index.php, but that could depend on your site template structure), you should find this line :
<jdoc:include type="message" />

And some css stylng for .alert classes

About registration, it could be good first to integrate joomla system message (just add the line somewhere in template index.php) and to check what could be the message alert.

Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

  • DHermit
  • Auteur du sujet
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 5 mois #10604 par DHermit
Réponse de DHermit sur le sujet Registration not working
I have no idea why, but suddenly it is all working ...

With this line included, the only messages were success messages, but really big thanks for your help!

The message contail certainly will be useful if the proble occurs again.

Connexion ou Créer un compte pour participer à la conversation.

  • Lyr!C
  • Portrait de Lyr!C
  • Administrateur
  • Administrateur
  • Lead Developer
Plus d'informations
il y a 9 ans 5 mois #10606 par Lyr!C
Réponse de Lyr!C sur le sujet Registration not working
Yes, it is REALLY needed to have the Joomla message system integrated, as it is used by all serious extensions to provide a minimum info when needed to inform users ;-)

Regards,
Cyril

Latest version : iCagenda 3.9.8
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!

Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on JED (Joomla Extensions Directory) .

Fichier attaché :

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: Lyr!C
Temps de génération de la page : 0.221 secondes

 

Follow Us

Créez vos templates Joomla avec Template Creator CK

acymailing logo new