You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i install yiibooster to my yii app, all runs nice except when i filter a grid and no results get found, if i try to make another search (filter) i get this error.
jquery.yiigridview.js:213 null
jquery.ba-bbq.js:258 Uncaught TypeError: Cannot read property 'match' of undefined
at Function.jq_param_sub (jquery.ba-bbq.js:258)
at Function.querystring (jquery.ba-bbq.js:128)
at HTMLDivElement. (jquery.yiigridview.js:316)
at Function.each (jquery.js:16)
at init.each (jquery.js:16)
at init.update (jquery.yiigridview.js:250)
at init.$.fn.yiiGridView (jquery.yiigridview.js:388)
at HTMLInputElement. (jquery.yiigridview.js:135)
at HTMLDocument.dispatch (jquery.js:16)
at HTMLDocument.bB (jquery.js:16)
jq_param_sub @ jquery.ba-bbq.js:258
(anonymous) @ jquery.ba-bbq.js:128
(anonymous) @ jquery.yiigridview.js:316
each @ jquery.js:16
each @ jquery.js:16
update @ jquery.yiigridview.js:250
$.fn.yiiGridView @ jquery.yiigridview.js:388
(anonymous) @ jquery.yiigridview.js:135
dispatch @ jquery.js:16
bB @ jquery.js:16
The text was updated successfully, but these errors were encountered:
Hi i install yiibooster to my yii app, all runs nice except when i filter a grid and no results get found, if i try to make another search (filter) i get this error.
jquery.yiigridview.js:213 null
jquery.ba-bbq.js:258 Uncaught TypeError: Cannot read property 'match' of undefined
at Function.jq_param_sub (jquery.ba-bbq.js:258)
at Function.querystring (jquery.ba-bbq.js:128)
at HTMLDivElement. (jquery.yiigridview.js:316)
at Function.each (jquery.js:16)
at init.each (jquery.js:16)
at init.update (jquery.yiigridview.js:250)
at init.$.fn.yiiGridView (jquery.yiigridview.js:388)
at HTMLInputElement. (jquery.yiigridview.js:135)
at HTMLDocument.dispatch (jquery.js:16)
at HTMLDocument.bB (jquery.js:16)
jq_param_sub @ jquery.ba-bbq.js:258
(anonymous) @ jquery.ba-bbq.js:128
(anonymous) @ jquery.yiigridview.js:316
each @ jquery.js:16
each @ jquery.js:16
update @ jquery.yiigridview.js:250
$.fn.yiiGridView @ jquery.yiigridview.js:388
(anonymous) @ jquery.yiigridview.js:135
dispatch @ jquery.js:16
bB @ jquery.js:16
The text was updated successfully, but these errors were encountered: