Categories
Development

Trashing a Draft on the Server with Adobe Contribute

I was dealing with a very bizarre draft issue with Adobe Contribute CS5, that we finally solved after much head scratching.

A Draft was showing up for only 1 user that a Draft that she had sent to me to publish was still being reviewed by me. This wasn’t the case, however no matter how many times we tried to remove the .LCK file or edit the page again etc. it was still telling her that I was still reviewing it. So she could no longer edit that page, yet any other user could.

We deleted traces of the draft on the server then her local machine. However, her Contribute would recreate the draft status. So after much work, we finally went to her Draft Console and right mouse clicked on the Draft and viewed properties.

Up opened a wonderful little video stating the drafts filename (it’s a pretty crazy random string) as well as the URL path to where this phantom Draft existed on the server.

Once we had this path, we were able to delete the remnants of this Draft from the server and all is well again. Damn you Contribute, damn you to hell.

Categories
Development

Adobe Contribute CS5 Sucks, But Here’s a Fix That Worked for Me

I really dislike using Adobe Contribute CS5. It was a great solution many years ago before the web based CMS has become so easy to use. However, I do work with some sites that are still based on it (for now) and do have to tolerate it.

Recently it’s been crashing every single time I’ve started up the application. As you can imagine this can pose quite a serious problem. I attempted all the tricks, even a clean uninstall then reinstall of the application on OSX.

I finally stumbled across a discussion thread that saved the day for me!

Deleting the folder “ConnectionsHomeOMBackend”

(user)/Library/Application Support/Adobe/CS5ServiceManager/extensions/ConnectionsHomeOMBackend/

fixed the crashing on startup issues. Thanks so much for the folks who took the time to share this on the forums. I was really beginning to grow a bit scared that there wasn’t a fix for this.

Categories
Development

WordPress Template Errors with Dreamweaver CS4

This one had me scratching my head for a bit, so I figured I’d write it down.  While creating a new WordPress template the template name was coming up incorrectly in the WordPress admin. Instead of just displaying the name of the template, it was rendering all the info in the template. 

I kept checking existing templates that weren’t having this problem and could see no noticeable difference between mine and what they had typed. After much confusion, I decided that perhaps it was how Dreamweaver CS4 handled line returns. So I fired up a basic text editor and typed it all up and uploaded it and it worked fine! 

So now I’ll be coding up my WordPress templates in BBEdit not Dreamweaver CS4.