Error after migration

Hi, I migrated a site using Siteground Migrator plugin. I am now getting heaps of errors all relating to “mkdir( $dir_info[‘path’] );”
eg
Warning: mkdir(): No such file or directory in /home/customer/www/quincancafe.com.au/public_html/wp-content/plugins/bb-plugin/classes/class-fl-builder-model.php on line 553

I have cleared the BB cache - no changes.
Question - does “clear cache” actually delete all the files in cache? I ftp-ed into the site and renamed the orig cache folder then added an empty cache folder - but still same errors. (and no new files in new cache folder) - the new cache folder has 755 permissions
Is there anything else I can do?
Is there somewhere I can change path variable (in “mkdir( $dir_info[‘path’] );”) - as it seems this variable is causing the problems?
Many thanks
Seamus

Best guess, a hosting issue, possibly folder permissions - I’d check with them…

Thanks, I have checked the folder permissions and they are correct.

I am still wondering does “clear cache” button in BB actually delete all the files in cache folder?

Do you know?
Ta
Seamus

It should do. You mention migration, this sounds like the PATH to you uploads folder is wrong. Check the media settings, if it shows a path there remove it.

Brilliant, thank you - that fixed it.