question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Explorer menu invisible with out of index error

See original GitHub issue
Internal Server Error: /admin/explorer-nav/
Traceback (most recent call last):
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 149, in get_response
    response = self.process_exception_by_middleware(e, request)
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 147, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/django/views/decorators/cache.py", line 43, in _cache_controlled
    response = viewfunc(request, *args, **kw)
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/wagtail/wagtailadmin/decorators.py", line 22, in decorated_view
    return view_func(request, *args, **kwargs)
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/wagtail/wagtailadmin/views/pages.py", line 27, in explorer_nav
    'nodes': get_navigation_menu_items(),
  File "/var/www/vhosts/example.com/django-app/django-app-venv/local/lib/python2.7/site-packages/wagtail/wagtailcore/models.py", line 1378, in get_navigation_menu_items
    parent_page, parent_childlist = depth_list[page.depth - 1]
IndexError: list index out of range

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anteatersacommented, Jan 17, 2018

Had a similar “Page not found error” after moving some pages programatically and the manage.py fixtree worked for me.

0reactions
lb-commented, Nov 24, 2017

closing as not enough info to work on a solution

Read more comments on GitHub >

github_iconTop Results From Across the Web

FIX: List index out of bounds error on Windows 10/11
Open File Explorer and go to C:ProgramDataiolo This directory is by default hidden, so you'll need to reveal it. · Press Windows Key...
Read more >
How to fix File Explorer error “No items match your search” in ...
Fix 1. Run Search and Indexing Troubleshooter · Right-click on Start menu and select Settings · Navigate to Update and Security > Troubleshoot ......
Read more >
Start Menu or Taskbar Search Not Working in Windows 10/11
Kill the File Explorer (Explorer.exe) process by right-clicking an empty space on the taskbar while holding down the right Ctrl+Shift keys -> ...
Read more >
How to Fix Start Menu Not Working on Windows 11? - YouTube
How to fix the start menu not working on Windows 11? Is Start Menu on your Windows 11 PC not working ? In...
Read more >
Top 7 Ways to Fix Start Menu Not Working in Windows 11
1. Restart Windows Explorer · 2. Restart Start Menu Services · 3. Use Start Menu Troubleshooter App · 4. Remove Third-Party Start Menu...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found