Finding Solution for VFAT Device Initialization error
At this moment, I am looking for a way to control the maximum number of files in the config.php. Previously, after searching on various online forums, I found a way, though which one can limit the types of files in the config.php. For the maximum file solution, I have already tried many different scenarios. I have realized that uploading the file to the root of install, after creating a mini.ini, was the best solution to my dilemma. Please provide me a solution to the VFAT Device Initialization error that I am encountering at the end. Following are the contents of the file:
—-
php.ini file:
post_max_size = 100000
upload_max_filesize = 100000
settings.php:
ini_set('post_max_size', '100000');
ini_set('upload_max_filesize', '100000')
Any suggestions is appreciated.
Regards,
James.








