@girish Hello,
I have talked with their devs and they have added Bulgaria in Crowdin. I have translated it at 25% already and hope to finish next week. They will add it with the next update.
Thanks!
@girish Hello,
I have talked with their devs and they have added Bulgaria in Crowdin. I have translated it at 25% already and hope to finish next week. They will add it with the next update.
Thanks!
Hello I was using Filesystem backup at /var/backups successfully for 1 backup a day with 1-week retention but after the last Cloudron update I got this error:
name: 'BoxError',
reason: 'FileSystem Error',
details: {},
message: '/var/backups is not mounted' }
How can I fix this?
@girish
Hello,
After several hours of monitoring the problem was indeed in the 5.7 to 8 update of the database.
Seems like the UUID is different. And there was no backwards compatibility with the UUID. And returns a different value, with a different value not being recognized in the particular product. So it creates a new product instead of updating it. Made a simple script and fixed the problem.
Wonder when you push php 8 if I will experience similar things
The fault is totally mine as I didn't have a staging site for this update.
Hello guys,
I need to translate the web widget of Chatwoot.
For this, according to their documentation, I have to access: app/javascript/widget/i18n
https://www.chatwoot.com/docs/contributing-guide/translation-guidelines
I can't see these folders in the file manager of the app.
Can you help me accessing it?
Hello,
In the last few days, I was looking for an open source job portal and I found Peeljobs which is very interesting. It runs on Django and is very fast and with rich functionalities for both employees and recruiters.
Live website: https://peeljobs.com/
Github: https://github.com/MicroPyramid/opensource-job-portal
Docs: https://opensource-job-portal.readthedocs.io/en/latest/
Hello! I have been using Cloudron for over a month now and I am very happy with it. Recently I have installed the WP Rocket caching plugin and I have to make a cron task that clears the cache and triggers the preload. WP Rockets suggests to make a php file (my-file-name.php) in the Wordpress directory with this content:
<?php
// Load WordPress.
require( 'wp-load.php' );
// Clear cache.
if ( function_exists( 'rocket_clean_domain' ) ) {
rocket_clean_domain();
}
// Preload cache.
if ( function_exists( 'run_rocket_sitemap_preload' ) ) {
run_rocket_sitemap_preload();
}
And make this cron job:
wget -q -O - http://yourdomain.com/my-file-name.php?doing_wp_cron >/dev/null 2>&1
I read that Cloudron should have /app/data/crontab cron file but I could't find it. I am trying to run this cron task every day at 12:15 and 16:15.
Can you help me with this issue?
@girish Hello,
I have talked with their devs and they have added Bulgaria in Crowdin. I have translated it at 25% already and hope to finish next week. They will add it with the next update.
Thanks!
Hello guys,
I need to translate the web widget of Chatwoot.
For this, according to their documentation, I have to access: app/javascript/widget/i18n
https://www.chatwoot.com/docs/contributing-guide/translation-guidelines
I can't see these folders in the file manager of the app.
Can you help me accessing it?
When I try to update I get this error:
The Mautic update could not complete successfully because of the following error: Could not extract the contents of the ZIP archive to the filesystem.
Hello,
I would like to clear the Mautic cache but I can't access the var/cache folder from SFTP or the file manager. Can you help me with this?
Thanks!
Hello,
In the last few days, I was looking for an open source job portal and I found Peeljobs which is very interesting. It runs on Django and is very fast and with rich functionalities for both employees and recruiters.
Live website: https://peeljobs.com/
Github: https://github.com/MicroPyramid/opensource-job-portal
Docs: https://opensource-job-portal.readthedocs.io/en/latest/
@girish
Hello girish,
I am trying to install RediSearch plugin in my unmanaged WordPress app but it requires additional configuration on the server, which I am not sure how to approach with Cloudron. In a similar way, the WordPress unmanaged install Redis plugin but the configuration has been already made.
@girish It doesn't require it.
I just want to use the WordPress plugin RediSearch but I need to make additional configurations on the server, which I am not sure how to do with the Cloudron installation
Hello guys,
Since Redis is already installed and preconfigured (atleast for WordPress unmanaged), is RediSearch installed and configured also?
If not, do you have any info on how can I install and configure it?
I found this quick start guide but I am not sure if it is relevant in the Cloudron case.
Hello guys!
I have to upgrade my VPS a little. Do I need to do anything in Cloudron to allocate the new resources or something else? The upgrade will be via "Live migration" and the server will be usable during the migration period. For instance, the VPS is provided by Contabo.
@girish
Hello,
After several hours of monitoring the problem was indeed in the 5.7 to 8 update of the database.
Seems like the UUID is different. And there was no backwards compatibility with the UUID. And returns a different value, with a different value not being recognized in the particular product. So it creates a new product instead of updating it. Made a simple script and fixed the problem.
Wonder when you push php 8 if I will experience similar things
The fault is totally mine as I didn't have a staging site for this update.