[1][FATAL] ERROR: rmdir_recursive(): argument is not a file or a dir.

Hi Guys, I am running the latest Suite CRM 7.3 beta version, when I try to load my module I get this error: Specified directory ‘’ for zip file ‘upload://ActiveCustomers2015_07_07_162645.zip’ extraction does not exist. And

When I check the log I get this from the log file: [22718][1][FATAL] ERROR: rmdir_recursive(): argument is not a file or a dir.

Fairly green in this CRM game please help.

Thanks

Could be a permissions issue, if you are running on a Linux server try:

cd /var/www/{project}
chown -R www-data:www-data .
chmod -R 755 .
chmod -R 775 cache custom modules themes data upload config_override.php

and then do a quick repair and rebuild from the admin panel. In fact do a quick repair and rebuild either way.