i want to update to Kirby 3 and copied the raw data to my FTP folder. I want to install/activate the panel online and already set the option ‘panel’ =>[‘install’ => true].
Unfortnatly after entering a login-email and password the panel tells me:
The error is thrown by the data class. Default data handlers are json, php, txt and yaml. No idea where dav comes from. Could you please post the complete config?
I have the adress www.test.de with the matching “/” folder at my FTP. There kirby v2 is running and untouched.
I bought a second adress www.mytest.org with the “/testorg/kirby” folder at the same hoster. Into this folder I copied the new Kirby v3 files. I want to edit the new page without any changes at the running Kirby v2 and - if finished - just replace the files.
I use the Kirby v3 Starterkit, without any custom content (untouched).
The main Page is running. The new website is at PHP “7.72 STABLE-STANDARD”. The Subpages of the Starterkit give a Error500… I did not checked that up to now.
Ok, then there is some misconfiguration going on and we have to get that working first. Have you made sure to upload the .htaccess file (if it is an Apache server)? Are htaccess overrides allowed? Is rewriting enabled?
If the answers to the above are “Yes”, then you might have to set the RewriteBase in the .htacess.
You need the origin .htaccess that comes with the Starterkit. It is different from the Kirby 2 htaccess.
And if you use the new domain and point that to the folder, your RewriteBase should probably also be
RewriteBase /
and not the folder names and probably in any case not have kirby in the path, unless the folder in which your project lives is actually /testorg/kirby`-
I copied again the content of .htacess from github into my file.
If i just let as is is, the main side is good, sub-pages and /panel failed with Error500.
If i change the RewriteBase to /testorg/kirby the same.
If i change the RewriteBase to “/testorg/kirby`-” the same.
Then i renamed the folder to /testorg/testkrib - maybe the folder name “kirby” is a problem, but it did not changed the error.
Then i just copied the .htaccess of my KirbyV2 and both works: SubPages and Panel.
But1: SubPages are going into the Kirby-Debugger with Error:
Class ‘Parsedown’ not found
Line 68 of Markdown.php
But2: Error "Missing handler for type: “dav” " at panels installation.
Ok, here we go again. The Problem is not finally solved, but i had some partial sucess.
After reinstall/re-upload the Kirby v3 Starterkit the Error500 remained. After activating the “RewriteBase /” at .htaccess the sub-pages and the panel-installation startet. Now i can hard-code something but at the second try (after sucess with Kirby v2) i want to use the panel.
First Error was “Invalid CSRF token” - searched some at the forum, installed Chrome, used hard-reload and now i have the same as before:
" Missing handler for type: “dav” "
Any ideas? Is it possibile to view the debugger during the time i click on “install” (at the panel) and the moment the error appears?
€dit: My Kirby only creates one “.sess” file per access. Someone had 1000s of them, my PHP creates only one per Session as it should.