Ticket #259 (closed defect: fixed)
OS X Compatibility problem; Class 'DB' not found
| Reported by: | Ed <maia@… | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.1 |
| Component: | PHP scripts | Version: | 1.0.0 |
| Severity: | normal | Keywords: | class 'db' not found, line 87 |
| Cc: |
Description
[error] PHP Fatal error: Class 'DB' not found in maia/db.php on line 87
From an email on the -devel list from websrvr@….
The solution was to change all occurrences of "db.php" to
"maia_db.php", seems that filename case sensitivity is going to be an issue in Mac OSX and Darwin so if there are other filenames that are going to be an issue perhaps prefixing the files with "maia_" might be a possible solution.
Change History
Note: See
TracTickets for help on using
tickets.

