ユーザー定義のタグ内でphpinclude()を使用することに少し問題があります。説明されているcmsmsマニュアルのように、ユーザー定義のタグを介してphpコードをcmsmsページに追加できます。一生懸命頑張りましたが、うまくいきません。これは私が追加したいコードです:
<?php
$site="true";
include("/home/www/web23/html/wbt/index.php");
?>
このエラーが発生します:
Warning: include(wp.php) [function.include]: failed to open stream:
No such file or directory in
C:\xampp\htdocs\cmsms\lib\classes\class.usertagoperations.inc.php(260) :
eval()'d code on line 1
Warning: include() [function.include]: Failed opening 'wp.php' for inclusion
(include_path='.;C:\xampp\php\PEAR')
in C:\xampp\htdocs\cmsms\lib\classes\class.usertagoperations.inc.php(260) :
eval()'d code on line 1