|
存在 BUG 的模块版本:EasyBook 2.0.0rc2
问题情况:当用户向 EasyBook 提交留言请求时,发生CGI错误
解决方案:
使用 EditPlus 或 文本编辑 工具,修改下面文件:
Components/com_easybook/controllers/entry.php
将第96行代码:
$link = JRoute::_( 'index.php?option=com_easybook&view=easybook', false );
替换为:
$link = 'index.php?option=com_easybook&view=easybook';
将第108行代码:
$link = JRoute::_(‘index.php?option=com_easybook&controller=entry&task=add&retry=true’, false );
替换为:
$link = 'index.php?option=com_easybook&controller=entry&task=add&retry=true';
根据 EasyBook 开发组信息,建议用户关注该组件的更新版本,下面是开发组信息:
*********************************************************************************
关于我们
The EasyJoomla-Project is a group of a few Joomla-enthusiasts which develops a few easy-to-use Joomla-components,
i. e. the EasyBook (guestbook-component) or EasyComments (comment-component).
If you have any wishes or want to report a bug please contact us or report a bug in the bug tracker.
质保 - 我们不做任何的功能及适用性保证。
*********************************************************************************
|