我正在尝试使用 hMailServer 和 XAMPP,但我不断获得
" 致命错误:未捕获的错误:在 C:\xampp\htdocs\PHPWebAdmin\initialize.php:16 中找不到类 'COM' 堆栈跟踪:#0 C:\xampp\htdocs\PHPWebAdmin\index.php(23): require_once () #1 {main} 在第 16 行的 C:\xampp\htdocs\PHPWebAdmin\initialize.php 中抛出“。
即使在我拥有之后,
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 中运行。
我想不出其他人的解决方案,有人可以帮助我吗?