Joomla组件可能与EventGallery不兼容



请原谅这个问题缺乏指导,但我的Joomla 3.4网站运行良好,然后切换到了一个新主机。所有的网站转移都按计划进行,但有一个组件,Sven Bluge的活动画廊,显示了一页照片,停止了工作。

带有组件的页面加载所有框架来承载图像,但用blank.gif 替换每个图像

<img class="eventgallery-lazyme " data-width="800" data-height="533" longdesc="http://raymondthefox.com/components/com_eventgallery/helpers/image.php?option=com_eventgallery&amp;mode=uncrop&amp;width=50&amp;view=resizeimage&amp;folder=raymondsnapshots&amp;file=IMG_0212.JPG" src="http://raymondthefox.com/media/com_eventgallery/frontend/images/blank.gif" style=" width: 50px; height: 50px; background-position: 50% 50%; background-repeat: no-repeat;" alt="Snapshots">

在事件库支持页面上查看了这个问题后,他们认为这可能是mod_secure问题,或者各种PHP权限问题。

我联系了我的托管支持,他们进行了调查并提供了以下信息。

Declaration of EventgalleryControllerEvent::postSaveHook() should be compatible
with JControllerForm::postSaveHook(JModelLegacy $model, $validData = Array) in
/home/raymygmo/public_html/administrator/components/com_eventgallery/controllers/event.php
on line 16 So we suspect some incompatibilities between Joomla components.

他们的回答有什么实质内容吗?如果有,有人能概述一下这意味着什么吗。

如果需要更多/更少的信息,请发表意见,我将相应地更新问题。很抱歉和这只瞎跑。

我想这个问题已经解决了。你的托管提供商的答案毫无价值。不过,提到将转向一家新的托管提供商是一个很好的暗示。

事件库使用脚本/components/com_eventgallery/helpers/image.php来传递缓存的缩略图。如果这个脚本没有执行权限,你将看不到任何图像。可以在组件选项中打开慢速传统渲染模式,也可以修复这些权限。

最新更新