I am having an issue with installing sfJqueryReloadedPlugin. Every time it installs everything and skips the part with symbolic links.
Warning: symlink(): Could not fetch file information(error 3) in C:\Users\emusin
a\xampp\htdocs\sfproject2\lib\vendor\symfony\lib\task\sfFile system.class.php on
line 224
I've tried everything, and removed registry for it, created symbolic links manually (it's windows), and I am still not able to get jQuery to work. Basically, the path that is included to jQuery is not being found, because a symbolic link would say:
link ../plugins/sfJqueryReloadedPlugin/web
and I can't get this working... Is there a workaround where I could tweak maybe settings.yml to point to the correct location of the jquery JS file?
Thanks so much
