<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot;]]></title><description><![CDATA[<p dir="auto">Starting with v3.5 (which <a href="https://forum.cloudron.io/post/80259">Set WP_CONTENT_DIR properly</a>), I'm getting the following error when trying to access certain plugins:</p>
<blockquote>
<p dir="auto">There has been a critical error on your website. Please check your site admin email inbox for instructions.</p>
</blockquote>
<p dir="auto">Logs show the following:</p>
<pre><code>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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;action=edit HTTP/1.1" 500 2672 "https://example.com/wp-admin/edit.php?post_status=trash&amp;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"

</code></pre>
<p dir="auto">Would setting <code>WP_CONTENT_DIR</code> properly affect these plugins?</p>
]]></description><link>https://forum.cloudron.io/topic/10924/v3-5-gives-there-has-been-a-critical-error-on-your-website-please-check-your-site-admin-email-inbox-for-instructions</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 07:59:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/10924.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Jan 2024 02:57:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 15:32:19 GMT]]></title><description><![CDATA[<p dir="auto">Ah perfect, solved again then <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f604.png?v=c3aa4c12b7e" class="not-responsive emoji emoji-android emoji--smile" style="height:23px;width:auto;vertical-align:middle" title=":-D" alt="😄" /></p>
]]></description><link>https://forum.cloudron.io/post/81768</link><guid isPermaLink="true">https://forum.cloudron.io/post/81768</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 15:32:19 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 15:31:13 GMT]]></title><description><![CDATA[<p dir="auto">Thank you, but don't spend too much time on this.</p>
<p dir="auto">I did a fresh test install of WordPress and CiviCRM, and it works (and this is with <code>/app/data/wp-content</code> in <code>wp-config.php</code>).</p>
<p dir="auto">For now, I can just update <code>wp-config.php</code> as needed in my current install.</p>
]]></description><link>https://forum.cloudron.io/post/81767</link><guid isPermaLink="true">https://forum.cloudron.io/post/81767</guid><dc:creator><![CDATA[superhua]]></dc:creator><pubDate>Wed, 24 Jan 2024 15:31:13 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 15:22:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/superhua" aria-label="Profile: superhua">@<bdi>superhua</bdi></a> unfortunately, the problem is not solved. when you update the package will rewrite it again . Let me see how to fix this.</p>
]]></description><link>https://forum.cloudron.io/post/81766</link><guid isPermaLink="true">https://forum.cloudron.io/post/81766</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 15:22:21 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 15:05:18 GMT]]></title><description><![CDATA[<p dir="auto">Yes!</p>
<p dir="auto">Changing to</p>
<pre><code>define('WP_CONTENT_DIR', '/app/code/wp-content');
</code></pre>
<p dir="auto">in <code>wp-config.php</code> allows content to load.</p>
<p dir="auto">Thank you so much!</p>
]]></description><link>https://forum.cloudron.io/post/81765</link><guid isPermaLink="true">https://forum.cloudron.io/post/81765</guid><dc:creator><![CDATA[superhua]]></dc:creator><pubDate>Wed, 24 Jan 2024 15:05:18 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 14:56:07 GMT]]></title><description><![CDATA[<p dir="auto">Per <a href="https://civicrm.stackexchange.com/questions/4940/wordpress-content-directory-setting" target="_blank" rel="noopener noreferrer nofollow ugc">https://civicrm.stackexchange.com/questions/4940/wordpress-content-directory-setting</a> , 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 ?</p>
]]></description><link>https://forum.cloudron.io/post/81764</link><guid isPermaLink="true">https://forum.cloudron.io/post/81764</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 14:56:07 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 14:52:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/superhua" aria-label="Profile: superhua">@<bdi>superhua</bdi></a> if WP loads, the line is formatted correctly.</p>
]]></description><link>https://forum.cloudron.io/post/81763</link><guid isPermaLink="true">https://forum.cloudron.io/post/81763</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 14:52:54 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 14:48:41 GMT]]></title><description><![CDATA[<p dir="auto">Yes, adding that line causes the problem.</p>
<p dir="auto">Is that line formatted correctly? I found <a href="https://developer.wordpress.org/advanced-administration/wordpress/wp-config/" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> and tired to format it accordingly, but still got an error.</p>
<p dir="auto">(But I'm not sure I formatted it properly.)</p>
]]></description><link>https://forum.cloudron.io/post/81762</link><guid isPermaLink="true">https://forum.cloudron.io/post/81762</guid><dc:creator><![CDATA[superhua]]></dc:creator><pubDate>Wed, 24 Jan 2024 14:48:41 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 14:53:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/superhua" aria-label="Profile: superhua">@<bdi>superhua</bdi></a> can you then check if adding the line  in wp-config.php causes problem in your 3.4.2 install ?</p>
<pre><code>define('WP_CONTENT_DIR', '/app/data/wp-content');
</code></pre>
]]></description><link>https://forum.cloudron.io/post/81761</link><guid isPermaLink="true">https://forum.cloudron.io/post/81761</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 14:53:08 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 12:03:22 GMT]]></title><description><![CDATA[<p dir="auto">Thank you.</p>
<p dir="auto">I'm able to access the site; I'm just getting the error when interacting with certain plugins.</p>
<p dir="auto">Yes, the error is from CiviCRM. Disabling the CiviCRM resolves the problem I have with one plugin – but then I can't use CiviCRM.</p>
<p dir="auto">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.</p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.cloudron.io/post/81746</link><guid isPermaLink="true">https://forum.cloudron.io/post/81746</guid><dc:creator><![CDATA[superhua]]></dc:creator><pubDate>Wed, 24 Jan 2024 12:03:22 GMT</pubDate></item><item><title><![CDATA[Reply to v3.5 gives &quot;There has been a critical error on your website. Please check your site admin email inbox for instructions.&quot; on Wed, 24 Jan 2024 08:01:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/superhua" aria-label="Profile: superhua">@<bdi>superhua</bdi></a> said in <a href="/post/81712">v3.5 gives "There has been a critical error on your website. Please check your site admin email inbox for instructions."</a>:</p>
<blockquote>
<p dir="auto">Would setting WP_CONTENT_DIR properly affect these plugins?</p>
</blockquote>
<p dir="auto">WP_CONTENT_DIR is set to <code>/app/data/wp-content</code> . This should have been the default anyway.</p>
<blockquote>
<p dir="auto">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: <a href="https://example.com/wp-admin/edit.php?post_status=trash&amp;post_type=job_listing" target="_blank" rel="noopener noreferrer nofollow ugc">https://example.com/wp-admin/edit.php?post_status=trash&amp;post_type=job_listing</a></p>
</blockquote>
<p dir="auto">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?</p>
]]></description><link>https://forum.cloudron.io/post/81718</link><guid isPermaLink="true">https://forum.cloudron.io/post/81718</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 24 Jan 2024 08:01:42 GMT</pubDate></item></channel></rss>