错误说在生产中找不到,我认为可能是因为类尚未导入,或者文件未找到。
但我已经用
导入了这个类use Yii;
use common\models\TbPesan;
use common\models\TbPesanSearch;
use common\models\TbPesanDest;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use yii\helpers\Url;
use common\component\BeoHelper;
use yii\helpers\HTMLPurifier;
并且BaseHtmlPurifier.php
和HtmlPurifier.php
存在于vendor/yiisoft/yii2/helpers
以下是我使用HTMLPurifier
$model2->isi_pesan = HTMLPurifier::process($model->jawaban."<br />------------ Reply --------------<br />".$model->isi_pesan);
但是我可以在我的本地环境中很好地运行操作,控制器代码是相同的。
那有什么不对?
如果您需要更多信息,请告诉我们。
答案 0 :(得分:0)
请改为{{1}}
答案 1 :(得分:0)
你说你的本地环境没问题,但你部署到在线(生产)环境不工作。请检查生产环境是否存在BaseHtmlPurifier.php和HtmlPurifier.php