Closed (works as designed)
Project:
Fusion
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 22:37 UTC
Updated:
16 Apr 2014 at 00:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pancrilio commentedComment #2
sheena_d commentedThis is problematic, because the "content" region is assumed to always be present, whether or not you place any blocks into it, and the content region receives a grid width value equal to the total grid width (16) minus the first sidebar width(8) and the second sidebar width (8). So, essentially you are giving the content region a grid width of 0, which is not allowed.
Move your blocks from one of the sidebars into the Content region. This should fix the issue and still give you the result you are looking for.
Comment #3
rickvug commentedI also experienced this issue. In my case it is not related to the content region as the block has been properly placed in the content region. The following patch adds an extra check to avoid a division by zero error. The root problem could be something else but I didn't have the time to research Fusion's internals to understand all that is going on. Review by a fusion maintainer or frequent contributor would be appreciated.
Comment #4
rickvug commentedNote that the cause of my error was not having the theme settings properly defined in my base theme. Adding default theme settings fixed the issue.
Comment #5
Poieo commented