We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi @MihailDev
Trying to get a file info using the toolbar icon "Get Info" with the message failed with the message:
NetworkError: WorkerGlobalScope.importScripts: Failed to load worker script at http://hostname/file-manager-elfinder/js/worker/calcfilehash.js
Adding to manager.php the baseUrl params will solve this $options['baseUrl'] = Assets::getPathUrl().'/';
$options['baseUrl'] = Assets::getPathUrl().'/';
Hope this helps others.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @MihailDev
Trying to get a file info using the toolbar icon "Get Info" with the message failed with the message:
NetworkError: WorkerGlobalScope.importScripts: Failed to load worker script at http://hostname/file-manager-elfinder/js/worker/calcfilehash.js
Adding to manager.php the baseUrl params will solve this
$options['baseUrl'] = Assets::getPathUrl().'/';
Hope this helps others.
The text was updated successfully, but these errors were encountered: