Kit import unnecessarily fails in some edge cases #27241
jamieburchell
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
Two things bugging me about Elementor's kit import function:
wp-contentdirectory is not writable, even though it doesn't write here during import (it writes towp-content/uploads/elementorand that is writable).In an environment where permissions are locked down (such as when using Roots Bedrock and/or implementing WordPress hardening best practises) this is an unnecessary barrier.
DISALLOW_FILE_MODSenabled, the import will complain that the required plugins cannot be installed. If you temporarily disableDISALLOW_FILE_MODSand retry, the import process will tell you that you've already got the plugin installed at a newer version and will allow you to proceed.It seems the importer checks if plugins can be installed before it checks to see if it actually needs to install a plugin. Again this is an unnecessary barrier if you have already met the kit's dependencies.
Describe the solution you'd like.
Allow a kit to be installed if the
uploads/elementordirectory is writable (or whatever location it wants to store tmp files) and the plugin dependencies are met.Describe alternatives you've considered.
No response
Additional context
No response
Agreement
All reactions