Im having a HUGE problem logging into my Panel.
I recently moved my Kirby site to a new server, and now, I can’t login.
I see the Panel login-form, and when I type in my login-info, and press “Login” - it just “reloads” the page - no errors, nothing!
When I run it on localhost, it runs without problems!
What’s wrong?
Im not using the newest Kirby version - my client wants to keep it this way.
Please help!
Automatic reloads could be the symptom of a client-side error. Could you please open your browser’s developer JS console and check if there’s an error right before the page reloads? If there is, could you please post it here?
can you open your website and open all links in it?
It could be that you have an wrong RewriteBase in your htaccess file.
Do you use an subfolder on your webspace?
check the file .htaccess in the root of your webserver or in the subdirectory, you use:
is it there?
are all lines correct? In particular, the line that starts with “RewriteBase” (without any “#” in front!) or that lacks such a line.
are you using an apache webserver there? If not, then this is your problem! You have to change the settings of your webserver…
delete all files in the directory site/cache
if all fails, delete all files in the directory site/accounts and immediately afterwards follow Kirby Docs: Installation & Updates > Installing the panel to build your admin account new. I hope, the hashes may be different depending on the webservers.
I can see all my pages/links - no problem there.
It’s just my panel Whenever I type in the info, and press “Login” - it comes back to login page with empty fields
ss_phkkntlqf79fe5gofkp7h480j3, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
Please go back to an virgin starting point.
Everything other is not really helpfull. You should not lost all your work it is only for see whats happen.
If the new installation will work we will merge this with your old work.
And what kind of webserver do you have?