4621 Posts in 1397 Topics by 1392 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2984 Views |
-
Cookie 'PastMember' can't be set.

4 August 2010 at 7:37am
Hi all,
When trying to build my site with dev/build I get the below error message.
I have tried to disable debug output with :
Director::set_environment_type("live");and also with:
Cookie::set_report_errors(false);But nothing changes the build from breaking.
[User Warning] Cookie 'PastMember' can't be set. The site started outputting was content at line 76 in ...../silverstripe/sapphire/dev/DebugView.php
Thanks!
-
Re: Cookie 'PastMember' can't be set.

4 August 2010 at 4:27pm
This is a bug in 2.4.0/1. It has been fixed and will be included in the 2.4.2 release. You can also try out a daily build or a recent checkout via svn of the 2.4 branch. See http://open.silverstripe.org/ticket/5780.
-
Re: Cookie 'PastMember' can't be set.

15 August 2010 at 8:01am
FYI, in the meantime until 2.4.2 is released, I've found that simply deleting all cookies for the given site allows you to do a /dev/build successfully.
-
Re: Cookie 'PastMember' can't be set.

16 August 2010 at 4:11am
... or if your site is in dev-mode just use another browser and it'll run through!
-
Re: Cookie 'PastMember' can't be set.

24 August 2010 at 8:16am
you can also just do it the old school (deprecated) way: db/build/?flush=1.
SilverStripe will grump at you and tell you to use the dev/build/?flush=1 link, but it still works just fine.
-
Re: Cookie 'PastMember' can't be set.

1 September 2010 at 3:51pm
Can you explain which cookies you deleted?
Thank you
| 2984 Views | ||
|
Page:
1
|
Go to Top |




