-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Array to string conversion (notice on php 5.4) #438
Comments
protected function calculateCacheKey()
} Try this and let me know if it works... Best. |
made it other way: somehow (I did not check how, it's custom widget, not diem one) $option was an empty array. |
vs.
return md5(var_export($options, true).$this->getBaseHref().$this->getPage()); to be honest, this would be the best solution: protected function calculateCacheKey() {
} |
Notice: Array to string conversion in lib/vendor/diem/dmFrontPlugin/lib/pager/dmFrontPagerView.php on line 134
PHP 5.4.11
apache 2.2
OSX 10.8
The text was updated successfully, but these errors were encountered: