我最近从一位客户那里接了一个项目来改进他的网站。不幸的是,它是 joomla 网站,我对 Joomla 一无所知,只有 wordpress 经验。
现在我终于让网站在 localhost 上运行了,问题是它到处都是错误块,我真的希望这个网站上的一些聪明人能帮助我。
据我所知,它是 joomla 1.6,我看到的方式是在 readme.txt 文件中反复提到 1.6。
我收到此错误:
警告:include() [function.include]: 第 12 行 C:\wamp\www\fikile\templates\yoo_quantum\html\mod_custom\default.php 中的文件名不能为空
在这段代码上:
include($warp['path']->path('layouts:'.preg_replace('/'.preg_quote($base, '/').'/', '', __FILE__, 1)));
然后出现以下错误:
警告:include() [function.include]:在 C:\wamp\www\fikile\templates\yoo_quantum\html\mod_search\default 中打开 '' 以包含 (include_path='.;C:\php\pear') 失败.php 在第 12 行
在这两行代码上:
include($warp['path']->path('layouts:'.preg_replace('/'.preg_quote($base, '/').'/', '', __FILE__, 1)));
和
include($warp['path']->path('layouts:'.preg_replace('/'.preg_quote($base, '/').'/', '', __FILE__, 1)));
请帮忙,似乎所有错误都与同一种问题有关,但我不知道那个问题是什么。
提前感谢您的所有帮助。