警告:require_once(modules/Home/metadata/popupdefs.php)
在 SugarCRM 6.2.x 中,我收到以下错误,我重新安装了但还是出现同样的情况。搜索了谷歌,但找不到答案。
警告:require_once(modules/Home/metadata/popupdefs.php)
[function.require-once]:无法打开流:没有这样的文件或 /home/spsbiz/public_html/include/Popups/Popup_picker.php 中的目录 第 65 行
致命错误:require_once() [function.require]:打开失败 必需的“modules/Home/metadata/popupdefs.php”
(include_path='/home/spsbiz/public_html:/home/spsbiz/public_html/include/..:.:/usr/lib/php:/usr/local/lib/php') 在 /home/spsbiz/public_html/include/Popups/Popup_picker.php 第 65 行
文件夹“modules/Home/metadata”不存在。
当我尝试使用“分配的用户”字段将用户分配给自定义模块中的人员时,就会发生这种情况。
In SugarCRM 6.2.x I receive the below error, I reinstalled but the same thing. Searched Google, but couldn't find the answer.
Warning: require_once(modules/Home/metadata/popupdefs.php)
[function.require-once]: failed to open stream: No such file or
directory in /home/spsbiz/public_html/include/Popups/Popup_picker.php
on line 65Fatal error: require_once() [function.require]: Failed opening
required 'modules/Home/metadata/popupdefs.php'(include_path='/home/spsbiz/public_html:/home/spsbiz/public_html/include/..:.:/usr/lib/php:/usr/local/lib/php')
in /home/spsbiz/public_html/include/Popups/Popup_picker.php on line 65
The folder "modules/Home/metadata" does not exist.
It happens when I try to assign a User to a Person in a custom module with the field 'Assigned User'.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如错误所说,该文件不存在,也不应该存在,因为我不明白为什么应该有一个 Home 模块的 popupdefs 定义?你永远不会与它联系任何东西,所以它没有它。
As the error says, the file doesn't exist and it shouldn't because i don't see a reason why should there be a popupdefs definition for a Home module? You never relate anything to it and so it doesn't have it.
您是否更改了“分配给”的名称?如果有,您所需要做的就是删除
custom\modulebuilder\packages\name_of_your_system\modules\module_name\
中的数组“signed_user_id”(这有助于添加分配的用户)。但错误是这样修复的:
https://github.com/pribeiro42/SuiteCRM/commit/a64e599c9c7c628d14bb1e9e1fe41f2c1ce1a47f
Did you change the name of 'Assigned to'? If you have, all that you need is to delete the array 'assigned_user_id' in
custom\modulebuilder\packages\name_of_your_system\modules\module_name\
(This helps for adding Assigned User).But the error is fixed by this:
https://github.com/pribeiro42/SuiteCRM/commit/a64e599c9c7c628d14bb1e9e1fe41f2c1ce1a47f