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

TOPIC: Error after latest upgrade

Error after latest upgrade 12 years 9 months ago #17114

  • normdouglas
  • normdouglas's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 97
  • Thank you received: 0
I'm a long time user of this product.

To anyone who is getting errors after the latest upgrade I've discovered the issue.

It's quite a simple one. There is a malformed URL being generated from the Event Plugin that creates links in your articles.

On line 179 of /plugins/content/plug_dtregister.php change the following line

$reglink = $reglink=JRoute::_("index.php?option=com_dtregister&eventId=".$eventId."eventId&Itemid=$Itemid&task=register&conroller=event");

to

$reglink = $reglink=JRoute::_("index.php?option=com_dtregister&eventId=".$eventId."&Itemid=$Itemid&task=register&conroller=event");
Note the additional "eventId" after the $eventId.
This has caused my site approximately 7 days of downtime and lost income.

I hope this may help others.

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

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