Joomla新组件安装错误

时间:2017-04-17 07:34:13

标签: joomla joomla2.5 joomla3.0

当我安装新的Joomla并且我的组件在Joomla 2.5x中并且我正在更新Joomla 3x版本但在前端我收到错误:

  

Ex:语法错误,意外的文件结尾

1 个答案:

答案 0 :(得分:0)

正如我已经调查了你发布的上述错误,它们可能是两个原因,要么组件安装不正确,要么在代码中你错过了php文件末尾的卷曲赞美。

所以有两个步骤可以解决这个问题,

    1) Reinstall the component which solve this issue.
    2) Find the exact file and found that might be syntactically not correct (i.e, <?php} {?> and <? ). 
    Please avoid <? and use <?php and keep spaces at curly braces (i.e, <? } ?> instead of <?php } ?>
go to php.ini then find short_open_tag= Off set to short_open_tag= On

如果您还想了解更多信息,请查看此链接ComponentReinstall Link2

谢谢&amp;问候, 麻醉剂