On Wed, Jun 13, 2012 at 11:42:50AM +0200, Olivier Berger wrote: > [Wed Jun 13 11:35:45 2012] [error] [client 82.238.14.130] File does not > exist: /usr/share/gforge/www/scripts/jquery-tipsy/src > > There's only : > # ls -l /usr/share/gforge/www/scripts/ > total 4 > drwxr-xr-x 2 root root 4096 Jun 13 11:28 codendi > lrwxrwxrwx 1 root root 26 Apr 27 14:49 jquery -> ../../../javascript/jquery > lrwxrwxrwx 1 root root 32 Apr 27 14:49 jquery-tipsy -> > ../../../javascript/jquery-tipsy > lrwxrwxrwx 1 root root 29 Apr 27 14:49 prototype -> > ../../../javascript/prototype > lrwxrwxrwx 1 root root 33 Apr 27 14:49 scriptaculous -> > ../../../javascript/scriptaculous > lrwxrwxrwx 1 root root 23 Apr 27 14:49 yui -> ../../../javascript/yui >
I managed to fix the tipsy one with : root@fusionforge:~# mv /usr/share/gforge/www/scripts/jquery-tipsy /usr/share/gforge/www/scripts/jquery-tipsy.old root@fusionforge:~# mkdir /usr/share/gforge/www/scripts/jquery-tipsy root@fusionforge:~# mkdir -p /usr/share/gforge/www/scripts/jquery-tipsy/src/javascripts root@fusionforge:~# ln -s /usr/share/javascript/jquery-tipsy/jquery.tipsy.js /usr/share/gforge/www/scripts/jquery-tipsy/src/javascripts/ That looks weird in any case. Hope this helps. Best regards, -- Olivier BERGER http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8 Ingenieur Recherche - Dept INF Institut Mines-Telecom, Telecom SudParis, Evry (France) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

