What milestones on Cloudron does Outline need to meet before being listed as stable?
superhua
Posts
-
Milestones to being stable? -
"Server is running out of disk space" -
Updating to beta version?PS – Just saw this from the author of Grav from two weeks ago, "There was an issue there I accidentally released 1.8 beta as stable."
Perhaps the beta version was accidentally pushed to Cloudron Grav installs?
-
v3.5 gives "There has been a critical error on your website. Please check your site admin email inbox for instructions."Thank you, but don't spend too much time on this.
I did a fresh test install of WordPress and CiviCRM, and it works (and this is with
/app/data/wp-contentinwp-config.php).For now, I can just update
wp-config.phpas needed in my current install. -
Scheduling a episode gives an errorThank you.
My city is in the support timezone.
Further, I don't see a place to specify a timezone. That is, I think Castopod is automatically assigning the timezone.
-
Scheduling a episode gives an errorThank you for your in-depth research and description!
-
Scheduling a episode gives an errorYes; thank you.
-
"Sorry, this file is too large – the maximum size is 1 MB"Despite adding
FILE_STORAGE=local FILE_STORAGE_UPLOAD_MAX_SIZE=26214400(source)
and
MAXIMUM_IMPORT_SIZE=5120000(source)
to
env.shand restarting, I am stilling getting theSorry, this file is too large – the maximum size is 1 MBerror when I try to attach a file larger than 1 MB.What am I missing?
-
Subscription needed to update two apps?One of our domains is on the Cloudron free tier and has two apps (both with automatic updates).
However, neither app updates automatically.
But when I try to manually update the update, I receive this error:
Your Cloudron subscription has expired. Please set up a subscription to update the app.Do we now need a subscription to update apps?
-
Updating to beta version?The most recent Grav package update went from 1.7.50.9 to 1.8.0-beta.25.
This looks like the first update to a beta version.
Is it typical for Cloudron to move to the beta version?
(I ask as our Grav site has started to have odd errors (such as Markdown not being rendered) and I'm wondering if it is because of the beta version of Grav.)
-
Magic signin link not sent since 1.7.0 / 0.81.0 updateThis is affecting us as well.
So – just to clarify – we simply need to wait for fix to applied in Cloudron?
-
Unexpected CiviCRM behavior after cloneUpdate: The civicrm.settings.php files are the same across both WordPress instances.
I guess I would need to completely re-install CiviCRM to have a unique environment.
-
v3.5 gives "There has been a critical error on your website. Please check your site admin email inbox for instructions."Starting with v3.5 (which Set WP_CONTENT_DIR properly), I'm getting the following error when trying to access certain plugins:
There has been a critical error on your website. Please check your site admin email inbox for instructions.
Logs show the following:
Jan 23 21:43:56[Wed Jan 24 02:43:56.407127 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$extensionsDir in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 89, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.411223 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$extensionsDir in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 89, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.411285 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$extensionsURL in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 90, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.414471 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$extensionsDir in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 89, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.414568 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$extensionsURL in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 90, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.414577 2024] [php:warn] [pid 74] [client xx.123.123.123:12345] PHP Warning: Undefined property: CRM_Core_Config::$uploadDir in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Extension/System.php on line 92, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56[Wed Jan 24 02:43:56.544910 2024] [php:error] [pid 74] [client xx.123.123.123:12345] PHP Fatal error: Uncaught CRM_Core_Exception: [0: Invalid currency ""\n\n thrown in /app/data/wp-content/plugins/civicrm/civicrm/CRM/Utils/Money.php on line 85, referer: https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing Jan 23 21:43:56xx.123.123.123 - - [24/Jan/2024:02:43:56 +0000] "GET /wp-admin/post.php?post=544&action=edit HTTP/1.1" 500 2672 "https://example.com/wp-admin/edit.php?post_status=trash&post_type=job_listing" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15"Would setting
WP_CONTENT_DIRproperly affect these plugins?