Anonymous | Login | 2024-12-21 23:45 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0002237 | ClearOS | app-mysql - MySQL Database | public | 2015-03-04 09:13 | 2021-01-18 05:44 | ||||
Reporter | marclaporte | ||||||||
Assigned To | |||||||||
Priority | low | Severity | minor | Reproducibility | sometimes | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.6.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002237: phpMyAdmin -> Export with compression "gzipped" -> file is corrupted | ||||||||
Description | The other options are OK (uncompressed, zipped, bzipped) It may be related to system ressources, as someone else reported issues with zip, but it was OK for me. | ||||||||
Steps To Reproduce | https://example.org:81/mysql/ [^] Pick a database with sizable data Export -> Output -> Compression -> try gzipped The file will be downloaded. Uncompress this file and open with a text editor and see if it's corrupt | ||||||||
Additional Information | If it's not trivial to fix, just remove it. The other options are sufficient. http://www.adminer.org/ [^] could be used to compare (is adminer able to export the same data) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001384) bchambers (administrator) 2015-03-04 09:45 |
Sounds like a similar problem we had with downloading archived configuration files. Controller needed: @apache_setenv('no-gzip', 1); before flushing the output buffer. |
(0015251) NickH (developer) 2021-01-18 05:44 |
Appears to work in 7.x |
Issue History | |||
Date Modified | Username | Field | Change |
2015-03-04 09:13 | marclaporte | New Issue | |
2015-03-04 09:16 | user2 | Status | new => acknowledged |
2015-03-04 09:45 | bchambers | Note Added: 0001384 | |
2021-01-18 05:44 | NickH | Note Added: 0015251 | |
2021-01-18 05:44 | NickH | Status | acknowledged => closed |
2021-01-18 05:44 | NickH | Resolution | open => unable to reproduce |