Open Monirzadeh opened 2 years ago
i test more and find this https://github.com/xnohat/wordwisecreator/blob/b0f2f0e0d66abe747f04b1b9505f7aee321a3764/wordwisecreator.php#L58-L59 it is wrong for linux so if you change that to bellow code it is work fine (wrong error too for this reason)
shell_exec('ebook-convert "'.$bookfile.'" ./book_dump.htmlz');
shell_exec('ebook-convert ./book_dump.htmlz ./book_dump_html');
it is repeat here too so not book create (without any error) https://github.com/xnohat/wordwisecreator/blob/b0f2f0e0d66abe747f04b1b9505f7aee321a3764/wordwisecreator.php#L122-L124
i try to test this project but get below error
i can access to
ebook-convert
and work fine in terminal somehow it is not acsses that do i need specific config to work correctly