thank you for your response .
i need more help from you .
I want to enable the navigations links , like courses, contact us, about , Institutes etc how can i do this ?
1: On the localhost/register three links (How it works, Courses, Schools ) are visible but they are disabled i can't click on it . How can i enable them ?
2: On the home page it shows the Internal Server Error . how can i resolve them ?
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: ABOUT
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: JOBS
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: PRIVACY
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: TOS
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: FAQ
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: COURSES
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: CONTACT
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: PRESS
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: WHAT_IS_VERIFIED_CERT
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: ROOT
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: HONOR
Sep 1 10:44:03 aakash-desktop [service_variant=lms][root][env:sandbox] ERROR [aakash-desktop 16148] [exceptions.py:9] - Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'>
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/edx-platform/common/djangoapps/util/cache.py", line 51, in _decorated
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/branding/views.py", line 36, in index
return redirect(settings.MKTG_URLS.get('ROOT'))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts/__init__.py", line 81, in redirect
if '/' not in to and '.' not in to:
TypeError: argument of type 'NoneType' is not iterable
Sep 1 10:44:03 aakash-desktop [service_variant=lms][django.request][env:sandbox] ERROR [aakash-desktop 16148] [base.py:215] - Internal Server Error: /
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/edx-platform/common/djangoapps/util/cache.py", line 51, in _decorated
response = view_func(request, *args, **kwargs)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/branding/views.py", line 36, in index
return redirect(settings.MKTG_URLS.get('ROOT'))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts/__init__.py", line 81, in redirect
if '/' not in to and '.' not in to:
TypeError: argument of type 'NoneType' is not iterable
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: ROOT
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: HOW_IT_WORKS
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: COURSES
Sep 1 10:44:03 aakash-desktop [service_variant=lms][edxmako.shortcuts][env:sandbox] WARNING [aakash-desktop 16148] [shortcuts.py:56] - Cannot find corresponding link for name: SCHOOLS
Sep 1 10:44:03 aakash-desktop [service_variant=lms][gunicorn.error][env:sandbox] ERROR [aakash-desktop 16148] [glogging.py:219] - Error handling request
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gunicorn/workers/sync.py", line 126, in handle_request
respiter = self.wsgi(environ, resp.start_response)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 241, in __call__
response = self.get_response(request)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 179, in get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 228, in handle_uncaught_exception
return callback(request, **param_dict)
File "/edx/app/edxapp/edx-platform/lms/djangoapps/static_template_view/views.py", line 69, in render_500
return HttpResponseServerError(render_to_string('static_templates/server-error.html', {}))
File "/edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py", line 104, in render_to_string
return template.render_unicode(**context_dictionary)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py", line 452, in render_unicode
as_unicode=True)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 807, in _render
**_kwargs_for_callable(callable_, data))
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 839, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py", line 865, in _exec_template
callable_(context, *args, **kwargs)
File "/tmp/tmp_80eFNmako/
main.html.py", line 253, in render_body
__M_writer(filters.decode.utf8(self.body()))
File "/tmp/tmp_80eFNmako/static_templates/
server-error.html.py", line 40, in render_body
platform_name=u"<em>{}</em>".format(platform_name=settings.PLATFORM_NAME)
IndexError: tuple index out of range