Admin 404's
#289
Replies: 2 comments
-
Just copied over the .htaccess file as well, but still the same issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Had moved on to another issue elsewhere on my site. Not sure why, but now Chyrp is fully functioning again. If I figure out what caused and/or fixed it I'll update this matter. Update: Presuming the missing .htaccess file finally got loaded and things started working again. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
So I had been running 2024.03 without issue and recently upgraded to 2025.01 including running the upgrade.php. The blog pages load and function fine. But I've been having some issues with the admin section throwing 404 errors. I did some searching here and came across This post about 404's with Nginx. (This isn't directly the same as my situation as I'm on a hosted platform running Apache.) From that I manually disabled clean URL's in the configuration file. After doing that the initial page (Write post) would display. But clicking any tab/link results in 404 errors. I tried copying over the includes.php file (see below) from my previous version, but that's made no difference. I also have tried with clean URL's on or off and I still get a 404 regardless of any configuration and clicking any tab/link. Actually, as I was confirming what I'm writing here I found one exception. Everything in Admin 404's except the Manage tab. This results in a series of 403 errors instead. I'm presuming this is related to the clean URL's, but I'm so far removed from working on Chyrp I'm lost. I also tried going back to the 2024.03 version and still have this same issue.
Here's the includes.php file which appears to be correct...
`location /chyrp/ {
index index.php;
rewrite .twig$ /chyrp/index.php;
}
`
Beta Was this translation helpful? Give feedback.
All reactions