Ticket #259 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by anonymous

  • owner changed from rjl to dmorton
  • milestone set to 1.0.1

Changed 3 years ago by dmorton

  • status changed from new to closed
  • resolution set to fixed

Trunk: [950], merged into 1.0 branch in [951]

Note: See TracTickets for help on using tickets.