Hello

On status report page i get error: You are using a feature that requires $cookie_domain to be set, but it is not set in your settings.php file (CKFinder is enabled in the Full profile).

So, i uncomment in settings.php so: $cookie_domain = 'http://www.domain.co.uk/dev';

I also have base URL uncommented: $base_url = 'http://www.domain.co.uk/dev';

However, when i do this i am logged out and cannot log back in.

I have tried with base URL not set too. No luck.

I cant run the site ok with this error, but rather it wasn't there in case it is contributing to any other errors.

Any ideas about how to sort this would be much appreciated.

Comments

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

@mattys, try change this
http://www.domain.co.uk/dev
to
.domain.co.uk
for $cookie_domain setting.
Please write if it helps or not.

mattys’s picture

thanks michal_cksource, just tried this but still same

mkesicki’s picture

Please update to latest version and check if the problem exists there.

ArthurC’s picture

I made the same change to $cookie_domain as instructed for CKFinder, and just like mattys, I could not get into the system (actually, I could login and logout, but could not get past the offline page.)

I tried the change suggested by mkesicki (#1), by dropping the www., and it worked for me. Thanks.