I am getting error messages in both the discount code section and the event managment when trying to add a new event, i am stating the obvious and both i am sure are related anyway.
in the discount code section i get:
Fatal error: Call to undefined method HTML_groups::discount_codes_list() in /home/sites/lothianparanormalinvestigators.co.uk/public_html/home/administrator/components/com_dtregister/admin.dtregister.html.php on line 3307
and when adding a new event i get:
getcodes(' publish=1 '); if($eventID!=null){ $event = new Event($eventID); $dt_codes = $event->getdiscount_codes(); }else{ $dt_codes = array(); } $chunk = array_chunk($data,4); $html = "Discount Codes"; foreach($chunk as $data){ $html .=''; foreach($data as $value){ if(in_array($value->id,$dt_codes)){ $checked = 'checked'; }else{ $checked = ''; } $html .=' '.$value->name.''; } $html .=''; } return $html; } function showEventEmailForm($option,$lists) { global $mainframe; ?>
From Name: <input type="text" name="from_name" size="50" value="
Fatal error: Call to a member function getCfg() on a non-object in /home/sites/lothianparanormalinvestigators.co.uk/public_html/home/administrator/components/com_dtregister/admin.dtregister.html.php on line 606
i am using DT Register 2.5.0
joomla 1.5.10
jevents 1.5rc
php version 5.2.9
Also, the admin Discount Codes form is coming up unformatted. Am also using:
DT Register 2.5.0
jevents 1.5rc
php version 5.2.9
but am instead using:
joomla 1.5.9
got it sorted thanks to the support of nathan (cheers mate). It turns out that there was a problem with php short taqgs not being supported by my server. They will be bringing out a new update very soon so look out for it.