【问题标题】:Vtiger Customer Portal setup issueVtiger 客户门户设置问题
【发布时间】:2012-11-27 08:54:36
【问题描述】:

这很愚蠢,但我不明白哪里出了问题。我正在尝试设置Vtiger Customer Portal

我关注了User Guide

但是当我尝试访问customerportal 的索引页面时,屏幕上什么也没有出现,好像没有任何东西写入 index.php 文件一样。在 firebug 中显示错误:

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

但这不应该是程序无法运行的原因。对 ?我怎样才能开始调试出了什么问题?

【问题讨论】:

    标签: php vtiger


    【解决方案1】:

    你还有问题吗?您是否确保将客户门户的 URL 放在实际 vTiger 安装的 config.inc.php 中?

    例如

    $PORTAL_URL = 'http://mysite.co.uk/portal';
    

    【讨论】: