Hi guys,
i have no idea about programming…
I have recently cloned a joomla website from siteground across to my virtualmin server.
whilst joomla was set to auto update, many of the extensions were not updated in more than 2 years.
Siteground hosting was only running php5.6…so i also installed php5.6 on my system to compensate for that, however,
I have struck the following error…in browser it just shows a white screen with “error”
virtualmin>logs and reports>apache error log
[Wed Oct 30 12:24:45.975018 2019] [proxy_fcgi:error] [pid 2305:tid 140468650178304] [client 1xx.xx6.1x5.xxx:56374] AH01071: Got error ‘PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/flystanwell/public_html/plugins/system/gantry/gantry.php on line 406’
and corresponding line of code in joomla
// wether to load bootstrap jui or not
if (($this->contains($buffer, $this->bootstrapTriggers) || count($messages)) && version_compare(JVERSION, ‘3.0.0’) >= 0) {
JHtml::(‘bootstrap.framework’);
any ideas?