Plugin Support
qtwrk
(@qtwrk)
I am not sure what do you mean , but logically , LiteSpeed won’t modify file extension
you can try download again with plugin disable, and see what it shows
This is about the export function in your plugin. Page: “admin.php?page=litespeed-toolbox#import_export”. The file starts with: “LSCWP_cfg-“.
The computer downloads the file correctly, i.e. the file has the “.data” extension. Check if Chrome on your phone also adds “.html” when downloading a file.
Plugin Support
qtwrk
(@qtwrk)
@autori76 I tested your issue on my mobile and I saw the behaviour.
I modified our code and I think I found a solution.
Please add this line:
@header('Content-Type: application/octet-stream');
to file:
wp-content/plugins/litespeed-cache/src/import.cls.php
right before this code:
@header('Content-Disposition: attachment; filename=' . $filename);
End result should be something like:
@header('Content-Type: application/octet-stream');
@header('Content-Disposition: attachment; filename=' . $filename);
Please confirm the fix π
@litetim I did what you asked and now everything is fine. Thanks π . I think the topic can be closed.
-
This reply was modified 5 months, 2 weeks ago by
Krzysztof.
-
This reply was modified 5 months, 2 weeks ago by
Krzysztof.
@autori76 The fix will be added in 7.3
For now is available for testing on dev. You can test it from LSC => Toolbox => Beta test => select Dev => click Upgrade
Thank you for report.
@autori76 7.3 has been released and it contains the fix for this issue.
Thank you