hy, where is the "administer/configuration/modules/attachment" as mentionned in the INSTALL file ? Thanks eric

Comments

JohnG-1’s picture

Version: » 4.6.x-1.x-dev
Component: User interface » Documentation
Priority: Normal » Critical

I can't find this either!

any suggestions?

I've upped this to critical because I can't see how you can get the module working without it!

BTW
I also noticed a minor bug on the admin/help/attachment page - the URLs for 'permissions' and 'default workflow' both end in a % which returns a sever-wobbly complaining about using IP addresses instead of URLs. easy to get around, just knock the % off the URL in the browser address bar and re-shoot. But then, they also point to the wrong place :)

The default workflow should point to admin/node/configure/types (though that might be only if you're using flexinodes ...?) rather than admin/user/configure/permission.

and permssions should point to admin/access
rather than admin/user/configure/permission.

JohnG-1’s picture

oops, typo in last post: the default workflow page URL is currently pointing to admin/node/configure/defaults.

JohnG-1’s picture

I'm getting this error message when I try to attach:


    * File copy failed: no directory configured, or it could not be accessed.
    * Error saving upload to filestore.

sounds like a module settings thing ...
The directory 'private' exists, currently has 755 permissions, and contains the file 'filemanager.lck'.

However I was also having trouble with upload.module (saying 'filesize limit exceeded' or somesuch, when it really shouldn't do!) So it may be a deeper config problem. If so, apologies for posting here and any suggestions most welcome!

Rick Cogley’s picture

I was able to do this "per content setting" and then I get the same error when trying to attach. I cannot find the place to configure the attachments module though I am able to enable both it and the filemanager module, and I can find the settings for the filemanager module.

I wonder - is the attachment modules settings area the filemanager's one? (since it is dependent on it?)

ANy help appreciated...

THanks
RIck Cogley

dave_b’s picture

I was also getting the "File copy failed" errors. I applied the patch at http://drupal.org/node/10885 and upload is now working.

Rick Cogley’s picture

I applied this patch and now it works for me too. However, I still cannot config attachments module.

L’s picture

Just posted and answer on this: http://drupal.org/node/23327
Hope it helps.
Regards,
L

vigo-1’s picture

Status: Active » Closed (fixed)

Issue resolved.