Re: 500 Internal Server Error on v1.9.8
Thomas Waldmann <[email protected]> Thu, 28 May 2015 18:30:52 +0200
| Newsgroups | gmane.comp.web.wiki.moin.general |
|---|---|
| Message-ID | <[email protected]> |
Stop the moin process / web server. Try moin ... maint cleancache to clear the precompiles pages' cache. Start the moin process / web server. The retry accessing that page. > [Wed May 27 18:04:29 2015] [error] exec code > [Wed May 27 18:04:29 2015] [error] File "SM Web GUI Setup", line > 4, in ? > [Wed May 27 18:04:29 2015] [error] TypeError: exceptions must be > old-style classes or derived from BaseException, not str ^^ Typical weird error msg that happens when changing python version and not clearing the cache. ------------------------------------------------------------------------------