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)

208 Topics 1.7k Posts
  • Wordpress Backup

    2
    0 Votes
    2 Posts
    394 Views
    nebulonN
    Are you talking about https://docs.cloudron.io/apps/#data-directory or some other directory for data within Wordpress?
  • Wordpress: Redis object cache or W3 Total Cache?

    Moved
    14
    0 Votes
    14 Posts
    4k Views
    marcusquinnM
    @humptydumpty Nothing to feel bad for. That's just how GPL works. Plenty of non-GPL platforms they could develop for and not benefit from the size of the market. Microsoft does just fine with a % of unlicensed users, it's just a marketing cost. At the end of the day utility and user counts is worth more. The plugin with 700,000 installs registering on wordpress.org will be getting ample monetisation opportunities. The one with 70 installs likely won't be worth any GPL site unlocking.
  • Jetpack alerting on security vuln

    7
    1
    0 Votes
    7 Posts
    1k Views
    C
    @ianhyzy Update to 6.2 and that message should go away. Other control panels reported this as well but WP saw no need to act on it as there was no likely risk of it being exploited.
  • XMLRPC or WP-Login Brute Force Login Attempt

    10
    0 Votes
    10 Posts
    877 Views
    jdaviescoatesJ
    @p44 no idea
  • PHP Fatal error

    19
    1 Votes
    19 Posts
    4k Views
    jordanurbsJ
    @d19dotca @girish X theme, may also be called Pro
  • Wordpress site not responding - Healtheck error: Error: connect ECONNREFUSED

    Moved Solved wordpress
    12
    0 Votes
    12 Posts
    3k Views
    E
    @girish WHOOP!! deleteing object-cache.php solved it! Thank you so much!!!
  • How do you use WordPress (Developer) for dev/staging?

    3
    2 Votes
    3 Posts
    587 Views
    P
    This is how I do it, personally. Though I delete the dev.tld.com app when I no longer need it.
  • 0 Votes
    4 Posts
    703 Views
    M
    @p44 for me personally I wouldn't want that. When I use the clone feature, it clones an empty WP with a few basics installed to start the development process. When I migrate that to prod, I use duplicator, which does the heavy lifting and replacing.
  • MySql Grant All Permissions - remove those unnecessary

    5
    1 Votes
    5 Posts
    881 Views
    girishG
    It's mostly this way already. The credentials given to an app do not allow the app to operate outside the scope of the database. The app cannot drop the database as well. But it's allowed to do whatever it wants inside it's own database.
  • /wp-config.php file is writable

    4
    0 Votes
    4 Posts
    692 Views
    girishG
    In managed WP, the file is not writable.. But in Developer edition, a user has to change that file themselves, from the filemanager. This is by design though - the developer edition is vanilla and developer sets it up as they see fit.
  • Change the default wp_ database tables prefix

    3
    3 Votes
    3 Posts
    529 Views
    girishG
    Are you suggesting this for the default setup? There are already plugins that do this (and indeed many of our customers have randomized tables). IIRC, it's one of those security plugins. The Developer edition is vanilla, the intent is not to change the defaults. On a side note, this whole table name randomization is .. questionable. Pretty much no app outside WP does this, it's not really needed when apps are deployed properly. But only needed maybe because people install plugins. Also, see https://www.wordfence.com/blog/2016/12/wordpress-table-prefix/
  • Change wp-content foldername not possible?!

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S
    As expected it worked as expected with the above code in Developer Edition. Didn't noticed that before, so thanks for your help and sorry for the noise..
  • 1 Votes
    9 Posts
    2k Views
    d19dotcaD
    @girish Just wanted to say I finished testing and yes this works great! Thank you so much for the fix!
  • Unmanaged Wordpress - Content Security Policy Issues

    Moved
    2
    1 Votes
    2 Posts
    569 Views
    girishG
    @jagan by default, Cloudron doesn't set any CSP or CORS headers for apps. The apps set the appropriate CSP for themselves. The CSP setting in Cloudron is only meant to used as an extreme measure (i.e no way to change an app's hardcoded CSP). With this mind, I would remove any custom CSP setting you have added in Cloudron dashboard. This is most likely the wrong approach. Next, I would investigate the CSP/CORS headers sent by WordPress. Per, https://community.adobe.com/t5/acrobat-services-api-discussions/pdf-embed-api-got-error/td-p/13142824 , you need something like Access-Control-Allow-Origin: * sent from WordPress.
  • 0 Votes
    3 Posts
    541 Views
    girishG
    @Vladimir Can you explain a bit more what the issue you are trying to solve is and what is that config you have posted? I see that it's some redis config, but what are you looking to achieve?
  • 0 Votes
    12 Posts
    2k Views
    jdaviescoatesJ
    @girish said in Feature request: Allow choosing PHP version for WordPress (Developer) app (was How to enable CORS on WordPress (Developer)): Feature Requests is for platform code (that's what I think anyway). Wouldn't it take some platform code to enable this in the same way it's been enabled for the LAMP app? In my mind "Feature Requests" is just for "features" as that's what it says on the tin. But no biggie, as you please
  • 1 Votes
    5 Posts
    816 Views
    girishG
    @jdaviescoates said in Installed at map.bridport.coop then deleted, then reinstalled on same location: server not found: Is there a way to flush the NXDOMAIN cache on routers/ computers? Not that I am aware of. These days browsers also do their own DNS caching complicating things even more.
  • 1 Votes
    3 Posts
    907 Views
    d19dotcaD
    @girish strange that you don’t see that error on a fresh instance, that’s how I reproduced the problem before to compare a fresh DB with my used ones and noticed it on the fresh one too. I’ll look into that further. Thanks
  • Redis database is very large

    Solved wordpress redis
    14
    1
    0 Votes
    14 Posts
    4k Views
    jdaviescoatesJ
    @privsec 512mb is the highest I've got any of mine set, and that's mostly just me ramping up things for Nextcloud in the hope it somehow speeds it up. In reality it's not even using half of that. Most I've got on any WordPress website is 256MB. But again, seemingly not even using half of that most of the time. So strange that you're went up so insanely high.
  • sh: 1: /usr/sbin/sendmail: not found in wordpress developer vesion

    Moved
    3
    2
    0 Votes
    3 Posts
    820 Views
    girishG
    BTW, once configured to use Cloudron mail, you can track the activity in the mail server event log - https://docs.cloudron.io/email/#event-log