how to trigger the data storage directory creation ?
-
Accidentally posted the question on your github issues tracker at https://github.com/Sucuri/sucuri-wordpress-plugin/issues/25 so reposting here π
I have an automated installer for wordpress via wp-cli but when i install sucuri-scanner plugin, the data storage directory which would default to /home/nginx/domains/newdomain2.com/public/wp-content/uploads/sucuri doesn’t exist until i log into admin and sucuri dashboard.
I want to modify the data storage path in /home/nginx/domains/newdomain2.com/public/wp-content/uploads/sucuri/sucuri-settings.php during wordpress unattended auto installation without using a wp-config.php option.
i.e. for domain newdomain2.com
ls -lah /home/nginx/domains/newdomain2.com/public/wp-content/uploads/ 2016and plugin list via wp-cli
wp plugin list
+-----------------+----------+--------+---------+ | name | status | update | version | +-----------------+----------+--------+---------+ | akismet | inactive | none | 3.2 | | cache-enabler | active | none | 1.1.0 | | cdn-enabler | active | none | 1.0.3 | | disable-xml-rpc | active | none | 1.0.1 | | optimus | active | none | 1.4.7 | | sucuri-scanner | active | none | 1.8.1 | +-----------------+----------+--------+---------+
The topic ‘how to trigger the data storage directory creation ?’ is closed to new replies.