Closed
Bug 515834
Opened 16 years ago
Closed 16 years ago
./collectstats.pl --generate failed
Categories
(Bugzilla :: Database, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jack, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; Media Center PC 5.0; .NET CLR 3.0.30729)
Build Identifier: Bugzilla 3.4.1
when running ./collectstats.pl --generate
got the following error message
DBD::mysql::st execute failed: Duplicate entry '32-0000-00-00 00:00:00' for key 'series_data_series_id_idx' [for Statement "INSERT INTO series_data (series_id, series_date, series_value) VALUES (?, '--generate', ?)" with ParamValues: 0='32', 1=0] at ./collectstats.pl line 576
main::CollectSeriesData() called at ./collectstats.pl line 132
Reproducible: Always
Steps to Reproduce:
1. run ./collectstats.pl --generate
2. got the error message
3.
Comment 1•16 years ago
|
||
--generate is not a valid switch.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•