Hi there, I was trying to access the list of package under sys-apps, but where the normal display works fine the "full-category" keep sending me an error code 500. Reproducible: Always Steps to Reproduce: 1.Go to the link http://packages.gentoo.org/category/sys-apps?full_cat Actual Results: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta> <title>500 Internal Server Error</title> <style type="text/css"> #powered_by { margin-top: 20px; border-top: 2px solid black; font-style: italic; } #traceback { color: red; } </style> </head> <body> <h2>500 Internal Server Error</h2> <p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p> <pre id="traceback"></pre> <div id="powered_by"> <span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.0.2</a></span> </div> </body> </html> Expected Results: the page should display the complete list of package under sys-apps
Fixed amongst other stuff earlier this month.