Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something wrong in /libraries/cms/application/cms.php #23588

Closed
EMartinezM opened this issue Jan 19, 2019 · 2 comments
Closed

Something wrong in /libraries/cms/application/cms.php #23588

EMartinezM opened this issue Jan 19, 2019 · 2 comments

Comments

@EMartinezM
Copy link

EMartinezM commented Jan 19, 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

@ReLater
Copy link
Contributor

ReLater commented Jan 19, 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.

@joomla-cms-bot
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants