First sorry about my English
I can not install ja_comment on ja_business 1.6
I have updated to 1.6.1
I have modified librariesjoomlafilesystemarchivezip.php,
librariesjoomlafilesystemarchivezip.php
Line 252 >> action delete: , true
Line 252 – zip.php, not working version –
if (JFile::write($destination.DS.zip_entry_name($file), $buffer, true) === false) {
Line 252 – zip.php update, working version –
if (JFile::write($destination.DS.zip_entry_name($file), $buffer) === false) {
because I have problems installing other components like Akeeba. This is solved.
But when I try to install ja_coment, I have next error
* Component Install: DB function reports no errors
Message
* Error installing component
Thank you very much