collective / wildcard.media

13 stars 12 forks source link

Products.CMFPlone Error compiling js/css for the bundle #37

Open dryaf opened 8 years ago

dryaf commented 8 years ago

Does that error cause any trouble? (using 5.0 with hotfix) these logs happen when i click on install plone.

2016-01-19T20:14:55 INFO Products.GenericSetup.tool Importing profile profile-wildcard.media:default with dependency strategy upgrade.
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool Applying profile profile-plone.app.widgets:default
------
2016-01-19T20:14:55 INFO GenericSetup.rolemap Role / permission map imported.
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version (u'3',).
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool No upgrades available for profile profile-plone.app.dexterity:default. Profile stays at version (u'2004',).
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool Applying main profile profile-wildcard.media:default
------
2016-01-19T20:14:55 INFO GenericSetup.rolemap Role / permission map imported.
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool Importing profile profile-wildcard.media:plone5 with dependency strategy upgrade.
------
2016-01-19T20:14:55 INFO Products.GenericSetup.tool Applying main profile profile-wildcard.media:plone5
------
2016-01-19T20:14:55 INFO GenericSetup.rolemap Role / permission map imported.
------
2016-01-19T20:14:55 INFO GenericSetup.actions Actions tool imported.
------
2016-01-19T20:14:55 INFO GenericSetup.controlpanel Control panel imported.
------
2016-01-19T20:14:55 INFO GenericSetup.browserlayer Browser layers imported
------
2016-01-19T20:14:55 INFO GenericSetup.types Types tool imported.
------
2016-01-19T20:14:55 INFO GenericSetup.types 'WildcardVideo' type info imported.
------
2016-01-19T20:14:55 INFO GenericSetup.types 'WildcardAudio' type info imported.
------
2016-01-19T20:14:56 INFO Products.CMFPlone Error compiling js/css for the bundle
dryaf commented 8 years ago

I have problems in firefox, maybe the firefox part was not compiled? http://i.imgur.com/IfJ3596.png firefox doesn't seem to like the @@ urls http://i.imgur.com/H0WnQho.png

luca-bellenghi commented 8 years ago

Found the same problem.

The error seems to be in plone.resource.direcotry.publishTraverse; here there is the NotFound that cause the Error compiling js/css.

Maybe it should be better to fix this on Plone but i'm missing why this happen.

iwolf10 commented 8 years ago

I had the same problem. Changing all @@ to #0064;@ in integration.js did solve the problem with firefox. integrationt.txt