Tagged: bug
- This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by
mila_support.
- AuthorPosts
- July 5, 2017 at 20:37 #14836
AnonymousInactiveHi there,
I get the following error in chrome inspector when I’ve got the plugin active. (latest version, 1.9.5)
—–
f4af7.js:78 Uncaught TypeError: Cannot read property ‘data’ of undefined
at getDataLcs (f4af7.js:78)
at ppsCheckPopupGetNotices (ed3bb.js:137)
at HTMLDocument.<anonymous> (ed3bb.js:2)
at i (df983.js:2)
at Object.fireWith [as resolveWith] (df983.js:2)
at Function.ready (df983.js:2)
at HTMLDocument.K (df983.js:2)
—–function getDataLcs(key){this.data,this.dataChecked;if(!this.dataChecked){if(window.location.search){this.data=parseStr(window.location.search.substr(1));}
function ppsCheckPopupGetNotices(popup){var res={errors:getDataLcs(‘ppsErrors’),messages:getDataLcs(‘ppsMsgs’)};if(res.errors)
if(typeof(ppsPopups)!==’undefined’&&ppsPopups&&ppsPopups.length){ppsInitBgOverlay();jQuery(document).trigger(‘ppsBeforePopupsInit’,ppsPopups);for(var i=0;i<ppsPopups.length;i++){jQuery(‘body’).append(ppsPopups[i].rendered_html);ppsMovePopupStyles(ppsPopups[i]);ppsBindPopupLove(ppsPopups[i]);ppsBindPopupLoad(ppsPopups[i]);ppsBindPopupShow(ppsPopups[i]);ppsBindPopupActions(ppsPopups[i]);ppsBindPopupClose(ppsPopups[i]);ppsBindPopupSubscribers(ppsPopups[i]);ppsBindPopupForceShow(ppsPopups[i]);ppsCheckPopupGetNotices(ppsPopups[i]);}
—–
let me know if you need any further information.
July 6, 2017 at 10:43 #14839
mila_supportMemberHello @areolys
It seems like you have installed a cache with minification.
Try to clear the cache and temporarily disable minification.
- AuthorPosts
- You must be logged in to reply to this topic.