This question has been flagged
2 Replies
11058 Views

After a complete server backup via rsync as well as two failed attempts to install the following modules: 

website_report https://www.odoo.com/apps/modules/10.0/website_report/

website_multi_image_zoom https://www.odoo.com/apps/modules/10.0/website_multi_image_zoom/
countdown https://www.odoo.com/apps/modules/10.0/countdown

website_sale_suggest_create_account https://github.com/OCA/e-commerce/tree/11.0/website_sale_suggest_create_account

 ...via ZIP upload, I do get the error mentioned in the title for web.assets_frontend as well as web.assets_backend.

If my doings have any connection to the problem, I do not know. Older posts only relate this issue to a missing lessc compiler in Odoo V9.5. 

These are the system details:

- Debian 3.16.0-4

- Bitnami Odoo stack ood-10.0.post20170815-py2.7

- Python 2.7.13 /opt/bitnami/bin/python

- nodejs 0.10.48 /usr/bin/nodejs

- less 458 /urs/bin/less

Avatar
Discard
Best Answer

Please read your log carefully. If you try to install a faulty module, this can happen. You have to fix that in order to get your Odoo running again properly. Side remark: Do not install modules via Zip-Upload, but instead manually into your custom addons folder, this makes it easier to remove faulty modules and keep your installation nice and clean.

Avatar
Discard
Author

I definitely learned from that. However, I don't have any clue where to start looking from what I find in the log. Could you please point me in the right direction how to find faulty files? The frontend part only reads:

odoo.addons.base.ir.ir_qweb.assetsbundle: This error occured while compiling the bundle 'web.assets_frontend' containing:

- /web/static/lib/bootstrap/less/variables.less

- /web/static/lib/bootstrap/less/mixins/vendor-prefixes.less

- /web/static/lib/bootstrap/less/mixins/buttons.less

- /web/static/src/less/variables.less

- /web/static/src/less/utils.less

- /web_editor/static/src/less/web_editor.variables.less

- /web/static/src/less/import_bootstrap.less

- /web_editor/static/src/less/web_editor.common.less

- /website/static/src/less/website.ui.less

- /website/static/src/less/website.ui.components.less

- /website/static/src/less/website.wrapwrap.less

- /website/static/src/less/website.snippets.less

- /website/static/src/less/website.zoomodoo.less

The one thing I tried was uninstalling, reinstalling manually and then uninstalling the modules again which I installed via zip. Buth this was pretty hopeless.

Thanks!

Author Best Answer

The error messages apper, if I install a new module. As soon as I uninstall it, the messages disappear. 

In my case, lessc responds normally, so I assume that it is working properly. 

Avatar
Discard