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
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.
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
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
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:
I previously posted about my Asus Xonar DX in Ubuntu. I have found a better fix after my reinstall.
The problem I was having was when I adjusted the volume it stopped/stuttered for a few seconds.
The solution: here.
I enabled the backports repository and installed
GUI way:
System>Administration>Software Sources>Updates>tick Unsupported updates
System>Administration>Synaptic Package Manager>click Reload then search for inux-backports-modules-alsa-karmic-generic
and install and reboot. Done.
Terminal way:
Uncomment backports lines in /etc/apt/sources.list (sudo nano /etc/apt/sources.list)
sudo apt-get update
sudo apt-get install inux-backports-modules-alsa-karmic-generic
export GDK_NATIVE_WINDOWS=true
#!/bin/bash export GDK_NATIVE_WINDOWS=true /opt/eclipse/eclipse
Delete from the registry. I don't know your version of Windows, but for Windows XP and 2000, the mail profile is in:
HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles.
Locate the bad one and delete it.
Source: http://help.wugnet.com/office/delete-profiles-mail-applet-Control-Panel-...
Opening spotify URIs from browsers This has been tested and works with Firefox (Iceweasel), Epiphany and Opera 9.5. To be abe to open spotify URIs you first need a simple script: echo '#!/bin/sh' > ~/.browser2spotify echo 'exec wine "C:\Program Files\Spotify\spotify.exe" /uri "$@"' >> ~/.browser2spotify chmod 755 ~/.browser2spotify (Change the path to the spotify executable if necessary) Firefox/Epiphany In Epiphany enter the following in the URI field: about:config Right click and select New > Boolean and name it network.protocol-handler.external.spotify and set it to True Right click and select New > String and name it network.protocol-handler.app.spotify and set the name to ~/.browser2spotify
network.protocol-handler.expose.spotify