In WYSIWYGPro Settings->File Management
File settings
Enable user-specific file management
I check this box, then click on "save configuration". The box comes back unchecked. No error message in logs or in file server.
Can someone tell me what's wrong?
Thanks!
Comments
Comment #1
webchuck commentedI've never seen this problem. Which version are you using? And did you download the module from drupal.org or from the WysiwygPro site?
Thanks,
Chuck
Comment #2
somebodysysop commentedDownloaded the Drupal package from WysiwygPro site which was avaiable after purchase.
Comment #3
somebodysysop commentedI just took a look at the code in wysiwygpro.module, and this variable, variable_get('wpro_file_management', '') doesn't appear to be referenced anywhere other than here:
Also, wpro_file_management does not appear in the Drupal "variables" table at all.
Finally, I don't understand the language of this setting when you really get down to it. The setting says "Enable user-specific file management". This makes me think that you click on this to enable the ability for users to see only their files. However, the description says "Enable this feature if you would like all users to have access to the same files. This is disabled by default, giving users access to only their files.". To me, these two statements appear to contradict each other. What I know for sure is that right now, all of my users can see each others files when they click on the image icon in wysiwygPro, and the "Enable user-specific file management" setting is unchecked (can cannot be checked).
Hopefully this helps a little.
Comment #4
somebodysysop commentedI managed to figure out how to get the variable into the table by running this php code:
to no effect. Users can still only upload images to a shared folder: wpro_shared.
Comment #5
somebodysysop commentedDownloaded 5.x-1.1. Had to make the following changes for PHP4:
A warning is thrown if the directory doesn't already exist, but it is created.
But, it is working. Thanks for your help!
One final question: Is there a way to NOT have the shared image directory created but just use the individual user image directory? I don't see how that can be done right now.
Thanks again.