1
嗯,我一直在寫相同的風格一段時間,突然間我在梨配置中出現錯誤。Pear Error Deprecated
錯誤:
Deprecated: Assigning the return value of new by reference is deprecated in E:\xampp\php\PEAR\Config.php on line 80
Deprecated: Assigning the return value of new by reference is deprecated in E:\xampp\php\PEAR\Config.php on line 166
我的索引頁(是我唯一改變的事情):
<?php
include("library/config.php");
include("library/functions/core.php");
// Defualt Heading
$heading = "";
// Load Page Model
loadModel($path0,$path1);
// Load User Language
loadLanguage($path0,$path1);
// Load Page Header
loadHeader();
// Load Page Body
loadPage($path0,$path1);
// Load Page Footer
loadFooter();
?>
我唯一改變的是的config.php文件和core.php中的位置,這在名爲library的新文件夾下放置了更深的1個文件夾。
我的梨配置
&
前$somevalue
?或我的網站配置文件? – rackemup420你使用的是一些框架,xampp中的php版本是什麼? – diEcho
站點配置文件 – diEcho