Actions
Bug #5535
closedCB Blogs action crashes when too much text is used
Description
When too much text is used in a blog entry the str_replace or substr usage is crashing. Either remove the substr usage so it's no longer a snippet or see if there's a workaround for long strings.
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Removed the substr usage entirely and just always output the entire blog intro.
Actions