Re: Error in Checksetup with Syntax
"eko...--- via support-bugzilla" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.webtools |
|---|---|
| Message-ID | <[email protected]> |
OK resolved that problem - found something regarding the tables named groups requiring the db name in front of it, like bugs.groups. Modified all of the spots in DB.pm where they exist. Got further along but then got this error:
Updating column type_id in table flaginclusions ...
Old: smallint NOT NULL
New: mediumint NOT NULL
Dropping flagexclusions
Dropping foreign key: flagexclusions.type_id -> flagtypes.id...
Updating column type_id in table flagexclusions ...
Old: smallint NOT NULL
New: mediumint NOT NULL
Dropping flags
Dropping foreign key: flags.type_id -> flagtypes.id...
Updating column type_id in table flags ...
Old: smallint NOT NULL
New: mediumint NOT NULL
Updating column id in table flagtypes ...
Old: smallint auto_increment PRIMARY KEY NOT NULL
New: mediumint auto_increment PRIMARY KEY NOT NULL
The regular expression you provided '^[^,]+{' is not valid. The error
was: Syntax error in regular expression on line 1, character 7..
I have NO idea where to find this to fix it.
_______________________________________________
support-bugzilla mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-bugzilla
PLEASE put [email protected] in the To: field when you reply.