v3.5 gives "There has been a critical error on your website. Please check your site admin email inbox for instructions."
-
@superhua said in v3.5 gives "There has been a critical error on your website. Please check your site admin email inbox for instructions.":
Would setting WP_CONTENT_DIR properly affect these plugins?
WP_CONTENT_DIR is set to
/app/data/wp-content
. This should have been the default anyway.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
Is the error not above in CRM plugin ? Line 85 is throwing something about Invalid currency. Have you tried disabling the CRM plugin and checking if it brings the site up?
-
Thank you.
I'm able to access the site; I'm just getting the error when interacting with certain plugins.
Yes, the error is from CiviCRM. Disabling the CiviCRM resolves the problem I have with one plugin – but then I can't use CiviCRM.
I cloned a backup that was working off v3.4.2, and everything worked correctly. However, when it updated to v.3.6, the same problems arose. Odd.
Thanks again.
-
Per https://civicrm.stackexchange.com/questions/4940/wordpress-content-directory-setting , CiviCRM might be hardcoding some old content path (maybe it thinks it is /app/code/wp-content) . Does changing it to /app/code/wp-content make it load ?
-
-
-
-