Suite CRM - The zip file is missing a manifest.php file. Cannot proceed
问题 I have created a custom module in Suite CRM but when try to upload it via Module Loader it gives this error The zip file is missing a manifest.php file. Cannot proceed even though the manifest.php file is there in the root directory of the module. 回答1: You might want to check those things: cases of letters in a filename of your manifest.php (on case-sensitive filesystems 'Manifest.php' or 'manifest.PHP' is not the same filename as 'manifest.php') manifest.php is in the root of the zip file