Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception after enabling apps #12197

Closed
vgezer opened this issue Nov 14, 2014 · 5 comments
Closed

Exception after enabling apps #12197

vgezer opened this issue Nov 14, 2014 · 5 comments
Labels

Comments

@vgezer
Copy link
Contributor

vgezer commented Nov 14, 2014

Actually it was owncloud-archive/chat#155, but it seems it happens for many apps. After changing the translation structure, I am getting too many exception error while enabling apps.

Already News, Contacts, Calendar, Chat and Music apps (Only Files, External mount and Documents work so far):

Fatal error: Uncaught exception 'Exception' with message 'js file not found: script:js/md5/md5.min serverroot:/var/www/owncloud' in /var/www/owncloud/lib/private/template/resourcelocator.php:46 Stack trace: #0 /var/www/owncloud/lib/private/templatelayout.php(152): OC\Template\ResourceLocator->find(Array) #1 /var/www/owncloud/lib/private/templatelayout.php(103): OC_TemplateLayout::findJavascriptFiles(Array) #2 /var/www/owncloud/lib/private/template.php(118): OC_TemplateLayout->__construct('error', '') #3 /var/www/owncloud/lib/private/template/base.php(103): OC_Template->fetchPage() #4 /var/www/owncloud/lib/private/template.php(227): OC\Template\Base->printPage() #5 [internal function]: OC_Template::printExceptionErrorPage(Object(Exception)) #6 {main} thrown in /var/www/owncloud/lib/private/template/resourcelocator.php on line 46

Also I cannot use the activity app. It redirects me to Files app again. As you can see in the image below, they are not translated even though we have 100% Turkish translation:

image

I dont have this problem with my production setup (the same server 7.0.3), but on the development setup..

Using Ubuntu 14.10.

@MorrisJobke
Copy link
Contributor

@wakeup I recently moved 3rdparty libraries around. I will soon send a mail out to the developers mailing list. This look like an outdated app. Can I ask you to grep for "md5/md5" inside your apps? Thanks

@vgezer
Copy link
Contributor Author

vgezer commented Nov 16, 2014

@MorrisJobke the different apps give different errors.

For example the Contacts, Calendar app:

Fatal error: Uncaught exception 'Exception' with message 'js file not found: script:jquery.multiselect serverroot:/var/www/owncloud' in /var/www/owncloud/lib/private/template/resourcelocator.php:46 Stack trace: #0 /var/www/owncloud/lib/private/templatelayout.php(152): OC\Template\ResourceLocator->find(Array) #1 /var/www/owncloud/lib/private/templatelayout.php(103): OC_TemplateLayout::findJavascriptFiles(Array) #2 /var/www/owncloud/lib/private/template.php(118): OC_TemplateLayout->__construct('error', '') #3 /var/www/owncloud/lib/private/template/base.php(103): OC_Template->fetchPage() #4 /var/www/owncloud/lib/private/template.php(227): OC\Template\Base->printPage() #5 [internal function]: OC_Template::printExceptionErrorPage(Object(Exception)) #6 {main} thrown in /var/www/owncloud/lib/private/template/resourcelocator.php on line 46

@DeepDiver1975
Copy link
Member

Yes - this is work in progress. Mail will follow these days. We are right in the middle of cleaning up our vendor libs.

@MorrisJobke
Copy link
Contributor

@MorrisJobke
Copy link
Contributor

@wakeup Regarding the translation: Please check this again and then open up a ticket in the activity app.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants