OpenEMM 6.2 (Dutch version)
installed on VMWare using the Image files from sourceforge.net (part1..3)
reproducing steps:
1. Select a mailing
2. Click on Statistics
3. Click on Heatmap
After this, in the graphic area the following error shows:
404 Not Found
The path '/ecs_view' was not found.
Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 606, in respond
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "openobject\tools\_expose.pyo", line 182, in func_wrapper
File "openobject\controllers\_root.pyo", line 87, in default
File "cherrypy\_cperror.pyo", line 227, in __call__
NotFound: (404, "The path '/ecs_view' was not found.")
Powered by CherryPy 3.1.2
Heatmap gives 404 Not Found error
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Heatmap gives 404 Not Found error
Did you set property ecs.server.url in file emm.properties to the URL of your OpenEMM installation (see OpenEMM Install Guide for details)?
OpenEMM Maintainer
Re: Heatmap gives 404 Not Found error
That did the trick. Thanks.