Events Made Easy Forums How do I … How do I send a PDF ticket ?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #63981
    Anonymous
    Inactive

    I would like the concert tickets to be sent by email after payment, in PDF format.

    I have indicated in the settings that the ticket should be sent in PDF and I have configured my model. This must be sent after payment. The email is sent but there is no PDF file in it…

    And on the other hand, when I click on “Ticket PDF template”, in the reservations list, I get a blank page…

    What to do, please?
    We have our concerts in less than 3 weeks…

    #63982
    Franky
    Keymaster

    select a booking and then in the mass-action menu, select “PDF output” and your pdf template. If that doesn’t render your pdf, see if the following php extensions are installed and active:
    * DOM extension
    * MBString extension
    * php-font-lib
    * php-svg-lib
    And make sure to use php 7.4 or newer

    #63985
    Anonymous
    Inactive

    Thanks, Franky.
    PDF Output : ok. I had to choose the model… Oupsss…
    But sending the PDF ticket in the email, it still doesn’t work…

    #63986
    Franky
    Keymaster

    When sending tickets, these get generated and stored in wp-content/uploads/events-made-easy/… , so make sure nothing is preventing write access to that dir (like a security plugin, or selinux, apparmor, …)

    #63987
    Anonymous
    Inactive

    Is 705 correct ?

    #63988
    Franky
    Keymaster

    If 705 are permissions, they are never correct. Should be 755, or 750 or 700
    Next, selinux and/or apparmor might block things too, or a security plugin. Check with your provider for any errors in the apache/php logs

    #63989
    Anonymous
    Inactive

    I just changed the permissions to 755, it works. Thanks very much.

    #63990
    Franky
    Keymaster

    Glad it works!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top