When manually refreshing projects it finds the resources online but then, when its about to start creating the first language zip it locks and it stays there forever.
"We are trying to generate zip for af_ZA"
This is on different projects and different languages as the first zip to be created.
Them project page turns empty with no packs available.
All projects worked then, not now!
Could this be related to Transifex feature that make projects on "organizations"?
Can this be a major issue or just us? Is it working for anyone else?

Site is: http://translations.joomlapt.com/
Linux vns.spvservers.net 2.6.32-458.18.1.lve1.2.39.el6.x86_64 #1 SMP
PHP 5.3.23
Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips mod_bwlimited/1.4
Joomla! 3.1.5
Browser: Mozilla, Chrome
=======
Update 1
Error log is:
PHP Fatal error: Class 'Jfile' not found in administrator/components/com_ctransifex/helpers/package.php on line 78
=======
Update 2 Solved with changes on code:
administrator/components/com_ctransifex/helpers/package.php
find:
class CtransifexHelperPackage
add
jimport('joomla.filesystem.file');