Addons suddenly not working when logged out
Permalink
Hi,
The site I am building moved servers during the build and while I didn't notice it at first, at some point after moving, some of the add-ons stopped working when you aren't logged in (Pro Blog list doesn't display, Page Auto Redirect doesn't auto redirect.) As the site has gone live before I discovered this, I'm in kind of a panic. I've deleted the old project, relinked the site to the community and re-assigned all of the licenses. Any idea what's causing this and how to fix this? Thanks for any help
The site I am building moved servers during the build and while I didn't notice it at first, at some point after moving, some of the add-ons stopped working when you aren't logged in (Pro Blog list doesn't display, Page Auto Redirect doesn't auto redirect.) As the site has gone live before I discovered this, I'm in kind of a panic. I've deleted the old project, relinked the site to the community and re-assigned all of the licenses. Any idea what's causing this and how to fix this? Thanks for any help
After doing a file compare of the page (one logged in and one not logged in) i found several lines of code were not present when not logged in...
Through process of elimination, found these lines were keeping stuff from working:
I added the missing code (hard coded), just to test and it started working.
Obviously, this is no fix, because the code would be duplicated when logged in.
I'm still investigating a solution.