Developer
Supported
Protected Links
ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5, ExpressionEngine 6
Back to this add-on's main page
View Other Add-ons From Yuri Salimovskiy
zipped folders failing
Support Request
Lisa Ellington
|
Posted: 26 August 2021 10:24 AM |
|
|
|
You helped me YEARS ago with an EE protected link issue. We upgraded EE a few years ago, had trouble again with the protected links working with ZIPPED folders working properly.
I see that you helped me by logging in and doing something on the backend. Is this a known issue and is there a fix? If not, I’d like to be able to talk to you about getting this fixed. We’ve had to set our files to public to get them to work and we really can’t keep them that way.
We are running v 3.0.2 and EE 3.5.15
The site is currently being redeveloped in Craft, but we have to protect these files in the meantime.
Thank you!
|
|
|
|
Yuri Salimovskiy
|
Posted: 01 September 2021 12:18 AM |
# 2
|
|
Developer
|
What is the exact error message or issue that you get?
|
|
|
Lisa Ellington
|
Posted: 01 September 2021 12:37 PM |
# 3
|
|
|
The file downloads. The error when trying to open the zip is “Unable to expand filename.zip” It is an unsupported format.
This doesn’t happen when I’m not using the protected links addon. The zip expands just fine.
|
|
|
Yuri Salimovskiy
|
Posted: 02 September 2021 12:31 AM |
# 4
|
|
Developer
|
Try opening the downloaded zip with text/code editor and see if there’s an error message in the beginning of file
|
|
|
|
Yuri Salimovskiy
|
Posted: 02 September 2021 08:57 AM |
# 6
|
|
Developer
|
Ok. Try setting error reporting in EE to highest preference (errors shows to anyone) and try again
|
|
|
Lisa Ellington
|
Posted: 02 September 2021 10:23 AM |
# 7
|
|
|
I can’t even get error reporting to show up—it throws a js error.
|
|
|
Yuri Salimovskiy
|
Posted: 02 September 2021 10:30 AM |
# 8
|
|
Developer
|
You can also set `$debug = 1;` in `index.php` or
`$config[‘debug’] = ‘2’;` in config.php
|
|
|