Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

xx-XX.labels.txt is created by empty

  • Vilem Kuzel
  • Vilem Kuzel's Avatar Topic Author
  • Offline
  • New Member
More
9 years 5 months ago #56663 by Vilem Kuzel
xx-XX.labels.txt is created by empty was created by Vilem Kuzel
The captions file (xx-XX.labels.txt) is generated but is empty (0 kB). Works well when edited manually but no success to get it generated from Joomla. Permissions set too 755 (or even 775) with no success. Any hint?

Please Log in or Create an account to join the conversation.

  • Vilem Kuzel
  • Vilem Kuzel's Avatar Topic Author
  • Offline
  • New Member
More
9 years 5 months ago #56664 by Vilem Kuzel
Replied by Vilem Kuzel on topic xx-XX.labels.txt is created by empty
Sorry - I found the solution in this forum (was not successful for the first time):

In the file /administrator/components/com_sigpro/js/script.js at the line 55, replace

submitform(pressbutton);

by

if ( typeof submitform === 'undefined') {
$sig('#adminForm').find('input[name=task]').val(pressbutton);
$sig('#adminForm').submit();
}else{
submitform(pressbutton);
}

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #56670 by Lefteris
Replied by Lefteris on topic xx-XX.labels.txt is created by empty
Hi. Please note that official support for commercial extensions is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for purposes of knowledge exchange ONLY.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum