Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Calendar Script CommunityCustomizationCustomizing CalendarScript (Moderators: scott, DanO, Marty)CSR Remind sends e-mails reminders without title and description
Pages: [1]   Go Down
Print
Author Topic: CSR Remind sends e-mails reminders without title and description  (Read 362 times)
0 Members and 1 Guest are viewing this topic.
simma
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« on: October 13, 2003, 11:55:00 PM »

everything else seams to be ok.

When the event remind is confirmed, it shows  the correct date, time, title and description of the event on the confirmation page.

However, the title and description do not get written in the data/csr_reminder.pl file (the rest is ok, i.e. e-mail address, data and link).

can anyone give me an hint on the part of the code I should look at?

Logged
simma
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #1 on: October 15, 2003, 09:50:00 PM »

should I assume by the lack of answers that I am the only one with this problem?

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #2 on: October 16, 2003, 08:10:00 PM »

* should I assume that I am the only one with this problem? *

And/or that no one knows the answer. I myself have never worked with the plug-in in question.

Dan O.

------------------

Logged
PaulB
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #3 on: October 20, 2003, 09:50:00 AM »

I doubt you are the only one with this problem as it is a bug in the code. The problem is in display_after_getEvent.pl in the csr_write_file subroutine. The variables csr_desc and csr_title have not been assigned at this point. They don't get assigned until subroutine csr_confirm is run which in turn calls csr_getEventInfo to assign these variables. The fix is to add the following in the csr_write_file subroutine prior to the open statement.

&csr_getEventInfo

Your code should now look like this.

sub csr_write_file {
  &csr_getEventInfo
  open (FILE, ">>$csreminderfile");
  .
  .
  .

Hope this helps.

Paul

------------------

Logged
soul
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #4 on: November 07, 2003, 10:24:00 AM »

it seems the link to download CalendarScript Reminder is dead?! http://www.much2.com/calendarscript/index.html  Would be nice if i could have a look at that script  Thanks G.

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #5 on: November 09, 2003, 08:58:00 PM »

I found a copy of the files and have uploaded them to the Unofficial CalendarScript - Mods and Plugins site. If Michael minds he can just email me and I'll remove them.

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: