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

TOPIC: [SOLVED] on cart page, dt register array is displayed below

[SOLVED] on cart page, dt register array is displayed below 10 years 9 months ago #21285

  • Ginjg
  • Ginjg's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 160
  • Thank you received: 0
for some reason, on the cart page, below the cart , the dtregister array with all the info in it is displaying
starts off with

Array
(
[__default] => Array
(

and after much detail, ends with
[__dtregisterdup] => Array
(
[DTH] => Array
(
)
)
How can I get rid of this?

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

[SOLVED] on cart page, dt register array is displayed below 10 years 9 months ago #21298

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
This 3.0 release has a session print remaining that shouldn't be there. It would only show depending on your server config... but here's where to fix it:

/components/com_dtregister/controllers/event.php

Around line 491, find and remove these 2 lines:

echo "<pre>";
print_r($_SESSION);

We will make sure this little item is addressed when the component is re-packaged again. Thanks!

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .

[SOLVED] on cart page, dt register array is displayed below 10 years 9 months ago #21304

  • Ginjg
  • Ginjg's Avatar Topic Author
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 160
  • Thank you received: 0
thank you so much, Nathan. I can't begin to to tell you how glad I am to see that you're back!

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

[SOLVED] on cart page, dt register array is displayed below 10 years 9 months ago #21307

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
Yes, I'm back officially as of today. Glad to be back! Rich has a lot of great plans and structure in the works so be watching for details to come!

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

Nathan is no longer affiliated with DTH since the recent acquisition. You can connect with him and get any type of Joomla website help at www.JoomlaEmployee.com .
  • Page:
  • 1
Time to create page: 0.131 seconds