?
avatar EMartinezM
EMartinezM
19 Jan 2019

Steps to reproduce the issue

Warning: count(): Parameter must be an array or an object that implements Countable in /web/htdocs/www.ZZZZZZZZ.com/home/libraries/cms/application/cms.php on line 464

Expected result

something wrong on lines:


`		{
			$session = JFactory::getSession();
			$sessionQueue = $session->get('application.queue');

			if (count($sessionQueue))
			{
				$this->_messageQueue = $sessionQueue;
				$session->set('application.queue', null);
			}
		}`

Actual result

464 if (count($sessionQueue))

System information (as much as possible)

Additional comments

avatar EMartinezM EMartinezM - open - 19 Jan 2019
avatar joomla-cms-bot joomla-cms-bot - change - 19 Jan 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 19 Jan 2019
avatar EMartinezM EMartinezM - change - 19 Jan 2019
The description was changed
avatar EMartinezM EMartinezM - edited - 19 Jan 2019
avatar ReLater
ReLater - comment - 19 Jan 2019

@EMartinezM
Please close this issue.

/libraries/cms/application/cms.php

This file doesn't exist in that directory anymore since Joomla 3.8.0. https://github.com/joomla/joomla-cms/tree/3.9.2/libraries/cms.

If you're using the current Joomla 3.9.2 go to Extensions > Database > and click on the "Fix" button to remove outdated files.

If you're using an outdated Joomla version you should update your Joomla or ask in a forum for help.

avatar joomla-cms-bot joomla-cms-bot - change - 19 Jan 2019
Closed_By Quy joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 19 Jan 2019
avatar Quy Quy - change - 19 Jan 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-01-19 06:19:02
Closed_By Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 19 Jan 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23588

Add a Comment

Login with GitHub to post a comment