Fckeditor编辑器没有进入cakephp V.3.2

时间:2016-02-15 12:03:58

标签: cakephp editor cakephp-3.0 fckeditor cakephp-3.x

我正在使用Fckeditor,但这里fckeditor没有来。我已经在我的一些php项目中使用过它。它运行正常。这是显示错误。 我写了以下代码来做这件事。

  <?php
                            echo $sBasePath = $_SERVER['PHP_SELF'];
                            $sBasePath = substr($sBasePath, 0, strpos($sBasePath, "_samples"));

                            $oFCKeditor = new FCKeditor('page_desc');
                            $oFCKeditor->Width = 790;
                            $oFCKeditor->Height = 300;
                            $oFCKeditor->BasePath = $sBasePath;
                            $oFCKeditor->Value = (stripslashes("hii"));
                            $oFCKeditor->Create();
                            ?>

和我已经包含的页面顶部

<?php include_once("fckeditor/fckeditor.php"); ?>

在webroot文件夹中,我插入了fckeditor文件夹内容。

Fckeditor没有来。错误即将来临。 这是简短的短片enter image description here

第50行

$page = $this->Pages->get($id, ['contain' => []]);

此代码存在。

0 个答案:

没有答案