I get internal server error right after installation. Can anyone help me? I am sure it is about a setting in htaccess file but I am a newbie and I don't know what is it and how to fix it
thanx
here is the error text
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@XXXXXXXX.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8m DAV/2 mod_fcgid/2.3.5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at civilitasfoundation.org Port 80
Re: HELP: internal server error 500 after installation
Check your Apache error log, or if you're like me and you set up application-specific error logs, check that error log. That should contain a Python traceback with an error message.
If you don't come right with the error message, please paste the entire traceback here.
Re: HELP: internal server error 500 after installation
I also face the same problem.. Please find the trace back while click on administration button.
Extra Data
Extra Data
Error !
GenerationException: url_for could not generate URL. Called with args: () {'action': 'configuration', 'controller': 'administration'}
WebError Traceback:
GenerationException: url_for could not generate URL. Called with args: () {'action': 'configuration', 'controller': 'administration'}indexc.page_title = u'Administration'
return render('/administration/index.mako')
@check_access('Configure System')
render_makoreturn cached_template(template_name, render_template, cache_key=cache_key,
cache_type=cache_type, cache_expire=cache_expire)
cached_templateelse:
return render_func()
render_templatereturn literal(template.render_unicode(**globs))
return cached_template(template_name, render_template, cache_key=cache_key,
render_unicodedata,
as_unicode=True)
def render_context(self, context, *args, **kwargs):
_render_render_context(template, callable_, context, *args, **_kwargs_for_callable(callable_, data))
return context._pop_buffer().getvalue()
_render_context(inherit, lclcontext) = _populate_self_namespace(context, tmpl)
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
else:
# otherwise, call the actual rendering method specified
_exec_templateexcept Exception, e:
_render_error(template, context, e)
except:
e = sys.exc_info()[0]
_render_errorif template.error_handler:
result = template.error_handler(context, error)
if not result:
raise error
_exec_templatetry:
callable_(context, *args, **kwargs)
except Exception, e:
_render_error(template, context, e)
render_body__M_writer(u' ')
__M_writer(escape(next.body()))
__M_writer(u'\n\n </div>\n <div id="footer">\n <div class="poweredby"><a href="http://www.pylonshq.com/" title="Pylons Web Framework"><img src="/global/images/pylons-tower-dark1.png" alt="Powered by Pylons" /></a></div>\n <p>Copyright © 2007-2008 <a href="http://saturnlaboratories.co.za/" title="Saturn Laboratories">Raoul Snyman</a> | <a href="http://projecthq.org/" title="Project HQ on the web">Project HQ Site</a></p>\n </div>\n </div>\n</body>\n</html>\n')
return ''
<lambda>callable_ = self.template._get_def_callable(key)
return lambda *args, **kwargs:callable_(self.context, *args, **kwargs)
if self._module and hasattr(self._module, key):
render_body__M_writer(u' <dt><a href="')
__M_writer(escape(h.url_for(controller="administration", action="configuration")))
__M_writer(u'" title="Configuration">Configuration</a></dt>\n <dd>Set up the theme for the system, the title of the system, and other configuration data.</dd>\n')
pass
url_for"url_for could not generate URL. Called with args: %s %s" % \
(args, kargs))
return url