为了能快速了解并处理您的问题,请提供以下基础信息: 面板、插件版本:面板:7.9.6 phpmyadmin:4.4 系统版本:CentOS 7.9.2009 x86_64(Py3.7.9)
相关截图(日志、错误):点击已有的mysql数据库,报错 Page not found (404)Request Method: | POST | Request URL: | http://81.68.194.25:8888/phpmyadmin_5dba6c81f1e7fc6b/index.php?lang=zh_cn |
Using the URLconf defined in myblog.urls, Django tried these URL patterns, in this order:
- admin/
- admin_home/
- news/
- search/
- history/
- about/
- login/
- login/random_code/
- sign/
- logout/
- moods/
- sites/
- backend/
- backend/add_article/
- backend/edit_avatar/
- backend/reset_password/
- backend/cover_list/
- backend/avatar_list/
- ^backend/edit_article/(?P<nid>\d+)/
- ^article/(?P<nid>\d+)/
- ^api/
- media/(?P<path>.*)$
The current path, phpmyadmin_5dba6c81f1e7fc6b/index.php, didn’t match any of these.
You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
|
|