Skip to Content Skip to Menu

Registration without function (no errors)

  • docdawson
  • docdawson
  • OFFLINE
  • Posts: 20
  • Thanks: 0
  • Karma: 0
  • Add-ons
8 years 9 months ago - 8 years 9 months ago #276754 by docdawson
Replied by docdawson on topic Registration without function (no errors)
But maybe you can tell me in which script I of the CB I can start to put some debug echos or dies?

Soon I'll try to reproduce this on a clean installation.
Last edit: 8 years 9 months ago by docdawson.

Please Log in or Create an account to join the conversation.

  • nant
  • nant
  • OFFLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
8 years 9 months ago #276757 by nant

docdawson wrote: But maybe you can tell me in which script I of the CB I can start to put some debug echos or dies?

Soon I'll try to reproduce this on a clean installation.


If you cannot reproduce then it is not a CB issue.

Please Log in or Create an account to join the conversation.

  • docdawson
  • docdawson
  • OFFLINE
  • Posts: 20
  • Thanks: 0
  • Karma: 0
  • Add-ons
8 years 9 months ago #276759 by docdawson
Replied by docdawson on topic Registration without function (no errors)
I know. But I'll have to debug anyway why in my installation I don't get any error message.

Please Log in or Create an account to join the conversation.

  • docdawson
  • docdawson
  • OFFLINE
  • Posts: 20
  • Thanks: 0
  • Karma: 0
  • Add-ons
8 years 8 months ago - 8 years 8 months ago #278004 by docdawson
Replied by docdawson on topic Registration without function (no errors)
Today I've got some time to look for the error. I'm stucked in the function
Code:
HTML_comprofiler::registerForm

I can echo the $regErrorMSG. But then it is queued.

I added following workaround until I find my "system settings installation misconfigurated joomla cb behaviour" in HTML_comprofiler::registerForm on line 948:

find
Code:
echo $return;

replace it with
Code:
if (!empty($regErrorMSG)) echo '<div class="error">'.$regErrorMSG.'</div>'; echo $return;

Now I have to be quicker than an update or remember this dirtfix after updating cb ;)
Last edit: 8 years 8 months ago by docdawson.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum