Closed nicbou closed 5 years ago
I solved in on my end by making sure simplexml
was installed (php7-simplexml
in Alpine) and restarting Apache. Perhaps this could be added to the installation instructions?
I got further along the process, and got the following error in the logs (no errors in the UI):
The shell command "mysqldump --defaults-extra-file="/var/www/storage/runtime/temp/my.cnf" --add-drop-table --comments --create-options --dump-date --no-autocommit --routines --set-charset --triggers --single-transaction --no-data --result-file="/var/www/storage/backups/feedme-190620_110852_anqdu3clkt.sql" craft && mysqldump --defaults-extra-file="/var/www/storage/runtime/temp/my.cnf" --add-drop-table --comments --create-options --dump-date --no-autocommit --routines --set-charset --triggers --no-create-info --ignore-table=craft.craft_assetindexdata --ignore-table=craft.craft_assettransformindex --ignore-table=craft.craft_sessions --ignore-table=craft.craft_templatecaches --ignore-table=craft.craft_templatecachequeries --ignore-table=craft.craft_templatecacheelements --ignore-table=craft.craft_cache --ignore-table=craft.craft_templatecachecriteria craft >> "/var/www/storage/backups/feedme-190620_110852_anqdu3clkt.sql"" failed with exit code 127: sh: mysqldump: not found - Connection.php: 614
In Alpine, this is solved by installing the mysql-client
package.
Ultimately it is the cakephp/utility
package’s responsibility to ensure that the SimpleXML extension is installed, as that is the thing that is actually expecting it. I’ve just opened cakephp/cakephp#13402 to address that.
Description
I installed the plugin from the plugin store, and ran it against a feed that's a regular WordPress export XML file. When I click "Save & continue", I get a stack trace.
This is the docker machine on which my Craft website runs:
Additional info