bluehost / endurance-page-cache

Other
24 stars 11 forks source link

Page cache fails silently when term_id is zero (0); breaking site functionality #26

Closed rsg-ndilworth closed 7 years ago

rsg-ndilworth commented 7 years ago

Endurance page cache fails silently when the function _editterms() (at line 200) gets a _termid of zero (0). This causes scripts to fail, and silently undermines plugin functionality. Please add a check or other correction for this issue.

MikeHansenMe commented 7 years ago

@rsg-ndilworth thanks for reporting the issue. I will get a fix in for the next release. Which should go out sometime this week.

MikeHansenMe commented 7 years ago

https://github.com/bluehost/endurance-page-cache/commit/26bf5383940b0ba2fcab6a67f052b081f842ab8b

rsg-ndilworth commented 7 years ago

@MikeHansenMe. I have applied and tested your fix on my instance. It fixes my use case. Thank you.

MikeHansenMe commented 7 years ago

No problem. Thanks again for reporting it.