Tag: troubleshooting

CVS error: server reported an error while performing the “cvs add” command. common: cvs server: [filename] added independently by second party.

When trying to replace some old files in my local workspace, then commit the new ones to CVS, I got this error:

    The server reported an error while performing the “cvs commit” command. myproject: cvs server: failed to create lock directory for `/cvsrepositories/path_to/myproject’ (/cvsrepositories/path_to/myproject/subfolder/#cvs.lock): No such file or directory common: cvs server: lock failed – giving up myproject: cvs [server aborted]: lock failed – giving up – did not match any documents.

It turned out that the files had been previously stored in another CVS repository, with a different directory structure. Some of the directories still had CVS folders with pointers to the old repository directories and hostname.

Continue reading

iPhoto stops syncing photos from iPhone

noSynciPhoto.jpg

I just noticed that iPhoto was no longer syncing new photos off the iPhone. As you can see in the image above, when the iPhone was plugged in, nothing shows in the import window, although there really are photos there!

From the number of pictures left on the phone this has probably been going on for about a week or so. I tried downloading them using Image Capture and it appeared to see them and looked like it was downloading them, but ever nothing arrived in the download folder.

Continue reading

Connecting to wireless networks on Vista

We were having trouble connecting a ThinkPad to a local wireless network. It would first say there were no networks available, then when I would locate one, it kept requesting Username, Password and Domain, as if there were an authentication server involved. The wireless network is simply set up with a WEP key, so there are no individual users associated with it – anyone with the WEP key can log on.

It turned out that previous efforts to connect had set up a “wireless network” entry in a list somewhere which needed to be deleted and set up again correctly.

  1. IMPORTANT: be sure to check that the wireless switch on the front of the laptop is turned on. It is difficult to see and it must be turned on or all your other efforts to connect will be unsuccessful.

  2. First, select Start Menu > Control Panel > Network and Internet > Network and Sharing Center. Under “Tasks”, click Manage wireless networks.
    Continue reading

Error #1056: Cannot create property x on loaded clip in AS3

I had a particularly sticky flash problem where a MovieClip worked perfectly when run on its own, but when loaded into a container clip using a loader, would give:

Error #1056: Cannot create property someProperty on loaded clip myLoadedClip
At first I thought it was some kind of timing problem or failure to declare the items in the clip, but it turned out, simply adding the word dynamic to the class definition fixed the problem. Dynamic classes can have properties added at runtime. The MovieClip class is already dynamic, but apparently, the dynamic property is removed in some other part of my code.

Continue reading

Getting the WYSIWYG module to work in Drupal 6

I had a lot of trouble getting TinyMCE text editor to work consistently in Drupal 5.9, so when I installed Drupal 6 and was scanning through the available modules, I was very glad to see that the WYSIWYG editor module could function as a replacement.

wysiwygEntire.png

Although the easy-to-use WYSIWYG editor is popular with our site’s users, sometimes I find it gets in the way, and want to turn it off.
disableWysiwyg.png

Continue reading

GooberGuide to Adobe Captivate

I got a chance to take a look at a new Captivate eBook the other day, GooberGuides – Captivate Tips & Tricks,” and I really wish I’d had this months ago. Captivate Tips and Tricks is a compendium of all the time-saving answers the other books never tell you. For example the tip on how to use wildcard text in text entry boxes would have been well worth the modest price of the ebook when I ran into that problem on a recent project.

ebook.jpg

The chapter on preventing project corruption is brief but extremely useful. If you’ve worked with Captivate for a while, you’ve probably corrupted a project. The tips in this chapter should be on the opening splash screen when you first launch Captivate.

Continue reading