web2project: web-based project management

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

- Relationships

-  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.

- Issue History
Date Modified Username Field Change
2009-10-09 07:11 castortech New Issue
2009-10-11 17:39 caseydk Status new => assigned
2009-10-11 17:39 caseydk Assigned To => caseydk
2009-10-11 17:40 caseydk Project v1.1 Release (Closed) => v1.2 Release (Closed)
2009-10-12 21:09 caseydk Status assigned => resolved
2009-10-12 21:09 caseydk Resolution open => fixed
2009-10-12 21:09 caseydk Note Added: 0000552
2009-12-08 21:08 caseydk Status resolved => closed
2009-12-08 21:08 caseydk Fixed in Version => 1.2


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker