Hi simogeo,
I just fixed it. Problem was that
- $_SERVER["DOCUMENT_ROOT"] was only '/htdocs'
But the proper path should be:
- /home/www/barlucerna.cz/subdomeny/www/
I changed $root in jqueryFileTree.php and filemanager.class.php manually (deleted DOCUMENT_ROOT and added exact path) and it does work.
Thank you for hint. But I think this should be fixed for another users, its all about php.ini settings and I simply could not change it.