Hello,I have downloaded the el.phar file from osticket.com but i see that the .el.zip file in the crowdwin has a much better translation.Is it possible to replace the el.phar file with the files in el.zip ?Thank you for your help.

Rename el.zip in el.phar and replace the original file. Test it, if works.If not, you need extract el.zip and pack as el.phar.

It doesn't work like that.How can i pack it as phar file ?

1. Make a directory.2. Make a subdirectory with name "Extracted".3. Copy files and directories form extracted ZIP in subdirectory "Extracted".4. Save this as PHP file in first directory and run it:<?php$phar = new Phar('el.phar');$phar->buildFromDirectory('./Extracted');?>

Write a Reply...