quanta
quanta copied to clipboard
Better Doctor check for File System requirements
Doctor check should make sure that file system requirements are met:
- temporary folder must be writable by the web server (check folder owner and / or permissions and compare with web server user...)
- thumbnails folder must be writable (same as above)
- site folder must be writable (same as above)
Use hook_doctor_check() for integrating the checks above.