Opened 2 years ago
Closed 17 months ago
#3558 closed Defect (fixed)
Blogs from 1.7 don't have all 1.8 features after upgrade
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Blog | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
I saw three issues:
- missing blogs on listing pages
- blog:status: showing up in entity menu
- no excerpts showing on list pages
Change History (4)
comment:1 Changed 21 months ago by brettp
comment:2 Changed 21 months ago by Brett Profitt
- Resolution set to fixed
- Status changed from new to closed
Fixes #3558. Added upgrade for excerpt in blogs.
Changeset: 51f3c3ea8549d465fafa9c1817aa6f8cf334a404
comment:3 Changed 17 months ago by adayth
- Resolution fixed deleted
- Status changed from closed to reopened
The upgrade script have an error. To process all blog posts we need to pass to use 'limit'=>0 option in ElggBatch.
$options = array(
'type' => 'object',
'subtype' => 'blog',
'limit' => 0,
);
$blogs = new ElggBatch('elgg_get_entities', $options);
I noticed this because I updated my site from 1.7.14 to 1.8.1 and I have many posts without excerpts.
comment:4 Changed 17 months ago by cash
- Resolution set to fixed
- Status changed from reopened to closed
Already fixed this is in the 1.8 branch.
Note: See
TracTickets for help on using
tickets.

The only one I can confirm is no excerpts showing up. I'm going to fix that and close this ticket but please reopen if you see the other two.