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)

199 Topics 1.6k Posts
  • App won't restart after changing domain / SMTP-Mailer error

    Solved
    6
    0 Votes
    6 Posts
    592 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
    1k Views
    mdreiraM

    @girish ok, done. Email sent to support@

  • WordPress Has Reduced Feature Set Occasionally

    Solved
    5
    0 Votes
    5 Posts
    515 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
    0 Votes
    6 Posts
    714 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

    334cb414-c5d1-4ee4-9bf9-9c886dd2e293-image.png

  • wp-cli not working on 6.3.5?

    Moved
    13
    0 Votes
    13 Posts
    1k 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
    542 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
    1k Views
    girishG

    @jdaviescoates Possibly.. I expanded the guide to outline both the approaches now.

  • 3 Votes
    1 Posts
    103 Views
    No one has replied
  • 0 Votes
    6 Posts
    1k 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
    91 Views
    No one has replied
  • WP Multi-site mail issues

    10
    1 Votes
    10 Posts
    1k 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
    230 Views
    No one has replied
  • .htaccess file missing from fresh WordPress install?

    3
    0 Votes
    3 Posts
    300 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

    9
    0 Votes
    9 Posts
    977 Views
    D

    @robi Oh.....😊 well that went way over my head.

  • 0 Votes
    31 Posts
    2k Views
    girishG

    @arungurume I think what nebulon meant is he put you on a premium plan with no charge until the issue is sorted out (and not the existing free plan).

  • Cannot access using SFTP

    Solved
    4
    0 Votes
    4 Posts
    672 Views
    jdaviescoatesJ

    @girish yeah, you have to put sftp:// when using the quickconnect because the default for that is just ftp (although I wonder if that can be changed in the settings... I've not looked...)

    When just adding a new site in the Site Manager there is just a dropdown and you don't have to type sftp://

  • Installing WordPress Importer fails

    Moved Solved
    4
    0 Votes
    4 Posts
    891 Views
    jdaviescoatesJ

    Just to say, I just tried installing WordPress Importer again on a new install and this time it worked fine, so whatever the problem was seems to have been resolved.

    @girish I think this can be marked as solved (it's too old for me to edit, turn into a question and mark solved myself).

  • SMTP plugin changed to smtp-mailer

    17
    7 Votes
    17 Posts
    1k Views
    girishG

    @d19dotca I can confirm his fix works as well!

  • Apache, OLS and Nginx-Custom Benchmarks

    27
    3 Votes
    27 Posts
    2k Views
    MooCloud_MattM

    @lonk said in Apache, OLS and Nginx-Custom Benchmarks:

    redis is already apart of Cloudron

    Yes & no,
    Yes is part of the cloudron addon, but it can be integrated in different way.

    You can use it for dynamic cache (as cloudron use in there apps), behind the php, db lvl.

    You can use it as a Full Page Cache (similar to what Cache Enebler do but in RAM and not in local disc). php lvl

    You can use it for partial page caching, in this case is at webserver/proxy lvl.

    Redis is just a "database" in RAM, you can use it to store what you want, Redis is not a cache, but you can use it as it was one.

  • Backing up wordpress site with wp-clone to cloudron wordpress instance

    Moved
    3
    0 Votes
    3 Posts
    359 Views
    jdaviescoatesJ

    Perhaps try the All in One Migration plugin, at least couple of us have successfully used that to migrate WordPress to Cloudron.

    See e.g. this thread on How to move Wordpress.