Quote:
Originally Posted by Sweetpea
Browsing for custom columns is not working:
Traceback (most recent call last):
File "site-packages\cherrypy\_cprequest.py", line 606, in respond
File "site-packages\cherrypy\_cperror.py", line 227, in __call__
NotFound: (404, "The path '/browse/category/' was not found.")
I doubt this url is valid as url:
http://127.0.0.1:8080/browse/category/#language
(custom column is "language")
|
a 127 URL means Local host (That's your machine: internally), port 8080 may be blocked (firewalled).