Hi, i am working on localhost and i am trying to create module similar to "Additional Projects" for publishing it on front page but when i select "Slider" layout i get the error below 0 Call to undefined method Joomla\Router\Route::_()
forty Hi
May I know which Joomla and PHP version are you using so I can replicate this issue at my end?
saguaros Version is 8.1.25
forty You can take a backup of your site with Akeeba backup component and share me the backup file, I will check directly in my local host
saguaros Where i must send file?
forty You can upload to G-drive / dropbox / or any sharing website and share me the URL to download.
saguaros Ok check on fields the "Site url"
You can open this file: ROOT/templates/ja_phio/html/mod_articles_category/slide.php
ROOT/templates/ja_phio/html/mod_articles_category/slide.php
Look for line 13:
use Joomla\Router\Route;
change it to:
use Joomla\CMS\Router\Route;
saguaros Ok it is working, Thanks!
Glad to hear that 😉
saguaros Thank you!