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

No editing of notes when asset-pipeline.enabled set to true #203

Closed
Tamsy opened this issue Jul 13, 2015 · 1 comment
Closed

No editing of notes when asset-pipeline.enabled set to true #203

Tamsy opened this issue Jul 13, 2015 · 1 comment

Comments

@Tamsy
Copy link

Tamsy commented Jul 13, 2015

ownCloud 8.0.5
PHP Version 5.6.x
mySQL 5.6.x
Apache 2.4.x

ownnote 1.03, 1.04, 1.05

Whenever I activate 'asset-pipeline.enabled' => true in ownCloud's config.php, notes through ownCloud's web interface can not be edited (the note to be edited and the formatting bar are not showing up). Also editing notes through the latest ownnote-app with Android (5.0.1) fails (the password prompt to re-login pops up instead).

Apache's logfile shows the following:

123.123.123.123 - - [13/Jul/2015:11:46:36 +0200] "GET /assets/themes/modern/theme.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:36 +0200] "GET /assets/plugins/advlist/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/visualblocks/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/code/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/fullscreen/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/insertdatetime/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/media/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:38 +0200] "GET /assets/plugins/table/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:39 +0200] "GET /assets/plugins/contextmenu/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:39 +0200] "GET /assets/plugins/bdesk_photo/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:39 +0200] "GET /assets/plugins/autoresize/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/link/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/autolink/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/charmap/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/lists/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/anchor/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:41 +0200] "GET /assets/plugins/searchreplace/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:42 +0200] "GET /assets/plugins/preview/plugin.js HTTP/1.1" 404 2652
123.123.123.123 - - [13/Jul/2015:11:46:42 +0200] "GET /assets/plugins/print/plugin.js HTTP/1.1" 404 2652

When enabling 'asset-pipeline.enabled' the ownnote-app searches its java-script files at the wrong location (below the directory 'assets'). In fact they are located under /apps/ownnote/js/tinymce/plugins

I have deleted all files inside the assets-directory but the outcome remains the same: As long as 'asset-pipeline.enabled' is set to 'true' notes can not be edited.

Steps to reproduce:

  • Enable 'asset-pipeline.enabled' in ownCloud's config.php
  • Try to edit a note through the web interface or through the Android app.

Setting 'asset-pipeline.enabled' to 'false' makes the ownnote-app work as expected.

@Fmstrat
Copy link
Owner

Fmstrat commented Jul 14, 2015

Duplicate of #70

This is in the plan, but requires wholesale changes to the underlying editor plugin code first.

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

No branches or pull requests

2 participants