I'm currently working on a skin (made by GeVauDan) which uses filenames similar to the following:
themes/backfromspace/css/style.css
themes/base/images/amule/ico_amule_128.png
It will not load the first one at all (<html><title> Error - requested page not found </title></html>) although it exists on the local file system with the same relativ path and I get a curious error in amuleweb log when requesting the second one:
11:23:21: Error: can't open file '/home/johkra/.aMule/webserver/webs/ico_amule_128.png' (error 2: No such file or directory)
CFileImage: failed to open /home/johkra/.aMule/webserver/webs/ico_amule_128.png
It stripped the path for some reason and of course it can't find it then. In this case, it will also hang and not react at all on new requests for the login page and only a restart of amuleweb solves the problem. It didn't hang after login in, although it still would strip the path of the pictures.
Even after successfully login in, the problem persists. Is this expected behaviour and if yes, can this be changed? I use r8500, btw.
So, now back to gettext...