[freeside] Date error
Gary Dewrell
gary at vvm.com
Sat Aug 4 17:37:04 PDT 2001
Thanks Ive done what you requested. All of the records seem to have Null
dates.
mysql> select * from cust_pkg
-> ;
+--------+---------+---------+---------+-------+------+------+-----------+--
------+
| pkgnum | custnum | pkgpart | otaker | setup | bill | susp | cancel |
expire |
+--------+---------+---------+---------+-------+------+------+-----------+--
------+
| 1 | 1 | 1 | dewrell | NULL | NULL | NULL | NULL |
NULL |
| 2 | 2 | 1 | dewrell | NULL | NULL | NULL | NULL |
NULL |
| 3 | 2 | 2 | dewrell | NULL | NULL | NULL | NULL |
NULL |
| 4 | 3 | 1 | dewrell | NULL | NULL | NULL | NULL |
NULL |
+--------+---------+---------+---------+-------+------+------+-----------+--
------+
Would this cause the error and if so, do you have any idea on why the dates
are Null, specifically the setup field.
----- Original Message -----
From: "Kristian Hoffmann" <khoff at pc-intouch.com>
To: <ivan-freeside at sisd.com>
Sent: Saturday, August 04, 2001 4:20 PM
Subject: Re: [freeside] Date error
> Check your database for records associated with with that customer that
> have dates that are unreasonably in the future. cust_pkg (setup, bill
> fields) and cust_bill would be a good place to start.
>
> -Kristian
>
>
> On Sat, 4 Aug 2001, Gary Dewrell wrote:
>
> > Ivan or anyone for that matter, can you give me a clue as to what I
should look for in this problem. I have not modified any of the freeside
code at all. But I still get this error when clicking on Bill Now
> >
> > Can't handle date (41, 38, 13, 4, 10, 184) at
/usr/lib/perl5/site_perl/5.6.0/FS/cust_main.pm line 655
> >
> > What all happens date related when the Bill Now is clicked. Maybe if I
know what is happening I can find out what is generating this error and why.
> >
> > Any help would be appreciated.
> >
> > Gary
> >
> >
>
More information about the freeside-users
mailing list