News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

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!
  •