How can I get update as this is critical?
BetterWP
Posts
-
New WordPress Never Start -
New WordPress Never StartHello,
I tried to install new WordPress ( Developer ) on my server but it never restart when I check the log I found this:Oct 28 18:15:56 Error: Could not get 'smtp_mailer_options' option. Does it exist?
I tried to disable email Igot this error
[no timestamp] failed to remove '/home/***/appsdata/****/data': No such file or directory
-
Migration To PostgreSQL FailedDear,
I follow the instrucation but I got the following error I doubled check the credentiales it is correct Could you help? I am using Cloudflare if this make diffrence.2024-07-14T06:48:25.044002Z LOG pgloader version "3.6.7~devel" KABOOM! DB-CONNECTION-ERROR: Failed to connect to pgsql at "postgresql" (port 5432) as user "****": Database error 28000: no pg_hba.conf entry for host "172.***", user "****", database "****", no encryption An unhandled error condition has been signalled: Failed to connect to pgsql at "postgresql" (port 5432) as user "***": Database error 28000: no pg_hba.conf entry for host "172***", user "*****", database "*****", no encryption
-
WP-CLI Doesn't WorkHi ,
I am trying to use at /public folder but I got that error/usr/bin/wp: line 3: 607 Killed sudo -u www-data -i -- /app/pkg/wp --path=/app/data/public/ "$@"
Any help , Thanks
-
Image Optimization: Add optipng and jpegoptim packages for each container.@nebulon I tried today but it seems isn't installed
/app/data/public/wp-content/uploads# nice -n 19 find . -iname '*.jpg' -print0 | xargs -0 jpegoptim --max=82 --all-progressive --strip-all --preserve --totals --force
-
I lost Access After Upgrade To v1.6.2I restarted the app, and now I can see the error. It is related to Super Bot Fight Mode Now, it is working after I use custom rule.
Thanks for help @girish
-
I lost Access After Upgrade To v1.6.2@girish Disabling Cloudflare is not an option, and it is unnecessary. I need to know exactly which URL I should use to whitelist. Also, Cloudflare has been operating flawlessly since the beginning, and other apps are functioning properly.
Until now, I could not find the URL you indicated in the log. Could you provide a screenshot via email?
-
I lost Access After Upgrade To v1.6.2I did several times nothing at log for both the app and Cloudflare; could you check, please? I have already disabled some WAF rules. @girish
-
I lost Access After Upgrade To v1.6.2May I inquire where you observe this error, as I can't find logs for both Cloudron and Cloudflare WAF. @girish
-
I lost Access After Upgrade To v1.6.2@girish Done, Thanks
-
I lost Access After Upgrade To v1.6.2@girish Yes, I am. The issue I can't login from any new device; there is no option for this as usual, but at the same time, the already-logged-in user is able to use it, so restoring backup means losing data.
-
I lost Access After Upgrade To v1.6.2@girish I already answered this. please check my last reply with examples
-
I lost Access After Upgrade To v1.6.2@BrutalBirdie I prefer to make this my last solution
@girish said in I lost Access After Upgrade To v1.6.2:
Do you have a screenshot? So, it doesn't show any domain name after "Using Vikunja installation at" ? Any errors in browser console? Vikunja is written so that the frontend can actually be used with a backend on some other site.
Can you see what is in /app/data/config.yaml ? Is
frontendurl
set?It show my correct domain which is different from config.yaml only on API section so in file:
https://**.**.cloud/
At website is
https://**.**.cloud/api/v1
-
I lost Access After Upgrade To v1.6.2Hello,
After upgrading to v1.6.2, I don't have a login option; it just shows me "Using Vikunja installation at." I tried the app and the server restart, but nothing happened.Logs are normal. Also, I tried to reach support, but I didn't find it under the support page.
Could you help, please?
-
Image Optimization: Add optipng and jpegoptim packages for each container. -
Backup: Add Backup SizeHello,
I think it is much better to put some extra information about the backup at the backup page app level.For example, the backup size and total backup size for this app
Best Regards
-
Bug: The app is not responding after changing the location.@jdaviescoates This will not working as the container not responding
-
Image Optimization: Add optipng and jpegoptim packages for each container.Hello,
Image optimization is one of the most important things for the new web. For years now, I have been using these small magic tools on my server, which saves me time and a lot of GBs.Even I am using it at my home devices.
I suggest including it with all apps so I can open the app terminal and run it using the following commands to start optimizing photos at the server level.
nice -n 19 find . -iname '*.jpg' -print0 | xargs -0 jpegoptim --max=82 --all-progressive --strip-all --preserve --totals --force nice -n 19 find . -iname '*.jpeg' -print0 | xargs -0 jpegoptim --max=82 --all-progressive --strip-all --preserve --totals --force nice -n 19 find . -iname '*.png' -print0 | xargs -0 optipng -o7 -preserve
-
Bug: The app is not responding after changing the location.Sorry, @girish I can't agree with you the search-replace after migration kind of WordPress rule. Otherwise, the container will be down.
So, we need to respect WordPress rules.
But thank you for your fast reply for sure
-
Bug: The app is not responding after changing the location.Hello,
First, thanks for your platform. I noticed that after changing the location from one domain to another,The app is not responding. After reading the log, I am seeing this error:
Verify DOMAIN_CURRENT_SITE matches an existing site or use `--url=<url>` to override
I put the app in recover mode and ran the search-replace command.
wp search-replace olddomain.com newdomain.staging.com
And I corrected wp-config.php for network installation.
So, it seems you aren't doing search-replace, which is essential.
Regards