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
Pages: [1]   Go Down
Print
Author Topic: NoOverlap problem  (Read 433 times)
0 Members and 1 Guest are viewing this topic.
doltish
Guest
« on: November 15, 2003, 09:00:00 PM »

I'm trying to use the NoOverlap plugin on much2.com and I'm receiving an error every time I try to add an event...even if that event doesn't overlap.  Here's the error I receive:

/calendarscript/plugins/NoOverlap/after_schedule_event.pl'. The error is: [Can't declare hash deref in my at /calendarscript/plugins/NoOverlap/after_schedule_event.pl line 89, near "$temp =" ]

Any ideas?  I've tried giving full perms to all the files but that didn't change anything.  Made sure it was all updated in ASCII mode.

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

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


WWW
« Reply #1 on: November 16, 2003, 03:29:00 PM »

** Any ideas? **

I had a similar problem on one server I installed it on. I think I corrected it by changing the line (~ #90):

my ($temp);

to just

my $temp;

I'm not really sure why that would make a difference though.

Let us know if it fixes the error on your installation or not.

Dan O.

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

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: November 30, 2003, 02:23:00 PM »

doltish,

Did you try it? Did it solve the problem?

It might help other to know if they happen by this message.

Dan O.

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

Logged
fly81w
New Member
*

Karma: 0
Offline Offline

Posts: 0

Retired


WWW
« Reply #3 on: March 17, 2005, 12:15:00 PM »

"Error requiring custom function file
/cgi-bin/calendarscript/plugins/NoOverlap/after_schedule_event.pl'. The error is: [Can't declare hash dereference in my at /cgi-bin/calendarscript/plugins/NoOverlap/after_schedule_event.pl line 89, near "$temp =" Compilation failed in require at (eval 5) line 1. ]"

I had the same problem and corrected by changing line 89 from: my %$temp = %$schedule;
TO: my $temp = %$schedule;

Hope this helps someone.

fly81w

Logged
anonymous
Guest
« Reply #4 on: April 13, 2005, 02:08:00 AM »

my %$temp = %$schedule;
TO: my $temp = %$schedule;

Worked for me

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