Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

WordPress (Managed)

104 Topics 812 Posts
  • Connecting WordPress with Nextcloud

    8
    0 Votes
    8 Posts
    5k Views
    C
    @girish Thanks, I will try it out.
  • Blackhole for Bad Bots - proposing this as a default install

    19
    2 Votes
    19 Posts
    2k Views
    jdaviescoatesJ
    @robi I've no idea how it works either!
  • "This update is a pre-release and not considered stable yet" message

    Solved
    2
    +0
    0 Votes
    2 Posts
    311 Views
    girishG
    @ruihildt Updates to packages are rolled out slowly. So if a user tries to check for an update manually (i.e they click for 'check for updates') and they are not part of the rollout, they get shown that message. Generally, it is safe to update anyway but we are just being careful here.
  • 4 Votes
    4 Posts
    398 Views
    LonkleL
    @girish said in Feature Request (if even possible): Use Backup & Restore to Migrate between WordPress packages: Yes, would be great to have this but have to see if it's possible. The main issue is that most of the migrator plugins bring in the source code of WordPress and this is incompatible with the managed WordPress concept. I was only thinking Managed to Developer conversions which could be done from outside of WP easily. Just have to change the WP directory at the end of the conversion. Developer to Managed is more tricky. It would have to be destructive and overwrite all files that are read only but keep everything else. Possible - but more involved.
  • What is the point of WordPress (Managed)?

    39
    4 Votes
    39 Posts
    2k Views
    girishG
    I tried to make a conclusion here - https://forum.cloudron.io/topic/3488/changes-to-wordpress-apps . Thanks for all the suggestion guys!
  • Approved plugin that needs to access /app/code/wp-settings.php

    Solved
    23
    0 Votes
    23 Posts
    2k Views
    marcusquinnM
    @d19dotca Yup, they cover all sorts of obscure things for all countries, including cash on delivery and other random country-specific popular services. Ebay uses them now. Rates seem pretty fair. Certainly easier than setting them all up individually.
  • Unable to restore a WP site via UpdraftPlus

    8
    0 Votes
    8 Posts
    715 Views
    ruihildtR
    @Lonk Both versions.
  • Are there any issues with the Divy builder theme?

    10
    0 Votes
    10 Posts
    1k Views
    robiR
    @ruihildt said in Are there any issues with the Divy builder theme?: @d19dotca I can confirm Elementor (and Pro) works perfectly well with both managed and unmanaged versions. Same with Divi. Thank you! It looks like both of those improved over the last two years and have contributed and extended WP so things are much more compatible, and doesn't affect the read-only Cloudron app install.
  • Wordpress Themes Not Installing Pages

    Moved
    6
    0 Votes
    6 Posts
    722 Views
    robiR
    @theTECHIEflyer which themes are these?
  • Change PHP Max Input Vars

    Solved
    3
    0 Votes
    3 Posts
    743 Views
    W
    @girish said in Change PHP Max Input Vars: [PHP] max_input_vars = 5000 It worked, thanks!
  • Redis & Managed & Un-Managed Wordpress

    2
    0 Votes
    2 Posts
    351 Views
    girishG
    @rmdes I think you might have misunderstood my earlier post. Managed WP - there is no way to use redis on this. Even if you install the redis plugin, redis itself is not available to the app. But as also mentioned in the other post, redis provides an object level caching. It's kind of unlikely that it will make your site amazingly fast. Think of it as a cache for database objects. Given that in Cloudron's case, the database itself is local, redis access won't be magnitude faster than mysql. Unmanaged WP - these apps have redis enabled by default. In fact, there is no way to disable redis in these. There is a feature request to be able to dynamically turn on/off redis. With that explanation... do your current WP installations not reflect the above?
  • enabling Redis cache to wordpress

    5
    0 Votes
    5 Posts
    2k Views
    girishG
    @rmdes Yes, I have been doing some load tests with Cloudron app vs Vanilla WP vs OpenLite Speed. Generally, having redis is not much of a difference. What makes the big difference is static page caches like W3 Total Cache. It's also the reason OLS on first run appears so fast (it has a cache plugin enabled by default). Redis cache is for objects and dynamic pages, it's not going to make things much fast. Note that one pain of these static cache plugins is that you have to clear the cache manually (or set some timer to re-generate the cache).
  • 3 Votes
    3 Posts
    396 Views
    girishG
    This is fixed in the latest packages. Thanks for reporting.
  • WordPress 5.5 update issue

    Solved
    3
    0 Votes
    3 Posts
    246 Views
    girishG
    @johnbolt Sure, just revert it from your backups. Under the backups view of the app, look for package versioned 2.11.1 (this has the older WP). After reverting, disable automatic updates (in the Updates section of the app).
  • what runs cloudrun wp and what does it manage?

    Moved Solved
    3
    0 Votes
    3 Posts
    504 Views
    D
    @girish said in what runs cloudrun wp and what does it manage?: want to edit WP core files. In such a case, Cloudron cannot do automatic updates since the user edit files and it's not possible to know what the update has to do. This one also uses apache. Thanks for the reply.
  • Reach Wordpress Site, But Admin Doesn't not loads

    Moved Solved
    8
    +1
    0 Votes
    8 Posts
    771 Views
    d19dotcaD
    @girish I was actually going to post this before too... that trailing slash is important. However, this behaviour only seems to impact the managed app. The unmanaged app doesn't require that trailing slash. Any ideas why these are different?
  • Wordpress has stopped working

    Moved Solved
    4
    0 Votes
    4 Posts
    638 Views
    girishG
    @ice said in Wordpress has stopped working: Jul 27 17:20:01 [Mon Jul 27 16:20:01.042734 2020] [php7:error] [pid 41] [client 172.18.0.1:48468] PHP Fatal error: Cannot redeclare authLdap_send_change_email() (previously declared in /app/data/wp-content/plugins/authLdap-2.4.2/authLdap.php:849) in /app/data/wp-content/plugins/authldap/authLdap.php on line 849, referer: https://my.removed/ This is the problem. I think the issue was because the LDAP plugin was updated by you (?). The fix is to remove wp-content/plugins/authldap directory using the File Browser (do not remove the authLdap-2.4.2 directory). Does that work?
  • 0 Votes
    10 Posts
    1k Views
    girishG
    @ice Let's discuss in https://forum.cloudron.io/topic/2947/wordpress-has-stopped-working
  • Not all plugins got an update on latest package version

    Solved
    2
    1 Votes
    2 Posts
    179 Views
    girishG
    @imc67 I wish there was a way to track WP Mail SMTP package updates. I have fixed up the package by hand now but it's something I need to keep in mind everytime I update WordPress. I have also fixed up the package to install the latest plugins/themes (on first run only). Thanks for reporting!
  • From address defaults in WordPress Managed

    6
    1 Votes
    6 Posts
    660 Views
    girishG
    Yeah, we made changes specifically to preserve the mail from. If you find that it doesn't work, please report back.