Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
Chris #1
Remove Contribute compatibility and files from your external server
One site went from several users contributing on various levels
to just myself inputting for everyone. When we had several
people sharing the same files on a server, the added slowness
and tedium of the check-out/in system was important.
Now that I'm the only one responsible for the pages, it
it is less worthwhile to have to check files out just to
work with them. So, if you tell Dreamweaver 8 you no longer
want to use Contribute, you get an erroneous dialog box
every time you put a file: "So-and-so is using this file. Are you sure
you want to put this file now?" Except you are So-and-so, and
you're the one using the file. You have to click 'OK' every time.
It's pretty annoying, eh?
Follow these procedures to remove the previous blessings
of contribute from your apache/linux server in bash from ssh.
Please only do this if you know what you're doing. You could
conceiveably erase your whole site if you aren't careful.
// Step 1:
// go to your web root:
cd /path/to/my/web/root/ //your home page will reside here.
pwd // to check that you're in the right folder.
//Step 2:
rm -rf */*.LCK // This removes all the .LCK files recursively at web
root.
// Step 3:
rm -rf */_mm/* // This removes your _mm Contribute folder
//and everything in it regardless of content.
//Step 4:**
rm -rf */_baks/* // Remove every _baks folders recursively regardless
of content.
//Step 5:**
rm -rf */_notes/* // Similarly with notes folders.
These steps should remove all traces of contribute-style activity
on your linux apache server.
Now remove all the same folders and files
on your windows computer the windows way.
** You may or may not want to remove the _baks or _notes folders,
depending on whether you are using these capabilities independent
of the Contribute capabilities.
I hope this helps someone. If there is a better,
more elegant way of removing Contribute
compatibility on an external server, please let me know.
Best regards,
C.
Chris Guest
-
the file required for contribute compatibility does notexist on the server
The file required for Contribute compatibility does not exist on the server. I get this message every time I upload a file to the server. Does... -
The file required for Contribute compatibility doesnot exist on the server
It would indeed be nice if someone could explain this. I have a lot of websites where clients use Contribute 3 and 4 and CS3. With one of these... -
Remove contribute files
:confused; How can I remove all files Contribute places in my site? I no longer want to manage the site through contribute and would like to clean... -
Pentax *ist DS Lens and External Flash Compatibility
I have an old Sunpak 522 external handle-mount flash unit and a set of photo-strobes that I used to use for portrait work back when I was shooting... -
Cannot remove old server reference in Offline Files
Ok, here's the issue: Using group policy to redirect users My Doc's to their user directory on the server. After rebuilding that server to...



Reply With Quote

