MantisBT - v1.2 Release (Closed) | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000286 | v1.2 Release (Closed) | [All Projects] General | public | 2009-10-09 05:11 | 2009-12-08 19:08 |
Reporter | castortech | ||||
---|---|---|---|---|---|
Assigned To | caseydk | ||||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 1.2 | |||
Summary | 0000286: New autoload doesn't support loading Mail | ||||
Description | Mail isn't loaded in project now that the autoload is in place. The issue is that the resolution algorithm in autoload doesn't account for the fact that the name to resolve starts with lib. so I added the following and it now works: if (file_exists(W2P_BASE_DIR.'/classes/lib'.$name.'.class.php')) { require_once W2P_BASE_DIR.'/classes/lib'.$name.'.class.php'; return; } | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2009-10-09 05:11 | castortech | New Issue | |||
2009-10-11 15:39 | caseydk | Status | new => assigned | ||
2009-10-11 15:39 | caseydk | Assigned To | => caseydk | ||
2009-10-11 15:40 | caseydk | Project | v1.1 Release (Closed) => v1.2 Release (Closed) | ||
2009-10-12 19:09 | caseydk | Status | assigned => resolved | ||
2009-10-12 19:09 | caseydk | Resolution | open => fixed | ||
2009-10-12 19:09 | caseydk | Note Added: 0000552 | |||
2009-12-08 19:08 | caseydk | Status | resolved => closed | ||
2009-12-08 19:08 | caseydk | Fixed in Version | => 1.2 |