so I have the Kirby starter pack and the official kirby .htaccess, the very same website is running well on Godaddy but shows a blank page on OVH client’s server… PHP version is 7.0.32.
You can check my info php here : https://paralleles-editions.com/Kirby/htdocs/w00ce9c8/instatising/info.php
What could be the problem here ?
I reuploaded the Panel folder, subpages are accessible. Debugging is enabled but nothing shows up in the php console. How can I double check mb_string is enabled ? I can’t find any other way ?
Hm, have you already tried to set the URL in your config.php? Could you also test if it works if you run Kirby on a subdomain rather then in a subfolder (i.e. point a subdomain to that subfolder).
Sadly even when i set the url the result is the same… http://paralleles-editions.com/Kirby2/panel
I’m really mad because I know I had the same problem when uploading my first Kirby site on my GoDaddy server and I was able to fix it at the time. I just can’t remember what I did but now every Kirby site I upload works just fine out of the box. I probably did something in the cPanel. But on OVH, PHP is up to date, mb string is enabled, everything looks all right so I really have no clue on what is happening…
I’m on a VPS. I’ve already purchased a license.
My php is 7.1.32.
I’ve cloned the repository on the root of my server. I can access to the main page but the panel send me this error message : The panel assets cannot be installed properly. Please check permissions of your media folder.
Here are the permission :
Does you config.php only have this one return statement? Note that you can only have one, everything after the first return statement will be ignored.
What about the subpages, can you access them? If not, the .htaccess might be ignored and you will have to allow htaccess overwrites in your server configuration.
Hi.
Not sure the permission are right. I’ve tried to access in ssh with root the config.php : impossible. So I’m connected with a user member of the www-data group. ANd I’m unable to write the config.php file.
And it’s wrong.
By the way, another problem, with my ftp user I can’t upload files.
I’d try to reinstall the depot. And setup correct permissions. What do you think ?