When I edit blocks in the panel, all content in the blocks disappear after trying to save. It works fine on localhost. The blocks content uploaded directed from what’s edited locally shows up fine, but as soon as I edit anything in the page with blocks and save (on the server), even if it’s not the blocks field, the content disappears. All other fields work properly.
I’ve always used apache in the past but the server I’m using this time is using nginx. I did the nginx config, and the www/site folder owner is www-data. I’m at a lost
@yuekaim Could you solve the problem? We have the same issue for one of our sites. Everything works fine locally, but on the server the block text fields are empty. It’s really strange, because it worked before …
Pretty sure, it’s a server config. In our case it’s Apache, not nginx.
I faced a similar issue today where the panel displayed empty text blocks. I have deployed Kirby on a Digital Ocean LAMP droplet, and the installed PHP was missing some key extensions. Mainly php-mbstring, php-xml and php-curl.
@texnixe Can the docs list down these extension dependencies?
@texnixe My bad! I went through the quickstart guide – looked at the PHP version tab, read the required PHP version and moved on. I missed the recommended extensions line in the same section.