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 (Developer)

201 Topics 1.6k Posts
  • Wrong/missing minor version for WP developer edition

    17
    +1
    0 Votes
    17 Posts
    2k Views
    G
    @robi I think this says it all: https://git.cloudron.io/cloudron/wordpress-managed-app/-/issues/32
  • 1 Votes
    2 Posts
    252 Views
    micmcM
    @scooke Hello as far as I know you should have this running on WP multisite and thus moving it to Cloudron should be as easy as migrating any WP site. That being said, it may depends on how you have set your multisite either using sub domains or sub directories. I'm running a multisite using sub directories on Cloudron for a few years without any problems. There has been a few discussions here on the forum about the capacity of using it with sub domains, however I'm not sure if anything has ended up with a solution for this issue. Maybe, you can make a search for that on the forum, which I will check on myself as well as you remind us about it.
  • Logging in resets role to "Editor" instead of "Administrator" or "Shop Manager"

    Solved
    27
    +0
    2 Votes
    27 Posts
    2k Views
    d19dotcaD
    I just tried it, works great. Glad we got it sorted. Thanks for the help everyone.
  • 1 Votes
    2 Posts
    194 Views
    nebulonN
    Thanks for sharing the detailed solution here!
  • WordPress Unmanaged & LDAP users

    15
    2 Votes
    15 Posts
    2k Views
    girishG
    @marcusquinn I think this thread was about adding LDAP to WordPress Developer. We added that long time ago. But @d19dotca reported recently that LDAP plugin is not managing the roles properly - https://forum.cloudron.io/topic/6625/logging-in-resets-role-to-editor-instead-of-administrator-or-shop-manager . I have to investigate that.
  • WordPress Not responding. Could not update option 'authLDAPOptions'.

    Solved
    7
    0 Votes
    7 Posts
    830 Views
    B
    @girish thanks for your help
  • Redis Object cache

    3
    1 Votes
    3 Posts
    622 Views
    mdreiraM
    @vova have you solved it?
  • Cron tasks

    Moved Solved
    35
    0 Votes
    35 Posts
    3k Views
    mdreiraM
    @girish It's a shame, I'll have to change the plugin
  • 1 Votes
    12 Posts
    588 Views
    d19dotcaD
    @girish - It seemed like tonight it finally updated. Not sure why tonight over any other night though when it's been out for about 2 weeks and I check for auto-updates M-F each night, but it looks good now.
  • Debugging WordPress

    10
    0 Votes
    10 Posts
    1k Views
    J
    @girish So I replicated what you had done in the demo. So that seems to be working now -- after I disabled the plugins we have installed. I'm going to work through and go one-by-one on the plugins and see what is going on. This seems to be a really odd issue.
  • Contact Us form plugin that works with SMTP-Mailer

    3
    6 Votes
    3 Posts
    479 Views
    humptydumptyH
    I'm using Contact Form 7 + Friendly Captcha along with SMTP-Mailer. It's working fine for me. https://wordpress.org/plugins/contact-form-7/ https://wordpress.org/plugins/friendly-captcha/ https://friendlycaptcha.com/
  • Wordpress www.mydomain.com redirects to mydomain.com

    Solved
    17
    0 Votes
    17 Posts
    1k Views
    H
    @girish sorry for the long delay in answer, many many thanks
  • Wordpress Multisite Problems

    Moved
    3
    +0
    0 Votes
    3 Posts
    501 Views
    J
    @scooke Ah! Ok, I will try this, thank you!
  • Migrating individual virtualhost Wordpress to Cloudron?

    Moved
    2
    0 Votes
    2 Posts
    303 Views
    girishG
    @zappy for WP migration, https://docs.cloudron.io/guides/migrate-wordpress/ is maybe a good start. Cloudron annoys the hell out of me if I/Cloudron doesn't control the DNS. Please allow me to make it stop. Not sure what annoyed you Happy to fix whatever that is, but otherwise, you can always change the DNS provider to 'manual' and then Cloudron won't touch your DNS. Nextcloud limitations. There doesn't seem to be a nextcloud-dev version that lets me have plugins and do custom stuff without a ton of steps. By nextcloud dev, do you mean just having a "playground" nextcloud installation ? We do this usually using "clone" functionality - https://docs.cloudron.io/backups/#clone-app . That will create an exact replica of your existing app into another location and then you can tinker on a non-prod instance.
  • Blank page in Wordpress LAMP stack unexpectedly

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    murgeroM
    @zezaung hey sorry been sick today so I've been sleeping what page had the issue? Cause the site loads great for me
  • Accessing db via CLI?

    Solved
    6
    0 Votes
    6 Posts
    686 Views
    chetbakerC
    @girish Yep, that worked! Thanks a lot.
  • Setting memory_limit dynamically in WordPress (Developer) package

    7
    2 Votes
    7 Posts
    886 Views
    girishG
    @d19dotca whoops, looks like some network retry from my browser. did not notice! i removed the dup.
  • Where is memory_limit and wp_memory_limit set?

    Solved
    8
    +0
    0 Votes
    8 Posts
    1k Views
    d19dotcaD
    FYI - related discussion: https://forum.cloudron.io/topic/5960/setting-memory_limit-dynamically-in-wordpress-developer-package
  • Browser caching

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    @humptydumpty adding another layer will have some performance impact but it should be barely noticeable (plus the security benefits of such a setup are immense). nginx does nothing other than https <-> http on Cloudron.
  • WooCommerce Coupon expired early I believe due to UTC time

    5
    0 Votes
    5 Posts
    963 Views
    d19dotcaD
    @martinkbs & @girish - So I found the documentation for WooCommerce which does seem to state that it uses the time zone: https://docs.woocommerce.com/document/smart-coupons/how-to-set-expiry-time-with-the-expiry-date/ However that definitely wasn't my experience. Here's a screenshot I took yesterday and meant to include in my original posting, showing the local time zone not yet at October 1st but the server time was October 1st, which is why I strongly believed the code was marked expired because it was looking at the server time instead (it was the only explanation that made sense): [image: 1633147441754-screen-shot-2021-09-30-at-9.35.52-pm-resized.png] I have created a new coupon code for them which I set to expire on November 1 so I'll try to remember to test out later in the evening of October 31st. I'll also try to duplicate this website to a staging domain and test as well as that'll probably be much quicker so I won't have to wait hahaha. I'll try to report back with my test results.