I am getting the following error and not sure what went wrong;
Error: QWeb2: Can't clone undefined template FieldMany2ManyTag http://www.ekasiit.com/web/content/4220-3706dea/web.assets_common.js Line 2908
My log file shows the following - when I tail -f ;
2017-08-02 15:30:37,585 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:37] "POST /web/dataset/call HTTP/1.1" 200 - 2017-08-02 15:30:38,751 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:38] "GET /web_editor/static/src/xml/ace.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,044 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "GET /web_editor/static/src/xml/editor.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,294 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "GET /web_editor/static/src/xml/snippets.xml HTTP/1.1" 404 - 2017-08-02 15:30:39,451 58303 INFO ekasiit_prod werkzeug: 127.0.0.1 - - [02/Aug/2017 15:30:39] "POST /web/webclient/translations HTTP/1.1" 200 -
Please use a meaningful title.
Found the problem to be simplejson - had to reinstall using pip install simplejson