<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Latest update seems to crash website - Bug Reports - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 21:38:31 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101406</link>
                        <pubDate>Wed, 29 Mar 2023 11:30:19 +0000</pubDate>
                        <description><![CDATA[Fixed it myself ... thanks for the hint where to look.
This is how I fixed the issue - wasn&#039;t that hard once you know where to look.
1. Made a backup of the tables wp_usermeta and wp_users...]]></description>
                        <content:encoded><![CDATA[<p>Fixed it myself ... thanks for the hint where to look.</p>
<p>This is how I fixed the issue - wasn't that hard once you know where to look.</p>
<p>1. Made a backup of the tables <strong>wp_usermeta</strong> and <strong>wp_users</strong>.</p>
<p>2. Determine what records in <strong>wp_usermeta</strong> is no longer linked to an existing user (NULL).</p>
<pre contenteditable="false">SELECT *
FROM wp_usermeta LEFT OUTER JOIN wp_users on wp_usermeta.user_id=wp_users.ID
WHERE wp_users.ID IS NULL</pre>
<p>3. If all looks good, remove these rows </p>
<pre contenteditable="false">DELETE wp_usermeta
FROM wp_usermeta LEFT OUTER JOIN wp_users on wp_usermeta.user_id=wp_users.ID  
WHERE wp_users.ID IS NULL</pre>
<p>4. Test and verify if everything works as it should.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101406</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101405</link>
                        <pubDate>Wed, 29 Mar 2023 10:53:54 +0000</pubDate>
                        <description><![CDATA[I mean they literally use the same table for wp_usermeta and wp_users in the same MySQL database. So why would that fail for one, and not for the other?]]></description>
                        <content:encoded><![CDATA[<p>I mean they literally use the same table for wp_usermeta and wp_users in the same MySQL database. So why would that fail for one, and not for the other?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101405</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101404</link>
                        <pubDate>Wed, 29 Mar 2023 10:50:23 +0000</pubDate>
                        <description><![CDATA[That&#039;s disappointing to hear for a product like this.
How did this happen after the most recent update?And why is this not failing for the other domain (they use the same user database)?]]></description>
                        <content:encoded><![CDATA[<p>That's disappointing to hear for a product like this.</p>
<p>How did this happen after the most recent update?<br />And why is this not failing for the other domain (they use the same user database)?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/paged/2/#post-101404</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101403</link>
                        <pubDate>Wed, 29 Mar 2023 10:41:31 +0000</pubDate>
                        <description><![CDATA[@hansie,
There is big work to do in the DB.
There are user ID&#039;s in wp_usermeta, which are having wrong capability or they are not included in wp_users table.
You would need to write lots ...]]></description>
                        <content:encoded><![CDATA[<p>@hansie,</p>
<p>There is big work to do in the DB.</p>
<p>There are user ID's in <span style="color: #000000"><span style="color: #ff0000">wp_usermeta, <span style="color: #000000">which are having wrong capability or they are not included in <span>wp_users table.</span></span></span></span></p>
<p>You would need to write lots of SQL, and other stuff, we can't provide the solution with writing the work step by step.</p>
<p>You would need a WordPress Dev with good WP knowledge, so the Dev could fix the issue.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101403</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101389</link>
                        <pubDate>Tue, 28 Mar 2023 09:08:05 +0000</pubDate>
                        <description><![CDATA[@hansie,
Please be patient, need time to understand how we can help you without admin access.
I will come back to you after getting info from the Dev.]]></description>
                        <content:encoded><![CDATA[<p>@hansie,</p>
<p>Please be patient, need time to understand how we can help you without admin access.</p>
<p>I will come back to you after getting info from the Dev.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101389</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101386</link>
                        <pubDate>Tue, 28 Mar 2023 08:17:17 +0000</pubDate>
                        <description><![CDATA[Chris? My website is still down ... 😞]]></description>
                        <content:encoded><![CDATA[<p>Chris? My website is still down ... 😞 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101386</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101370</link>
                        <pubDate>Mon, 27 Mar 2023 12:46:08 +0000</pubDate>
                        <description><![CDATA[FYI: I did sent you and email as well, topic &quot;Chris - Crash wesbite / DB issue forum post&quot;.Just in case you prefer that over posting certain info in the forum.]]></description>
                        <content:encoded><![CDATA[<p>FYI: I did sent you and email as well, topic "Chris - Crash wesbite / DB issue forum post".<br />Just in case you prefer that over posting certain info in the forum.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101370</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101369</link>
                        <pubDate>Mon, 27 Mar 2023 12:39:46 +0000</pubDate>
                        <description><![CDATA[OK what do I need to do?I am experience with phpMyAdmin/SQL etc.
I am extremely hesitant providing anyone admin acces to my website - I hope you can understand that.]]></description>
                        <content:encoded><![CDATA[<p>OK what do I need to do?<br />I am experience with phpMyAdmin/SQL etc.</p>
<p>I am <span style="text-decoration: underline">extremely</span> hesitant providing anyone admin acces to my website - I hope you can understand that.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101369</guid>
                    </item>
				                    <item>
                        <title>RE: Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101365</link>
                        <pubDate>Mon, 27 Mar 2023 11:34:16 +0000</pubDate>
                        <description><![CDATA[Hi @hansie,
This problem is related to your DB, we will need Admin Access to your website.
Send the credentials to infogvectors.com, mention this topic in the email, and let me know he...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@hansie,</span></p>
<p>This problem is related to your DB, we will need Admin Access to your website.</p>
<p>Send the credentials to infogvectors.com, mention this topic in the email, and let me know here that the email is sent.<br /><br />Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101365</guid>
                    </item>
				                    <item>
                        <title>Latest update seems to crash website</title>
                        <link>https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101361</link>
                        <pubDate>Mon, 27 Mar 2023 10:03:50 +0000</pubDate>
                        <description><![CDATA[Recently updated to 2.1.7 (if I remember correctly), and my website now is now no longer accessible due to wpForo crashing.
Error in members.php:
Warning: Attempt to read property &quot;roles&quot; ...]]></description>
                        <content:encoded><![CDATA[<p>Recently updated to 2.1.7 (if I remember correctly), and my website now is now no longer accessible due to wpForo crashing.</p>
<p>Error in members.php:</p>
<pre contenteditable="false">Warning: Attempt to read property "roles" on bool in /home/user/public_html/wp-content/plugins/wpforo/classes/Members.php on line 1108

Fatal error: Uncaught Error: Attempt to assign property "roles" on bool in /home/user/public_html/wp-content/plugins/wpforo/classes/Members.php:1108 Stack trace: #0 /home/user/public_html/wp-content/plugins/wpforo/classes/Members.php(1166): wpforo\classes\Members-&gt;synchronize_user('2', Array) #1 /home/user/public_html/wp-content/plugins/wpforo/includes/installation.php(32): wpforo\classes\Members-&gt;synchronize_users(100) #2 /home/user/public_html/wp-content/plugins/wpforo/classes/Actions.php(20): wpforo_activation() #3 /home/user/public_html/wp-includes/class-wp-hook.php(308): wpforo\classes\Actions-&gt;wpforo\classes\{closure}('') #4 /home/user/public_html/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters('', Array) #5 /home/user/public_html/wp-includes/plugin.php(517): WP_Hook-&gt;do_action(Array) #6 /home/user/public_html/wp-content/plugins/wpforo/wpforo.php(279): do_action('wpforo_after_in...') #7 /home/user/public_html/wp-content/plugins/wpforo/wpforo.php(510): wpforo\wpforo-&gt;init_classes() #8 /home/user/public_html/wp-includes/class-wp-hook.php(308): wpforo\wpforo-&gt;init(Object(WP)) #9 /home/user/public_html/wp-includes/class-wp-hook.php(332): WP_Hook-&gt;apply_filters(NULL, Array) #10 /home/user/public_html/wp-includes/plugin.php(565): WP_Hook-&gt;do_action(Array) #11 /home/user/public_html/wp-includes/class-wp.php(797): do_action_ref_array('wp', Array) #12 /home/user/public_html/wp-includes/functions.php(1332): WP-&gt;main('') #13 /home/user/public_html/wp-blog-header.php(16): wp() #14 /home/user/public_html/index.php(17): require('/home/user/...') #15 {main} thrown in /home/user/public_html/wp-content/plugins/wpforo/classes/Members.php on line 1108</pre>
<p>I'm running my website in 2 languages and utilize WP Multisite for that.</p>
<p>Interesting observation: <br />On one site I do <strong>not</strong> get this error (<a href="https://www.tweaking4all.com" target="_blank" rel="noopener">Tweaking4all.com</a> - English language) and <br />on the other site it crashes my entire website (<a href="https://www.tweaking4all.nl" target="_blank" rel="noopener">Tweaking4all.nl</a> - Dutch language).</p>
<p>Both domains are on the share the same setup, running (all add-ons licensed and activated):</p>
<p>- Wordpress <strong>Multisite</strong> 6.1.1<br />- wpForo Version 2.1.7 (active)<br />- wpForo Ads Manager Version 3.0.2(active)<br />- wpForo Advanced Attachments Version 3.0.4(active)<br />- wpForo Embeds Version 3.0.3(active)</p>
<p>Any help or suggestions would be appreciated since one of my sites is currently down due to this issue.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-forums-bug-reports/">Bug Reports - wpForo 2.0</category>                        <dc:creator>Hansie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-forums-bug-reports/latest-update-seems-to-crash-website/#post-101361</guid>
                    </item>
							        </channel>
        </rss>
		