| Anonymous | Login | Signup for a new account | 2010-09-03 06:23 MDT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||
| 0000286 | [v1.2 Release (Closed)] Core Infrastructure | crash | always | 2009-10-09 07:11 | 2009-12-08 21:08 | ||
| Reporter | castortech | View Status | public | ||||
| Assigned To | caseydk | ||||||
| Priority | normal | Resolution | fixed | ||||
| Status | closed | Product Version | 1.1 | ||||
| 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; } |
||||||
| Additional Information | |||||||
| Tags | No tags attached. | ||||||
| Attached Files | |||||||
|
|
|||||||
Notes |
|
|
(0000552) caseydk (administrator) 2009-10-12 21:09 |
Resolved in r705; Also refactored the autoloader a bit to handle the classes cleaner... but not great. |
| Mantis 1.1.8[^] Copyright © 2000 - 2009 Mantis Group |