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
  • When Cloudron updates the WordPress app, would it reinstall an enable SMTP Mailer?

    Unsolved
    52
    1 Votes
    52 Posts
    1k Views
    micmcM

    @marcusquinn Yeah, I know 😞

  • Error : External Error

    2
    0 Votes
    2 Posts
    110 Views
    nebulonN

    Unless you can retry eventually with a successful download of the backup. The app will not have any data to work/start with unfortunately.

  • 8G Firewall - Wordpress - Can we use this for the Cloudron Wordpress?

    Moved
    6
    2 Votes
    6 Posts
    424 Views
    micmcM

    @CBCUN said in 8G Firewall - Wordpress - Can we use this for the Cloudron Wordpress?:

    would you provide us with an example htaccess that we can use to increase the security of the installations? 🙂

    Well, this is what this thread is all about.
    Simply, copy and paste in your .htaccess file, the code from the file here, save the file and restart Apache. Done.

  • usermanagement in wordpress & Cloudron

    Solved
    4
    1 Votes
    4 Posts
    194 Views
    nebulonN

    The userdirectory is read-only by design for apps. You can write your own code/plugin though using the Cloudron API to implement this https://docs.cloudron.io/api.html#tag/Users

  • 1 Votes
    3 Posts
    129 Views
    jdaviescoatesJ

    @dsp76 said in Wordpress wp-config.php memory limit - not updated when Container resized?:

    PHP Memory limit in wp-config still was set to 512MB, despite the container of WordPress (developer) was increased to 3 GB.

    Yeah, these a two completely separate things really.

  • WP-CLI Doesn't Work

    2
    1 Votes
    2 Posts
    106 Views
    girishG

    Usually Killed means that the app is running out of memory. Give it more memory and try running the command.

    BTW, there is an alias called wp. You can just use that to run wp cli commands.

  • Access File Manager without domain

    5
    1 Votes
    5 Posts
    291 Views
    matix131997M

    @ghstandard

    At the hosting provider where you have domain.com. If I understood correctly that you had connected to the Cloudron panel from this domain.com, not from this domain2.com then you need to enter the management panel with DNS and manually enter "my" as subdomain and IP address. Wait until DNS propagation and then you can enter the panel with confidence.

  • 1 Votes
    1 Posts
    62 Views
    No one has replied
  • Separate WordPress Multisite App

    1
    0 Votes
    1 Posts
    79 Views
    No one has replied
  • Wordpress (developer) gets stuck (health check + Activity Pub plugin?)

    Moved
    5
    1 Votes
    5 Posts
    383 Views
    David 0D

    Right, the one by Matthias Pfefferle and Automattic. It enables your blog as fediverse-instance and allows users, e.g. on mastodon to follow your blog. They can even reply to "posts" in their timelines, and those replies appear as comments on the WP site.

  • Website stuck in redirect error

    2
    1 Votes
    2 Posts
    87 Views
    girishG

    Currently, the DNS entry is not there:

    $ host workingghstandard.com Host workingghstandard.com not found: 3(NXDOMAIN)
  • FPDF Install

    Moved
    2
    1 Votes
    2 Posts
    167 Views
    girishG

    @argilmour do you mean https://github.com/Setasign/FPDF?tab=readme-ov-file ?

  • Which WordPress theme or builder do you use/recommend?

    Moved
    40
    2 Votes
    40 Posts
    3k Views
    marcusquinnM

    @dev-cb You won't regret. Likely you'll never want to use another theme or way of building again! If I understand what you're thinking, I use Patterns for that. Very versatile. Their Cloud plugin also makes it easy to share design templates form one site to others.

  • Support for WordPress Playground Blueprints (Manifests)

    1
    1 Votes
    1 Posts
    58 Views
    No one has replied
  • Wordpress: No E-Mails after migration from old server

    Moved Solved
    6
    1 Votes
    6 Posts
    386 Views
    im-fabianI

    @girish thx, that solved the problem. Problem was that during migration I replaced the whole wp-content-folder with the folder from the instance I migrated.

  • Wordpress apps: authldap plugin removed from repository

    2
    0 Votes
    2 Posts
    173 Views
    girishG

    @imc67 yeah, I have been following the issue closely. We install the plugin directly from GitHub, so it's not an immediate problem.

    But we will move to OIDC eventually just like all the other apps. Some more OIDC fixes are coming in 7.7

  • ... public folder?

    Solved
    6
    0 Votes
    6 Posts
    405 Views
    girishG

    @dsp76 ouch, I can see why that's confusing . I will change the title atleast of the package to be proper!

    Best way to switch is to use one of those migration plugins like those in https://docs.cloudron.io/guides/migrate-wordpress/ .

  • PHP Worker Management?

    Solved
    4
    1 Votes
    4 Posts
    359 Views
    robiR

    @Dave-Swift You're right, also managed in the same place. Glad you found it!

  • Cannot log in after all in one wp migration

    3
    1 Votes
    3 Posts
    313 Views
    jdaviescoatesJ

    @LittleSofi said in Cannot log in after all in one wp migration:

    Did I miss something?

    Usernames may have changed and pw will be as per db you've just migrated.

    Use WP CLI to check user list to find username https://docs.cloudron.io/apps/wordpress-developer/#wp-cli

  • Bug: The app is not responding after changing the location.

    9
    2 Votes
    9 Posts
    679 Views
    C

    @BetterWP This is not really a Cloudron issue but one you could face moving any WP installation to a different domain. WP is unfortunately very closely tied to the domain. You can do search replace on the database even if the app itself is down. You can also access the file system.