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

TOPIC: Strict Standards Error Message & Editing Repeated Events

Strict Standards Error Message & Editing Repeated Events 8 years 7 months ago #25907

  • AlexR
  • AlexR's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Karma: 1
  • Thank you received: 1
1) I wanted to double check whether this message is of any concern. It appears when I edit a repeated event. (+ sign)

Strict Standards: Only variables should be assigned by reference in ...administrator/components/com_dtregister/views/event/tmpl/add_editrepeat.php on line 12

2) This brings me to also also ask what changes cascade down the the "child" events of the repeat.

I noticed things like price, field option seem to carry across but any edit to messages do not.
Not sure if there is a list of what can be changed globally after a repeated event is created. It's a bit of a pain to edit them all individually. As long as there are no records it seemd easier to delete and starting over.

Joomla 3.51
DTRegister 3.17c

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

Last Edit: by AlexR.

Strict Standards Error Message & Editing Repeated Events 8 years 7 months ago #25908

  • nathan.dth
  • nathan.dth's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 1857
  • Karma: 19
  • Thank you received: 218
1) In the file noted in the strict standards warning, go to line 12:

$document =& JFactory::getDocument();

...change it to...

$document = JFactory::getDocument();

2) Messages and emails changed in the parent event should update child events. Are they not for you?

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 .

Strict Standards Error Message & Editing Repeated Events 8 years 7 months ago #25909

  • AlexR
  • AlexR's Avatar Topic Author
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 109
  • Karma: 1
  • Thank you received: 1
1) Thanks - error message has gone away!

2) I just checked again after the above fix.

The message is not updating to the children.
Also just tested the email messages - That seems to work ok.

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

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