When I want to upload an image in my kirby panel it is throwing an error and saying that it is missing a temporary folder. Does anybody know how I could fix this? I would appreciate any kind of help.
Please check with phpinfo()
what you get for upload_tmp_dir
?
where should I insert this?
In a template, for example
So what would be the exact syntax and where in my template should I insert this? Sorry I’m pretty new to this.
found it!
/Applications/XAMPP/xamppfiles/temp/ it says
Does this folder exist?
yes and there is another folder inside which is called mysql
Found the solution! I needed to change the access rights for the folder to write & read for everyone.