[freeside] Almost There!

ivan ivan at 420.am
Fri Aug 3 13:35:52 PDT 2001


On Wed, Aug 01, 2001 at 05:41:35PM -0500, Gary Dewrell wrote:
> 
>  Well for the most part everything seems to be working except the following:
> 
> When clicking on Bill Now I get this
> Can't handle date (41, 37, 17, 1, 10, 184) at /usr/lib/perl5/site_perl/5.6.0/FS/cust_main.pm line 655

That date is the year 2084. See the Time::Local manpage and `perldoc -f
localtime'.  ( $sec,$min,$hours,$mday,$mon,$year )
Read it as: 17:37:41 (5:37pm), on October 1st, 2084 (1900+184).

Like most UNIX software, Freeside has a "y2037 problem".  The part I can't
fathom is how you got the bad data on your system to start with.  If you
haven't been manipulating cust_pkg recrods manually, something appears to
be very wrong with your system.

> When doing search for user by Last name, it never returns a found
> record even if I put the exact name.

That's very odd.  I have no idea what would cause a problem like that.

> All users show as not setup yet. Make a payment on one and still shows
> not setup.
>  
> IM getting much closer and I appreciate the help Ive been getting.
>  
> Gary
>  
>  
> 

-- 
meow
_ivan



More information about the freeside-users mailing list