Wordpress Base directory
-
Im getting error when i try to upload a plugin. Its asking me to change to the default directory. what is the proper path?
-
@Thedurancode Can you provide more information:
- Which WordPress app are you using (Managed, Developer)?
- Which plugin are you trying to install?
I've had a few issues in the past where you need to make sure that the permissions on the folder after upload are set to www-data and also I've had to restart the app after install and that seems to have fixed everything.
-
@JLX89 this is my error trying to use POs for woocommerce
No wordpress base dir found.
Please goto /app/data/wp-content/plugins/woocommerce-openpos/pos/index.php , find the line
# $base_dir = 'ENTER_YOUR_WORDPRESS_BASE_PATH'; // enter your custom wordpress base dir and uncomment
and replace with your new wordpress patch + uncomment (remove "#"). And try again!
$base_dir = 'ENTER_YOUR_WORDPRESS_BASE_PATH'; // enter your custom wordpress base dir and uncomment -
@Thedurancode You can try enabled WordPress Debugging and report back with any errors.
For the base path you can trying entering in your WordPress installation URL, probably starting with https://
Really hard to know without seeing any debug errors. You might want to check with the plugin author and find out what versions of PHP their plugin is compatible with.
Do you have a link to their installation or system requirements?
-
@Thedurancode What is the exact error? Do you have a screenshot ?
Also, as @JLX89 said, there are two WordPress packages:
- Managed - https://www.cloudron.io/store/org.wordpress.cloudronapp.html
- Developer - https://www.cloudron.io/store/org.wordpress.unmanaged.cloudronapp.html
If you want to use a lot of plugins/customization, use the Developer edition. This gives you a lot more control of your installation.
-