Thread Starter
webbro
(@webbro)
Hi!
Tried defining it in the .htaccess and wp-config and WordPress says it has that available but our shared hosting accounts has its limits for sure.
The hosting will be the issue. I thought i would be able to export like 400 pdfs at a time but that will never work on shared hosting.
Anyways thanks for the direction i need to look for.
Cheers, great plugin!
Same problem here,
changed
if ( ! empty( $_SERVER[ 'HTTPS' ] ) ) {
to
if ( empty( $_SERVER[ 'HTTPS' ] ) ) {
which works for a temporary fix for me