Jump to content

Featured Replies

Posted

Hi. Community question. Is ips.utils.cookie.get also not working for you? I enter a value and after refreshing the page it shows me "false" when I try to fetch.

I have the latest version of IPS 4.7.11 with patches installed.

Solved by Matt

Go to solution

Sorry, please could you clarify here what you are trying to do?

  • Author
12 minutes ago, Marc Stridgen said:

Sorry, please could you clarify here what you are trying to do?

I have this code in a template

<script>
$(document).ready(function () {
	ips.utils.cookie.unset('testvar');
	ips.utils.cookie.set('testvar', 'OK', true);
});
</script>

And when I want to call the value using ips.utils.cookie.get in the console it tells me undefined.

Could contain: Text

In addition, I noticed that several of my templates stopped working and that's all after the update.

Edited by psychol.

I have moved the topic to our developer connection forum, which is better placed for questions like these. 🙂 

  • Management
  • Solution

It's probably caused by the opt-in/essential cookies additions in .11. We're getting a .1 release ready to fix the outstanding issues reported.

There has been a new release just gone out which should resolve this, if you want to test

Recently Browsing 0

  • No registered users viewing this page.