Explorer menu invisible with out of index error
See original GitHub issueInternal 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:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Had a similar “Page not found error” after moving some pages programatically and the manage.py fixtree worked for me.
closing as not enough info to work on a solution