You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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
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?
The text was updated successfully, but these errors were encountered: