omega8cc / boa

Barracuda Octopus Aegir 5.4.0
https://omega8.cc/compare
394 stars 75 forks source link

Baracuda is not sending tinymce javascript file from Prosepoint - visual editor is gone. #239

Closed szczym closed 10 years ago

szczym commented 13 years ago

In platform prosepoint 0.37 visual editor is gone, seems like, its becouse server is refusing to send javascript file.

Link to working file: http://www.prosepoint.org/profiles/prosepoint/modules/prosepoint/prosepoint_editor/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js

Broken file on Octopus platform: http://organ-dev.multi.obin.org/profiles/prosepoint/modules/prosepoint/prosepoint_editor/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js

Broken file on Octopus static platform: http://prosepoint.goldi.multi.obin.org/profiles/prosepoint/modules/prosepoint/prosepoint_editor/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js

Its been reported in PP also: http://www.prosepoint.org/node/2869

Thanx for help

Thanx for help

omega8cc commented 13 years ago

Please include required information about your system, as explained in the bug submission guidelines (see readme).

szczym commented 13 years ago

Ups, hire we go:

omega8cc commented 13 years ago

Please upgrade to the lastest stable (or head) Barracuda and Octopus. This has been fixed in the 1.0-boa-T release.

The fix: https://github.com/omega8cc/nginx-for-drupal/commit/ae1eb359282c62bebe7e0890518d6ac5c5cba727

szczym commented 13 years ago

I just upgraded, js files are sent OK but editor is still not there ... any idea how i could futher debug it ?

omega8cc commented 13 years ago

You may want to check for any broken URLs in the Developer Tools in the Chrome browser and let us know what is not fetched correctly.

szczym commented 13 years ago

I tested it in 8.5 - its problem is still there, editor is gone.

omega8cc commented 13 years ago

Have you tried to disable css/js aggregation for this ProsePoint site? Maybe aggregation breaks something.

Create local.settings.php file in the site's directory with something like:

<?php # override global settings.php unset($conf['preprocess_css']); // disable hardcoded css aggregation unset($conf['preprocess_js']); // disable hardcoded js aggregation

szczym commented 13 years ago

just tested it on box from omega.cc - its also not working ;(

disabling aggregation not helps.