<?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>
									Some forum avatars missing after migration to new domain - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 16 May 2026 23:19:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/paged/2/#post-46564</link>
                        <pubDate>Tue, 06 Oct 2020 12:36:35 +0000</pubDate>
                        <description><![CDATA[It is really very simple.
The path has changed. The path stored in the database has one folder too many and all I need is to adjust that path, but since it is about 50 profile rows I was lo...]]></description>
                        <content:encoded><![CDATA[<p>It is really very simple.</p>
<p>The path has changed. The path stored in the database has one folder too many and all I need is to adjust that path, but since it is about 50 profile rows I was looking for an SQL Update to do that for me.</p>
<p>I find no setting in WPForo that defines the Path to uploaded avatars, maybe there should be instead of storing the full path in the database. The images are available.</p>
<p>Worst case, sure I can do it manually in phpmyadmin, it is simple but a tad tedious.</p>
<p>There are zero errors in debug.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/paged/2/#post-46564</guid>
                    </item>
				                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/paged/2/#post-46555</link>
                        <pubDate>Tue, 06 Oct 2020 07:22:08 +0000</pubDate>
                        <description><![CDATA[Hi @homdax, 
Have you tried to look at the Error logs?  
1) Forum Dashboard2) Tools3) Select Debug tab4) Under Debug Information, select Errors &amp; Issues
Also, I was wondering if the m...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@homdax, </span></p>
<p>Have you tried to look at the Error logs?  </p>
<p>1) Forum Dashboard<br />2) Tools<br />3) Select Debug tab<br />4) Under Debug Information, select Errors &amp; Issues</p>
<p>Also, I was wondering if the missing Avatars in your new domain were originally stored in your old forum using the "Specify avatar by URL", if the old avatars were stored in the old domain?  </p>
<p>Since on the Forum, we have three ways to display Avatars</p>
<ol>
<li>Default Avatar</li>
<li>Specify avatar by URL</li>
<li>Upload an avatar</li>
</ol>
<p>If the avatars belong to the Admins, might be simpler to just reupload.    </p>
<p>I thought about the above because you mentioned that you were able to migrate the other avatars.  </p>
<p>Good luck and God bless you! :-) </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>CrisW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/paged/2/#post-46555</guid>
                    </item>
				                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46547</link>
                        <pubDate>Mon, 05 Oct 2020 18:23:02 +0000</pubDate>
                        <description><![CDATA[Anyone could give me a clue please?]]></description>
                        <content:encoded><![CDATA[<p>Anyone could give me a clue please?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46547</guid>
                    </item>
				                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46531</link>
                        <pubDate>Mon, 05 Oct 2020 11:19:39 +0000</pubDate>
                        <description><![CDATA[So i need an sql query that would update 
 
UPDATE `wp_wpforo_profiles` SET `avatar` = &#039;https://www.thewebsiteaddress.io/wp-content/irrelevantfolder/uploads/gc-avatars/y!.gif&#039; WHERE `w...]]></description>
                        <content:encoded><![CDATA[<p>So i need an sql query that would update </p>
<p> </p>
<pre><span class="cm-keyword">UPDATE</span><span> </span><span class="cm-variable-2">`wp_wpforo_profiles`</span><span> </span><span class="cm-keyword">SET</span><span> </span><span class="cm-variable-2">`avatar`</span><span> </span><span class="cm-operator">=</span><span> </span><span class="cm-string">'https://www.thewebsiteaddress.io/wp-content<strong>/irrelevantfolder/</strong>uploads/gc-avatars/y!.gif'</span><span> </span><span class="cm-keyword">WHERE</span><span> </span><span class="cm-variable-2">`wp_wpforo_profiles`</span><span>.</span><span class="cm-variable-2">`userid`</span><span> </span><span class="cm-operator">=</span><span> </span><span class="cm-number">10</span></pre>
<p> </p>
<p>to</p>
<pre><span class="cm-keyword">UPDATE</span><span> </span><span class="cm-variable-2">`wp_wpforo_profiles`</span><span> </span><span class="cm-keyword">SET</span><span> </span><span class="cm-variable-2">`avatar`</span><span> </span><span class="cm-operator">=</span><span> </span><span class="cm-string">'https://www.thewebsiteaddress.io/wp-content/uploads/gc-avatars/y!.gif'</span><span> </span><span class="cm-keyword">WHERE</span><span> </span><span class="cm-variable-2">`wp_wpforo_profiles`</span><span>.</span><span class="cm-variable-2">`userid`</span><span> </span><span class="cm-operator">=</span><span> </span><span class="cm-number">10</span></pre>
<p>for all users...via phpmyadmin, can I please get som help with that?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46531</guid>
                    </item>
				                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46530</link>
                        <pubDate>Mon, 05 Oct 2020 11:09:06 +0000</pubDate>
                        <description><![CDATA[I see it now... the database stores absolute paths to uploaded images instead of relative paths in the table wpforo_profiles (my setup)...]]></description>
                        <content:encoded><![CDATA[<p>I see it now... the database stores absolute paths to uploaded images instead of relative paths in the table wpforo_profiles (my setup)... </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46530</guid>
                    </item>
				                    <item>
                        <title>RE: Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46529</link>
                        <pubDate>Mon, 05 Oct 2020 11:04:55 +0000</pubDate>
                        <description><![CDATA[seems that some of the avatar links are looking in an old upload folder... hmmm... the root path of the site was changed... could be something in the settings...maybe...]]></description>
                        <content:encoded><![CDATA[<p>seems that some of the avatar links are looking in an old upload folder... hmmm... the root path of the site was changed... could be something in the settings...maybe... </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46529</guid>
                    </item>
				                    <item>
                        <title>Some forum avatars missing after migration to new domain</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46528</link>
                        <pubDate>Mon, 05 Oct 2020 10:58:31 +0000</pubDate>
                        <description><![CDATA[Greetings,
I have migrated my WP site and WPForo to a new domain and everything seems ok but for a few avatars that somehow went missing. Had it been all it would be a general thing, but th...]]></description>
                        <content:encoded><![CDATA[<p>Greetings,</p>
<p>I have migrated my WP site and WPForo to a new domain and everything seems ok but for a few avatars that somehow went missing. Had it been all it would be a general thing, but this is a few admin usres avatars, among them my own, that are turning up blank. </p>
<p>Any clue as to what may be fixed?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Homdax</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/some-forum-avatars-missing-after-migration-to-new-domain/#post-46528</guid>
                    </item>
							        </channel>
        </rss>
		