- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用 hMailServer 和 XAMPP,但我不断获取
" Fatal error: Uncaught Error: Class 'COM' not found in C:\xampp\htdocs\PHPWebAdmin\initialize.php:16 Stack trace: #0 C:\xampp\htdocs\PHPWebAdmin\index.php(23): require_once() #1 {main} thrown in C:\xampp\htdocs\PHPWebAdmin\initialize.php on line 16 ".
即使在我有了之后,
1) 使用正确的字符串修改 config.php:
$hmail_config['rooturl'] = "http://localhost:8080/PHPWebAdmin/"
和
$hmail_config['rootpath'] = "C:\xampp\htdocs\PHPWebAdmin";
2) 安装extension=php_com_dotnet.dll
和DCOM类;
3) 启用DCOM;
4) 已修改dcomcnfg.exe中HMAILSERVER的安全性。
5) Apache 和 MySql 在 XAMPP 中运行。
我想不出其他解决方案,有人可以帮助我吗?
最佳答案
这在PHPWebAdmin setup problems中有描述。 :
DCOM not being enabled
PHPWebAdmin uses the hMailServer COM API to access the settings and your objects in your hMailServer installation. For this to work, it may be required to enable DCOM in the PHP configuration. Make sure that
com.allow_dcom = true
exists and is uncommented in php.ini.
我认为这也意味着您需要 COM extension也是。
关于php - 我不断在 hMailServer 和 XAMPP 的 PHPWebAdmin 页面中获取 "Fatal Error: Class COM not found",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53012117/
我正在尝试设置 PHPWebAdmin 以与安装的 hmail 一起工作。 我知道对于 php 版本 5.3.15/5.4.5 及更高版本,COM API 作为模块已被禁用。我使用的是 PHP 5.3
我正在尝试使用 hMailServer 和 XAMPP,但我不断获取 " Fatal error: Uncaught Error: Class 'COM' not found in C:\xampp\
我正在尝试在“Windows Server 2008 Enterprise Edition Service Pack 1”中设置hMailServer。我已成功设置hMailServer、Apache
我是一名优秀的程序员,十分优秀!