quran / quran.com-images

images using fonts from King Fahed Complex / qurancomplex.org
http://quran.com
390 stars 125 forks source link

Pngs created but size is 1kb (valid png but empty) #37

Open syedhs opened 3 years ago

syedhs commented 3 years ago

Assalamualaikum, I am deeply interested in this quran-page-png things, therefore thankful for such project like this. However, as the subject says I could not properly produce the png. My dev box is windows 10, and I have followed the installation procedure in readme.md. Any hint?

naruaika commented 3 years ago

Wa'alaikumussalam, I've just run into the same issue using the docker approach. I've managed to figure out that there's not any records in some tables, which means that the import of the 02-database.sql file has failed. Then I ended up with an assumption that it had something to do with what is so-called buffer overflow in somewhere. So, I just did the import all the records manually, by copy and paste them into the mysql console. But you might have a trouble in copy-pasting word_arabic table's records, viz. the arabic character don't appear in the console. If so, consider importing it using the mysql command instead.

emircanerkul commented 1 year ago

I need to run in Mac M1 so I have to use mysql:8.0 and FROM debian instead of debian:jessie. But I got the same problem. Empty correct png images. I fixed these via

Removing All CREATE FULLTEXT lines from 01-schema.sql

Then all works well.