TOPIC: Front Page Error

Front Page Error 5 years 11 months ago #9114

  • noorgatb
  • noorgatb's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 30
  • Karma: 0
This happens on my front page:

Warning: implode(): Invalid arguments passed in E:\Inetpub\vhosts\ramadaancourse.co.za\httpdocs\plugins\system\jarvis\lib\jarvis\template\Builder.php on line 273
Warning: Invalid argument supplied for foreach() in E:\Inetpub\vhosts\ramadaancourse.co.za\httpdocs\plugins\system\jarvis\lib\jarvis\template\Builder.php on line 219

I've tried overwriting it with the original php. file downloaded but nothing changed.

219:
foreach($layoutConfig as $rowParams) {
$section = new LayoutSection($rowParams);
$layoutSections[] = $section->render();
}

273:
$fontQuery = array();
foreach($googleFonts as $name => $options) {
$fontQuery[] = sprintf('%s:%s', $name, implode(':', $options));
}
The administrator has disabled public write access.

Front Page Error 5 years 11 months ago #9118

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
The problem maybe due data of jarvis not update.
Could you please access to admin / Extensions / Template manager / choose template and open then click save button
The administrator has disabled public write access.
Time to create page: 0.097 seconds