We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug DreamHost contacted us about an issue loading the Customizer. User's site was returning a DivideByZeroError on class-boldgrid-framework-control-col-width.php:119
Add error handling to ensure that we don't break existence if $items_in_row evaluates to zero.
if count( $row['items'] ) === 0 : continue
The text was updated successfully, but these errors were encountered:
@jamesros161 Another DreamHost user reported this same issue today. Rolling back to PHP 7.4 fixed the problem for them too.
Sorry, something went wrong.
resolves #708
8016b98
resolves #708 (#719)
d4e4780
* resolves #708 * simplify ternary+
05faf3f
Successfully merging a pull request may close this issue.
Describe the bug
DreamHost contacted us about an issue loading the Customizer. User's site was returning a DivideByZeroError on class-boldgrid-framework-control-col-width.php:119
Add error handling to ensure that we don't break existence if $items_in_row evaluates to zero.
if count( $row['items'] ) === 0 : continue
The text was updated successfully, but these errors were encountered: