Closed (works as designed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2009 at 09:02 UTC
Updated:
4 Apr 2011 at 14:37 UTC
Comments
Comment #1
Jorrit commentedCould you explain what Domain_Access is?
Comment #2
chipway commentedYes,
Domain Access is a module that manages a single instal and single DB for many sites. It is very useful to publish a node to several domains at once, for example to www.example.com, www.example.com, www.example.net, www.example.tv, ...
More details on http://drupal.org/project/domain
Thank you for your help.
Comment #3
Jorrit commentedWhat happens if you set $cookie_domain to $_SERVER['SERVER_NAME']? This assumes you're using Apache. Otherwise, try $_SERVER['HTTP_HOST'], but check if the variable exists and is valid as well, as it is user-supplied.
Comment #4
chipway commentedUPDATE: It works !
With $cookie_domain = $_SERVER['SERVER_NAME']; and only FCKeditor - WYSIWYG HTML editor 6.x-2.x-dev (2009-May-14) (no previous version).
Thank you very much.
===============
Thank you.
i tried both $_SERVER['SERVER_NAME'] then $_SERVER['HTTP_HOST'].
The pros is : i can switch form one domain to another.
The cons is : i can't upload files. i get Uploader is disabled ... config.php" file
Any other idea welcome.
Thank you
Comment #5
chipway commentedFixed
Comment #7
AgentJay commentedI have the same issue. What was the fix?
Comment #8
AgentJay commentedI resolved my issue. It was due to using the Domain Access table prefix settings.
I had copied the sessions table which caused the cookie_domain which appears to be tied to the sessions table to keep changing.
I deleted the table prefix copy of the sessions table and everything worked great.