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)

206 Topics 1.6k Posts
  • SFTP to Wordpress Developer

    sftp
    9
    0 Votes
    9 Posts
    2k Views
    D
    @robi Oh..... well that went way over my head.
  • 0 Votes
    31 Posts
    3k 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 ftp sftp
    4
    3
    0 Votes
    4 Posts
    1k 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 wordpress importexport
    4
    0 Votes
    4 Posts
    1k 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
    2k Views
    girishG
    @d19dotca I can confirm his fix works as well!
  • Apache, OLS and Nginx-Custom Benchmarks

    performance benchmark
    27
    3 Votes
    27 Posts
    3k 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
    579 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.
  • SFTP access for non Cloudron users?

    4
    0 Votes
    4 Posts
    717 Views
    girishG
    @jdaviescoates You can just create app password as your own account, no need to create a new user. The idea of app password is that the password only works for that one app. It won't work on the dashboard or any other app. The usual use case is for mobile apps or 3rd party client apps, which you don't want to trust with your primary cloudron password. It also has an advantage that you can revoke/delete the password anytime.
  • Wordpress Database Access

    wordpress database
    6
    0 Votes
    6 Posts
    1k Views
    LonkleL
    Adding my two cents in here for anyone who comes along. You can also access the DB using desktop software like Sequel Ace and it's incredibly efficient to me.
  • Migrate Wordpress

    3
    0 Votes
    3 Posts
    746 Views
    P
    @rahim I think best solution is to do this process via command line. Is clean, safe and you can upload any DB size. Of course, each installation have specific way to follow, depends on specific case. Eg. if origin domain is the same or different to destination domain. Also, If both, source and destination, are live. In this case, you've to approach the DNS A field to validate domain on Cloudron. This below is my procedure, assuming that source and destination have the same domain name and that domain is live. From the source server you need to export: mysql.dump wp-content folder Then you've to create a new instance on Cloudron called "swap". Eg. swap.mydomain.com. You upload mysql dump to /tmp/ via terminal, and then you import sql DB using command line (you can find info here). Then you have to upload "wp-content" folder. You can do via FTP or also via Cloudron File Manager. You can upload zip archive and then unzip inside main wp folder. When you have swap.mydomain.com working, you can use the function app "Backups", using "Clone" on the main domain. Just before cloning, you have to change A fields in DNS panel, so Cloudron can validate new domain. (You can skip this step if your domain is configured with DNS provider (Eg. Cloudflare or others listed). Let me know if is all clear and if I can help you.
  • Warning: Don't update AuthLDAP plugin to 2.4.3 from 2.4.2, breaks LDAP login.

    Solved
    5
    2 Votes
    5 Posts
    286 Views
    girishG
    There's more deep rooted issues - https://github.com/heiglandreas/authLdap/issues/194 . The package itself is wrong and unfortunately wp admin suggests it as an update. Breaking a lot of things.
  • Trying to update app, but Docker Error - removeVolume? (6.0.1)

    3
    1
    0 Votes
    3 Posts
    343 Views
    LonkleL
    @girish Nope, tried to debug it. Tried to even repair it. In the end a reboot fixed the problem, but that was pretty weird.
  • disallow unfiltered html in wp-config.php

    Solved
    11
    3 Votes
    11 Posts
    2k Views
    jdaviescoatesJ
    @jodumont I think just having any recommended snippets in the docs would suffice for most, no? Then just copy/paste any you want to use using the File Manager (after making a backup in case it breaks something).
  • Quick Question About Unmanaged Wordpress

    Moved
    2
    0 Votes
    2 Posts
    452 Views
    girishG
    @dreamcatch22 You might have to restart the app after making php.ini changes. Apart from that, you can install something like https://wordpress.org/plugins/php-info-wp/ which should give you phpinfo output to verify is the extensions are enabled.
  • iframe disappearing from page when saved

    Solved
    18
    0 Votes
    18 Posts
    3k Views
    nebulonN
    Hm surfer will send cache-control: public, max-age=0 so I am not sure why it would cache as such, the etag also should have changed if the source content was updated.
  • Unmanaged Wordpress PHP setting

    Moved
    7
    1
    0 Votes
    7 Posts
    1k Views
    D
    @moocloud_matt Thanks for the heads up. The project is still early enough where I can make the switch.
  • Cloudron LDAP users cannot login

    Solved
    4
    1
    0 Votes
    4 Posts
    282 Views
    robiR
    The amazing self solving topic
  • Working app shows "not responding" in dashboard

    Moved Solved
    9
    0 Votes
    9 Posts
    1k Views
    girishG
    Right, for the moment it accepts everything till 403
  • Proposal: more for wp-config

    7
    0 Votes
    7 Posts
    1k Views
    LonkleL
    I agree with both of @girish's assessments of the file for the time being. But that doesn't mean that when Cloudron does support multi-site in the future, we can't assess multisite constants. So thanks for bringing it up! It lead me to that really interesting and eye-opening wp-config.php on Github.
  • Wordpress JWT Authetication Plugin

    rewrite htaccess jwt
    10
    0 Votes
    10 Posts
    3k Views
    girishG
    @ketchalegend I see. With the above htaccess, I got curl -X POST -H "Authorization: Bearer 1234567890" https://wp.domain.com/wp-json/jwt-auth/token {"success":false,"statusCode":403,"code":"jwt_auth_invalid_token","message":"Wrong number of segments","data":[]} So looks like the route is working.