# |
Oct 7th 2016, 15:40 |
asdfXXasdf |
I read that hybridauth supports only specific providers. Does anybody know how to implement an additional OpenID provider? |
# |
Oct 7th 2016, 15:24 |
dakota |
0.9.9 is a very old version |
# |
Oct 7th 2016, 15:17 |
rchavik |
but recent ones should be headless and does not need xvfb afaik |
# |
Oct 7th 2016, 15:17 |
maikh |
yes, im reading... |
# |
Oct 7th 2016, 15:17 |
rchavik |
maikh, http://stackoverflow.com/questions/9604625/wkhtmltopdf-cannot-connect-to-x-server |
# |
Oct 7th 2016, 15:15 |
rchavik |
hmm, maybe try updating to a more recent version maikh |
# |
Oct 7th 2016, 15:13 |
maikh |
0.9.9 |
# |
Oct 7th 2016, 15:12 |
rchavik |
maikh what is the version of wkhtmltopdf ? |
# |
Oct 7th 2016, 15:08 |
maikh |
cannot connect to X server |
# |
Oct 7th 2016, 15:06 |
dakota |
To test it, run wkhtmltopdf in terminal |
# |
Oct 7th 2016, 15:06 |
dakota |
And preferably in your PATH environment variable |
# |
Oct 7th 2016, 15:06 |
dakota |
ensure the binary is executable and somewhere that the webserver can access |
# |
Oct 7th 2016, 15:06 |
nemmons |
ah okay |
# |
Oct 7th 2016, 15:06 |
maikh |
@nemmons this part is done ;) |
# |
Oct 7th 2016, 15:05 |
nemmons |
maikh what user is running your webserver? |
# |
Oct 7th 2016, 15:05 |
bravo-kernel |
:face_with_rolling_eyes: |
# |
Oct 7th 2016, 15:05 |
dakota |
download http://wkhtmltopdf.org/ |
# |
Oct 7th 2016, 15:05 |
dakota |
Itâ??s very easy to run it |
# |
Oct 7th 2016, 15:05 |
maikh |
i know... i meant the github "friendsofcake" |
# |
Oct 7th 2016, 15:05 |
bravo-kernel |
we are all friendsofcake x) |
# |
Oct 7th 2016, 15:04 |
maikh |
@dakota are you a "friendsofcake" |
# |
Oct 7th 2016, 15:02 |
maikh |
i dont get it run... :( |
# |
Oct 7th 2016, 14:48 |
dakota |
And full css3 |
# |
Oct 7th 2016, 14:48 |
dakota |
wkhtmltopdf is the one to use if you want speed :slightly_smiling_face: |
# |
Oct 7th 2016, 14:44 |
spriz |
one really shouldnâ??t use bootstrap in dompdf :,) |
# |
Oct 7th 2016, 14:44 |
nemmons |
Haha that probably explains it |
# |
Oct 7th 2016, 14:44 |
spriz |
well itâ??s not really CSS3 compliant, weâ??ve made CSS from ground up for those |
# |
Oct 7th 2016, 14:44 |
nemmons |
I don't know many of the details since i don't deal with it much |
# |
Oct 7th 2016, 14:43 |
spriz |
Dompdf was slow with big tables etc. |
# |
Oct 7th 2016, 14:43 |
nemmons |
We have a lot of CSS issues with it, particularly related to bootstrap |
# |
Oct 7th 2016, 14:43 |
spriz |
changed to dompdf simply to test out itâ??s speed compared to dompdf |
# |
Oct 7th 2016, 14:42 |
spriz |
weâ??ve used dompdf for 1+ year without issues :slightly_smiling_face: |
# |
Oct 7th 2016, 14:42 |
maikh |
and Mpdf is ok @spriz ? |
# |
Oct 7th 2016, 14:42 |
maikh |
uh, i dont like problems :P |
# |
Oct 7th 2016, 14:42 |
nemmons |
was planning on trying out other engines soon |
# |
Oct 7th 2016, 14:41 |
nemmons |
I'm using DomPDF and having all kinds of problems with it |
# |
Oct 7th 2016, 14:40 |
spriz |
weâ??re using Mpdf |
# |
Oct 7th 2016, 14:40 |
spriz |
Personally havnâ??t used wkhtmltopdf :S |
# |
Oct 7th 2016, 14:39 |
maikh |
@spriz ok, fixed that. but now, i only get 'wkhtmltopdf didnt return any data'... example ist like this: https://github.com/FriendsOfCake/CakePdf#2-create-pdf-for-email-attachment-file-storage-etc |
# |
Oct 7th 2016, 14:38 |
cactuss |
lol i was just using it to see what sql queries each page was making and didn't really realize it was keeing much state |
# |
Oct 7th 2016, 14:38 |
cactuss |
i have a dev server running debug kit and it's sqlite db crept up to 6GBs. Am I doing something wrong? Should i set up a cron to clean it every now and then? Why is it so big? thx |