Ticket #2252 (closed enhancement: fixed)
Import/Export plugin does not use configured database driver
Reported by: | PmData | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 2.12 |
Component: | module:import/export | Version: | 2.11.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
In file plugins/importExport/inc/class.dc.import.dc1.php, line 237, the database driver to use is hardcoded to 'mysql' (which is deprecated since a while). So it is not possible to export a dotclear 1 installation when running on a system that uses PHP7, to import in dotclear2.
The plugin should by default use the configured database driver, and/or even give the choice to the user, between available databases drivers.
Change History
Note: See
TracTickets for help on using
tickets.