Call to undefined method Joomla\CMS\Factory::getURI()
When we migrate we got the joomla 3 url getting from component or module or from plugin
use Joomla\CMS\Uri\Uri;
$uri = JUri::getInstance();
$current_uri = $uri->toString();
this will work and tested in joomla 4.1
Leave a Reply