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)

205 Topics 1.6k Posts
  • Setting memory_limit dynamically in WordPress (Developer) package

    7
    2 Votes
    7 Posts
    1k 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 wordpress memory
    8
    1
    0 Votes
    8 Posts
    2k 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
    1k 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.
  • Optional mail configuration

    2
    0 Votes
    2 Posts
    395 Views
    girishG
    @d19dotca Yes, this means that the app can be configured so that the admin can take total control of the mail configuration inside WordPress. See the "Optional Email Configuration" section in the latest release - https://blog.cloudron.io/cloudron-6-3-released/ If you configure WP as "Do not configure mail settings", then you can install another WP mail plugin and manage it entirely yourself. For example, you can also send emails directly via sendgrid/SES etc instead of via Cloudron mail server as well.
  • wp-cli disappeared

    Moved Solved
    11
    0 Votes
    11 Posts
    2k Views
    D
    @girish Thank you its all working now.
  • App won't restart after changing domain / SMTP-Mailer error

    Solved
    6
    0 Votes
    6 Posts
    739 Views
    C
    @nebulon I have identified that it is an issue with multisite and the setting define( 'DOMAIN_CURRENT_SITE', 'xxx.de' ); in the wp-config file. This does not seem to be getting updated automatically and hence the change needs to be made manually (and also in the database). Sorry, I didn't mention that it was a mutlisite installation before because I couldn't see any reason for that to affect the smtp plugin settings.
  • 0 Votes
    10 Posts
    2k Views
    mdreiraM
    @girish ok, done. Email sent to support@
  • WordPress Has Reduced Feature Set Occasionally

    Solved
    5
    0 Votes
    5 Posts
    726 Views
    ?
    @jdaviescoates Yes you are right thanks. I guess I got confused because I feel it's strange that users from Cloudron are not fully carried over to WordPress instances if you understand what I mean, although I still may need a bit more of a refresher. Actually, with all the devlopment work going on, it is a wonder anyone can keep all their crucial security information up to date. Thanks for the help - this topic is closed as far as I am concerned.
  • WordPress Breaks After Changing Permalinks (403 Forbidden Error)

    6
    2
    0 Votes
    6 Posts
    1k Views
    girishG
    The file /app/data/public/.htaccess will automatically be updated with the below when the permalink structure is changed. If you imported from another install, can you please check if your htaccess has this? You can check this file using the file manager # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress [image: 1627595584635-334cb414-c5d1-4ee4-9bf9-9c886dd2e293-image.png]
  • wp-cli not working on 6.3.5?

    Moved
    13
    0 Votes
    13 Posts
    2k Views
    girishG
    I have fixed this for the next release.
  • Discussion on my PRs for more-thorough Wordpress Multisite support

    4
    2 Votes
    4 Posts
    751 Views
    LonkleL
    @lonkle I forgot I turned automatic updates off, Domain Aliases are supported in v6.1.2. But on top of that, you should note that you only enabled Domain Aliases on subdomain multisite installs, not subdirectory multisite installs. Both of those types of Multisite Modes support multi-domains. That's important to note since many like to use subdirectories and still use multiple domains.
  • Migrating Wordpress Cloudways to Cloudron

    Moved Solved
    11
    1 Votes
    11 Posts
    2k Views
    girishG
    @jdaviescoates Possibly.. I expanded the guide to outline both the approaches now.
  • 3 Votes
    1 Posts
    122 Views
    No one has replied
  • 0 Votes
    6 Posts
    2k Views
    imc67I
    @girish I requested the developers to review the query. Meanwhile I changed the setting in mysql and indeed the plugin doe work now as expected!
  • "Could not update option 'smtp_mailer_options" infinite loop restarting

    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • WP Multi-site mail issues

    10
    1 Votes
    10 Posts
    2k Views
    girishG
    I have tried to fix this in the latest package - https://docs.cloudron.io/apps/wordpress-developer/#email-setup-multisite . I pushed the update last week but it's been rolling out slowly. A new install (which is required for multi-site) will get the latest package.
  • WordPress & PHP memory-related notes

    1
    4 Votes
    1 Posts
    269 Views
    No one has replied
  • .htaccess file missing from fresh WordPress install?

    3
    1
    0 Votes
    3 Posts
    428 Views
    girishG
    I think the WP distribution does not have .htaccess files at all and it's only generated when you setup permalinks. I thought maybe atleast wp-content might have .htaccess inside it but even that doesn't. I guess it's up to the user to set those up, if they want to. I guess the main danger is if your site somehow allows someone to upload php files, then it might get executed under wp-content. But this of course requires one to install such a plugin that let's someone upload random files.
  • SFTP to Wordpress Developer

    sftp
    9
    0 Votes
    9 Posts
    1k Views
    D
    @robi Oh..... well that went way over my head.