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

TOPIC: [SOLVED] Getting PhP error messages

[SOLVED] Getting PhP error messages 15 years 7 months ago #4109

  • lpiadmin
  • lpiadmin's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
HI GUYS

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

cheers guys

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

[SOLVED] Getting PhP error messages 15 years 7 months ago #4160

  • MetPghCamp
  • MetPghCamp's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
I am getting a similar message:
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; ?>

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

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

[SOLVED] Getting PhP error messages 15 years 7 months ago #4161

  • lpiadmin
  • lpiadmin's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi Guys

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.

Cheers

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

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