Modify ↓
#1940 closed defect (fixed)
Error opening the application
Reported by: | Owned by: | Roman Kurmanowytsch | |
---|---|---|---|
Priority: | high | Component: | TeamtracIntegration |
Severity: | major | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Fatal error: Class tracmilestonessqlite3: Cannot inherit from undefined class tracmilestones in D:\web\Apache2\htdocs\teamtrac\impl\tracmilestones-sqlite3.php on line 22
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
In case you don't want to download the new version, you can simply add the include command in the php file:
include_once 'tracmilestones.php';
Note: See
TracTickets for help on using
tickets.
This problem has been fixed in version 0.6.1.