PHP symlink() function fails on Windows 7 with the error:
Warning: symlink(): Cannot create symlink, error code(3) in C:\xampp\htdocs\…\lib\model\doctrine\Website.class.php
It's a XAMPP server on with PHP 5.3.8.
From the symlink() documentation:
5.3.0 This function is now available on Windows platforms (Vista, Server 2008 or greater).
Any ideas/suggestions?