Suite CRM - The zip file is missing a manifest.php file. Cannot proceed

巧了我就是萌 提交于 2019-12-24 07:28:40

问题


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 and not in any subfolder



回答2:


Seems like a permission related issue

  • Try setting your whole sugar instance to 755 recursively(-R 755)

  • Then within your sugar instance set the folders cache, custom, data, modules, & themes to 775 recursively(-R 775)

  • quick repair and rebuild and try installing again




回答3:


One of the issue that can cause this to happen is putting manifest.php in the module folder. Do Not put the manifest.php inside folder to which you want to create the module. Create the manifest.php file outside the module folder and then create a .zip file by selecting both of them.



来源:https://stackoverflow.com/questions/42271884/suite-crm-the-zip-file-is-missing-a-manifest-php-file-cannot-proceed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!