Closed 1ucay closed 9 years ago
What is the output of cat /etc/webmin/authentic-theme/favorites.json
I have a guess, that you're not using you Italian language as UTF8. Double check please! Also check Webmin->Language and Theme
module.
[www]# cat /etc/webmin/authentic-theme/favorites.json
{"favorites":[
{
"link": "/filemin/index.cgi?path=/var/www",
"title": "Ostatní/File Manager: Filemin [/var/www]",
"icon": "webmin"
},
{
"link": "/filemin/index.cgi?path=",
"title": "Ostatn�/File Manager: Filemin [/]",
"icon": "webmin"
},
{
"link": "/apache/",
"title": "Servery/Apache WWW server: Apache Webserver",
"icon": "webmin"
}
Im using czech language..so I rename favorites.json and webmin works :) thx
You shouldn't have had the following part in your favorites.json
Please remove this part manually
{
"link": "/filemin/index.cgi?path=",
"title": "Ostatn�/File Manager: Filemin [/]",
"icon": "webmin"
},
JSON file is saved in UTF8 - that shouldn't be the problem.
Thank you but you helped to discover Filemin bug. For example the folder with the name Ostatní
or Тест
can not be opened due to Filemin bug.
propably problem with latin extended language - before this error I click on yellow star in File Manager - in category "Ostatní"
whats next? I have blank page..Thanks