警告:require_once(modules/Home/metadata/popupdefs.php)

发布于 2024-11-19 04:30:47 字数 659 浏览 4 评论 0原文

在 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 65

Fatal 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

海夕 2024-11-26 04:30:47

正如错误所说,该文件不存在,也不应该存在,因为我不明白为什么应该有一个 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.

ゞ花落谁相伴 2024-11-26 04:30:47

您是否更改了“分配给”的名称?如果有,您所需要做的就是删除 custom\modulebuilder\packages\name_of_your_system\modules\module_name\ 中的数组“signed_user_id”(这有助于添加分配的用户)。

但错误是这样修复的:
https://github.com/pribeiro42/SuiteCRM/commit/a64e599c9​​c7c628d14bb1e9e1fe41f2c1ce1a47f

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文