fixes

Svn error: .. has unexpectedly changed special status

To solve this delete the svn:special property by doing this:

svn propdel svn:special FILETOCHANGE

You can also use svn proplist FILETOLOOKAT to see the svn properties on that file.

I had just used this script: http://arctic.org/~dean/scripts/unln to unlink but keep a copy of the symlinked file.
Seems to work quite well.

Cakephp 404 not found (The requested URL .... .xsd was not found on this server)

This happened when i had a controller called Types and a file in my webroot called types.xsd. When i turned off Multiview in my site configuration file it started working.
<Directory ....>
 
Options Indexes FollowSymLinks MultiView
 
</Directory>
I just removed the MultView option for now.

Ubuntu One Music not syncing (Queued)

I just bought an album from the Ubuntu One album store. It was very quick and easy to buy but as with many things, once you have handed over the money it got alot worse. Basically the music was 'in my cloud' but it wouldn't sync to my local machine...
Ubuntu has status page
Which linked to a bug report
Which said to open Applicaitons->Accessories->Terminal and run:
 touch ~/.ubuntuone/Purchased\ from\ Ubuntu\ One/placeholder; u1sdtool -q; u1sdtool -c
This will put a "placeholder" file in your ~/.ubuntuone/Purchased from Ubuntu One/ folder and then force the syncdaemon to reconnect and try to sync that folder.

Cakephp Object not found!

 If you are getting an Object not found! cakephp error check out your httpd.conf

<Directory />

Options FollowSymLinks

AllowOverride All

# Order deny,allow

# Deny from all

Microsoft Activesync Test tools

Web based (microsoft) tool: https://www.testexchangeconnectivity.com/

Downloadable program: https://store.accessmylan.com/main/diagnostic-tools

If you are having problems getting an Iphone to sync to Exchange 2003 read this:

http://www.it-eye.co.uk/faqs/readQuestion.php?qid=1

I had major problems with a SBS 2003 setup and the above all helped.

 

 

Virtualbox 3.1 and Ubuntu Karmic greyed out USB problem

 Fix found here: http://ubuntuforums.org/showthread.php?t=1381318

Basically I wasn't in the vboxusers group:

1) Check if your username is in the group: 

cat /etc/group | grep v*box

2) If it isn't add it and logout/login.

sudo usermod -G vboxusers -a YOURUSERNAME

Eclipse 1.5 Galileo / Aptana / PDT install problem

Problem installing PDT on Eclipse/Aptana on Ubuntu 9.10?

You need to add the galileo update site first:

1) Help > Install new software > Add

2) "Galileo Update Site" : http://download.eclipse.org/releases/galileo

3) Go back to plugin manager and try again

Fixing Grub/Ubuntu Karmic Koala 9.10 after Windows 7 install

I just formatted my Vista install and installed Windows 7.Microsoft being Microsoft it assumed it was the only OS on my disk and replaced grub.To fix:

Syndicate content