Hello.
I made everything like the Kirby tutorials said… I put the license key, etc…
However, i just can’t do a thing: install the panel in my server.
In localhost works fine, but in my server isn’t.
I put that code in config.php, but when i go to the mydomain.com/panel still shows a blank page.
What should i do? I am sure i am doing everything like Kirby tutorial explains.
I guess that error was caused when you tried to access the site while it was still uploading. If those files were missing, the whole site wouldn’t work properly.
I think i already have that php mbstring extension.
I have typed in commandline php -i and about that extension says this:
“mbstring extension makes use of “streamable kanji code filter and converter”, which is distributed under the GNU Lesser General Public License version 2.1.”
The solution was what you both said. I saw the version in my server as you suggest and i the mbstring extensions was disabled. So i active and improve to 7.0 version.