@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/
@robi Hello
the log seems ok to me.
I am using Cloudflare under attack mode + bot fight mode + advanced hardening techniques for WordPress. The log seems fine. I have performed a full Wordfence scan too and there were no problems.
I have disabled my multilingual plugin (translatepress) and the graph dropped a little - between 70-150%.
I have manually checked some of the files and the users + changed their passwords and enable login only for 1 IPs - the one in the office. Before, there were enabled several IP as some employees were logging from home.
Is this www-data user normal? Its CPU load dropped a little too.
I am trying to update but got this error:
{
"taskId": "8968",
"errorMessage": "Version info mismatch",
"timedOut": false
}
How can I fix this?
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?