News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

missing lang string COM_JDOWNLOADS_FILE_NOT_FOUND_MSG - [Fixed in 3.2.7]

Started by carin, 17.06.2014 21:41:31

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

carin

When a file for a download is missing an error message comes up with that language string: COM_JDOWNLOADS_FILE_NOT_FOUND_MSG

I guess my language files for the front end are missing. Where do I check that and where do I need to place the missing files?

Thanks
Joomla 3.2 | jD 3.2 | PHP 5.3 | Apache 2
  •  

ColinM

Carin
Good find. :)  It is a simple mis type Bug :(

In  /components/com_jpublic_html/j3-2/components/com_jdownloads/controllers/downloads.php
line 686 is
$msg = JText::_('COM_JDOWNLOADS_FILE_NOT_FOUND_MSG').': '.basename($filename);
it should be (_MSG) removed.
$msg = JText::_('COM_JDOWNLOADS_FILE_NOT_FOUND').': '.basename($filename);

I will move this topic to 'bugs'

Colin
Colin M
  •  

Arno

Is fixed in the next update. Shall be published this evening.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •