#266 closed Defect (fixed)
Fatal error: Exception thrown without a stack frame in Unknown on line 0 when no database present
| Reported by: | marcus | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Version: | ||
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
When no database is present, the user gets an unhelpful message instead of an exception message.
This is due to a db function being called from within the exception handler (in elgg_view).
Change History (2)
comment:1 Changed 5 years ago by marcus
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by marcus
(In [svn:2017]) Refs #266: Error given if no database has been set up.
Note: See
TracTickets for help on using
tickets.

(In [svn:2016]) Refs #256: Basic installation parameters checked.
Fixes #266: If the install flag isn't set then elgg_view will no longer attempt to load data from the database.