anytime a user logs into our Wiki they get the following error: "This Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again." Even though the error displays, the user is actually logged in and can make edits as normal. If the user doesn't look closely they can't tell they are logged in and it's causing confusion I would be glad if anyone gives me a hint
|
Wikimedia's advice is Check to make sure PHP's directory for storing session data is writable. This directory can be found in the If you are using a hosting site you need to edit your php scripting configuration (php.ini). The page should have information on your web document root. If there is already a "tmp" folder created then use it. If there is not a tmp folder in your current set up create one that is NOT browseable by users and tell the php.ini file the location as directed above. |
||||
|
|
|
For future reference... We just had a similar problem on Appropedia (same error, but couldn't log in at all). It turned out the temp directory was full. Cleared the temp directory, problem solved. |
|||
|
|
In my case it was because the entire partition was full, needed more space. |
|||
|
|
|
Problem I just had was due to default install of our PHP using C:\windows\temp as a base folder for PHP session and other data. Of course, once someone empties out the temp folder because its full of junk .... the sub-folders for PHP information go with it too :\ |
|||
|
|
