Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] Did Joomla 3.4.7 break DT Register?

Did Joomla 3.4.7 break DT Register? 9 years 1 day ago #25253

  • meggio
  • meggio's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 0
Is there a somewhat easy way to roll back to 3.4.6 without restoring from backup?

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

Did Joomla 3.4.7 break DT Register? 9 years 1 day ago #25254

  • gethart4it
  • gethart4it's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
I rolled back to 3.4.3 and modified /components/com_dtregister/views/event/view.html.php on line 168 to:
$value = '<input type="text" id="captchaField" name="captcha" value="" class="inputbox required" /> <img src="'. JUri::root(true).'/components/com_dtregister/captchasecurityimages.php" id="captchaelement" align="middle" alt="" /><a href="#" id="captchreload"><img border="" src="'.JUri::root(true).'/components/com_dtregister/assets/images/'.$button_color.'/reload_20x20.png'.'" /></a><label for="captchaField" style="display:none" generated="true" class="error"></label>
';

and /components/com_dtregister/captchasecurityimages.php on lines 380-388 to:
$width = isset($_GET['width']) && $_GET['width'] < 600 ? $_GET['width'] : '100';



$height = isset($_GET['height']) && $_GET['height'] < 200 ? $_GET['height'] : '40';



$characters = isset($_GET['characters']) && $_GET['characters'] > 2 ? $_GET['characters'] : '5';

and now is working again with J3.4.3 and DTR 3.1.5

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

Did Joomla 3.4.7 break DT Register? 9 years 1 day ago #25255

  • crudi
  • crudi's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Karma: 1
  • Thank you received: 1
The same here. Since the update the single event registration doesnt work anymore. "to many redirects". Hope for a soon solution.

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

Did Joomla 3.4.7 break DT Register? 9 years 1 day ago #25256

  • crudi
  • crudi's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Karma: 1
  • Thank you received: 1
just had a look to joomla.org. the problem is the session.php at libraries/joomla/session

attached the one from J 3.4.6. I just changed it and know registration and login works again.
The following user(s) said Thank You: tempofinito

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

Did Joomla 3.4.7 break DT Register? 9 years 23 hours ago #25257

  • Frankyboy
  • Frankyboy's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 59
  • Thank you received: 1

meggio wrote: Is there a somewhat easy way to roll back to 3.4.6 without restoring from backup?


I did this without major problem:

Downloaded the upgrade package
Unziped this
Copied all files and folder into my root directory via ftp

I was prompt to choose to "Merge" all folders instead of replace
And replace all files by the new one's.

This way all the 3.4.7 files are replaced but not all components and custom files and folders will be gone.

3.4.6 and 3.4.5 was not enough for me and had to go back to 3.4.4

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

Did Joomla 3.4.7 break DT Register? 9 years 21 hours ago #25259

  • paul_mcdonald
  • paul_mcdonald's Avatar
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 55
  • Karma: 1
  • Thank you received: 0
Nathan ... Can you provide all of your clients a timeline for a fix to this situation?

Thank you.

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

Time to create page: 0.292 seconds