karsumit94 / phpliteadmin

Automatically exported from code.google.com/p/phpliteadmin
0 stars 0 forks source link

Cannot backup database outside the web server tree #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set a database file name or database folder outside the web server tree.
2.Try to download the backup of the database.

What is the expected output? What do you see instead?
Database should be downloaded, but the server shows a file not found error.

What version of the product are you using? On what operating system?
I'm using 1.9.4.

Which
Database Extension (PDO/SQLiteDatabase/SQLiteDatabase3 - see Database
structure-tab in phpLiteAdmin)?
I'm using PDO.

Please provide any additional information below.
PLA delivers a direct link to the file but is not possible if this file is 
outside the web server tree, so it should deliver the file using 
get_file_contents() and even compress it.
Will be nice if optionally compress all files that generates PLA like CSV or 
SQL as a option. Big exports will benefice about this.

Original issue reported on code.google.com by is2cool...@gmail.com on 21 Mar 2013 at 11:01

GoogleCodeExporter commented 9 years ago
Right, thanks.
In fact 2 issues, 1 defect and 1 enhancement.

Original comment by crazy4ch...@gmail.com on 21 Mar 2013 at 1:18

GoogleCodeExporter commented 9 years ago
I'm renaming this issue to focus on the 'defect' part and I've opened Issue 201 
for the rest.

Original comment by dreadnaut on 21 Mar 2013 at 1:45

GoogleCodeExporter commented 9 years ago
Issue 213 has been merged into this issue.

Original comment by dreadnaut on 24 Apr 2013 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by crazy4ch...@gmail.com on 15 Jan 2014 at 9:46

GoogleCodeExporter commented 9 years ago
Fixed in revision 8cc89391ca0620acf6dfab51a47a99132adce052 (no compression yet, 
so issue #201 is still open).

Original comment by crazy4ch...@gmail.com on 28 Dec 2014 at 3:23