normdouglas
Topic Author
Offline
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.
Board Categories
News & Announcements
- DTH Development Announcements
DT Register
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- General Discussion - Joomla 1.7 / 2.5
- General Discussion - Joomla 3.x
- Feature Wish List
- DT Register Plugins
DT SMS
- Pre-Sales Questions
- General Discussion - Joomla 3.x
- Feature Wish List
DT Donate
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- Feature Wish List
- General Discussion - Joomla 2.5
- General Discussion - Joomla 3.x
DT DocuSign
- Pre-Sales Questions
- General Discussion - Joomla 2.5 / 3.x
- Feature Wish List
DT Invoice
- Pre-Sales Questions
- General Discussion
- Feature Wish List
DT Community Builder Plugins
- DT Delete Me
Show & Tell
- DT Show & Tell
Time to create page: 0.587 seconds