SuiteCRM 7.10.9 Installation Issue

Hello,

While installing SuiteCRM 7.10.9 in Ubantu 18.0 but getting below errors.

Writable Cache Sub-Directories

The files or directories listed below are not writeable or are missing and cannot be created. Depending on your Operating System, correcting this may require you to change permissions on the files or parent directory (chmod 755), or to right click on the parent directory and uncheck the ‘read only’ option and apply it to all subfolders.

Please fix the following files or directories before proceeding:
/var/www/html/midasflow.net.au/public_html/cache/images
/var/www/html/midasflow.net.au/public_html/cache/layout
/var/www/html/midasflow.net.au/public_html/cache/pdf
/var/www/html/midasflow.net.au/public_html/cache/xml
/var/www/html/midasflow.net.au/public_html/cache/include/javascript

Writable Modules Sub-Directories and Files

I have already set permission but still getting error.

Please anyone have any suggestion/feedback.

thanks

Did you use these commands to set permissions?

  
  sudo chown -R www-data:www-data .
  sudo chmod -R 755 .
  sudo chmod -R 775 cache custom modules themes data upload
  sudo chmod 775 config_override.php 2>/dev/null