Plans - Forum Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist     RegisterRegister  ProfileProfile   Log inLog in
plans_time_adjust.pl

 
Post new topic   Reply to topic    Plans - Forum Forum Index » Problems
View previous topic :: View next topic  
Author Message
zman1365



Joined: 21 Feb 2006
Posts: 2

PostPosted: Tue Feb 21, 2006    Post subject: plans_time_adjust.pl Reply with quote

Having problems running this script (yes I added a bunch of events PRIOR to setting the timezones - read the doc)

I am getting a 500 error. Script seems fine and the permissions are 755.

Any thoughts?
Back to top
View user's profile Send private message
daltonlp
Site Admin


Joined: 24 Nov 2003
Posts: 1499

PostPosted: Tue Feb 21, 2006    Post subject: Reply with quote

You can't run it through your browser - it's just a command-line script.

It just prints out plain text, without an http response header. That's why you see the 500 server error.

- Lloyd
Back to top
View user's profile Send private message
zman1365



Joined: 21 Feb 2006
Posts: 2

PostPosted: Fri Feb 24, 2006    Post subject: Again Reply with quote

OK - got it to run

The end of the processing loop is
Code:

  $events{$event_id}{start} += 3600*$adjust_hours;
  $events{$event_id}{end} += 3600*$adjust_hours;
  }
&update_event($event_id);


should id be
Code:
$events{$event_id}{start} += 3600*$adjust_hours;
  $events{$event_id}{end} += 3600*$adjust_hours;
  &update_event($event_id);}


note the &update_event is moved

I am proficient in many prog. languages - PERL is NOT one of them


Thanks for a great script
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Plans - Forum Forum Index -> Problems All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group / Oranja by Lessthaneric.net