Opened 2 years ago
Closed 6 months ago
#2985 closed Defect (worksforme)
elgg_view_page() doesn't properly handle installer views
| Reported by: | nickw | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Needs Review |
| Component: | Installation | Version: | Github Master |
| Severity: | blocker | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
svn export code.elgg.org/elgg/trunk into a fresh directory, then navigate to it to install. Should white screen for you @[svn:8427]. "Tracked" it down to install/ElggInstaller.php@203: change to "shells/default" to fix. Looks like the elgg_view_page() isn't finding the installation/page/shells/default.php view
Change History (4)
comment:1 Changed 2 years ago by cash
comment:2 Changed 2 years ago by ewinslow
- Resolution set to fixed
- Status changed from new to closed
Yes indeed -- this should be fixed -- the non-default viewtypes were falling behind. I have updated the page shell locations for all of them.
comment:3 Changed 6 months ago by cash
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 6 months ago by cash
- Resolution set to worksforme
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.

Nick - I think Evan was adding his commit to fix this as you were writing the ticket.