Support

Home Forums Ticketing Add-on HTTPS conflicting with Ticketing?

HTTPS conflicting with Ticketing?

Posted: February 18, 2013 at 1:24 pm


April

February 18, 2013 at 1:24 pm

Hello,
I’ve spent some time trying to configure the WP HTTPS with EE, and thought I got everything working but when I ran a transaction, the ticket returned with the confirmation was a bit off and the download pdf function completely broken.

I had to set the Force SSL sitewide – I tried to do it by individual page but when I did, the SUBMIT button would direct to the EVENT REGISTRATION page instead of the confirmation page.
I’m using a different registration page with a product box plugin as the landing page and redirecting to the subpage for the Event Registration page
I have made sure all EE folders are set to 755
I’ve already tested deactivating all plugins

Landing Page: https://tbexcon.com/2013-europe/registration
Secondary Page: https://tbexcon.com/2013-europe/event-registration/?ee=2
Ticket Link: https://tbexcon.com/2013-europe/?ticket_launch=true&id=10&r_id=2-512287c55585d&html=true

Any suggestions are appreciated. I’m okay with the entire site being https, I just want to make sure the ticketing is squared away so there are no problems on site.
Regards,
Chris

  • This topic was modified 11 years, 2 months ago by  April.
  • This topic was modified 3 years, 9 months ago by  Garth.


Sidney Harrell

February 19, 2013 at 12:36 pm

It looks like the problem is not related to the http / https issue, because I can load the ticket link in http, and I still see the same broken pdf problem. It looks like you may be missing the php5-gd image manipulation library package. Can you check your server and see if that library has been installed?


Jonathan Wilson

February 19, 2013 at 12:46 pm

Hi Chris,

Have you checked the Force HTTPS on Return URL box in the PayPal settings?

Also, what do you mean the confirmation was a bit off?


April

February 20, 2013 at 11:48 am

Jonathan, what I mean by the confirmation being off is the way the CSS is laying out the page with the url differences. You can see this by clicking on the sample ticket I provided, then changing it to http – you will see that the formatting is off with the https.

Sidney, I’ve sent in a request to my server to see if that library pack has been installed.

Any ideas why the https plugin causes the EE plugin to break if I don’t turn https on sitewide? (Event Registration > Event Page > Event Registration – continuous loop)

Regards,
Christopher Castro


April

February 20, 2013 at 11:58 am

Regarding the HTTPS box in the payment gateway – I’ve tried it with both checked and unchecked with no difference.

Regards,


April

February 20, 2013 at 8:43 pm

Hello,
My host has confirmed that the library pack is installed on my server.

GD Support enabled
GD Version 2.0
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.11
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPEG Support enabled
libJPEG Version 6b
PNG Support enabled
libPNG Version 1.2.42
WBMP Support enabled

Regards,
Chris


Sidney Harrell

February 22, 2013 at 1:18 pm

It looks like dompdf, which does the pdf rendering, is using the following to determine a directory where it can temporarily store the images:

def("DOMPDF_TEMP_DIR", sys_get_temp_dir());

Can you find out what that directory is by putting

echo sys_get_temp_dir();

in a php file and executing it?


April

February 22, 2013 at 5:45 pm

Hello Sidney,
The echo is pulling the following directory

/tmp

Regards,
Chris


Josh

  • Support Staff

February 26, 2013 at 7:58 am

Hi Christopher,

Can PHP write to the /tmp directory?

The support post ‘HTTPS conflicting with Ticketing?’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso