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

2019-07-27 01:35发布

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.

2条回答
等我变得足够好
2楼-- · 2019-07-27 02:07

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楼-- · 2019-07-27 02:16

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
查看更多
登录 后发表回答