Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [SOLVED] Potential Bug in latest version 2.3.6

[SOLVED] Potential Bug in latest version 2.3.6 15 years 3 months ago #3188

  • normdouglas
  • normdouglas's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 97
  • Thank you received: 0
Just informing you there is a potential bug in the latest release.

Line 3995 of deregister.php missing leading slash for terms and conditions link

Code reads

<a href=\"<?php echo $sitelink . \'components/com_dtregister/terms.php?id=\' . $_SESSION[\'register\'][\'eventId\']; ?>\" id=\"terms_conditions\" class=\"lbOn\"><?php echo DT_TERMS_CONDITIONS_READ; ?>

Should be

<a href=\"<?php echo $sitelink . \'/components/com_dtregister/terms.php?id=\' . $_SESSION[\'register\'][\'eventId\']; ?>\" id=\"terms_conditions\" class=\"lbOn\"><?php echo DT_TERMS_CONDITIONS_READ; ?>

If you don\'t fix the above you cannot view the terms and conditions link

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

[SOLVED] Potential Bug in latest version 2.3.6 15 years 3 months ago #3189

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Already fixed and the download package updated :)

Thanks for pointing that out... not sure how it slipped by.

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

  • Page:
  • 1
Time to create page: 0.399 seconds