<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: problem with Notes field in View screen</title>
		<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen</link>
		<description>Gravity Support Forums Topic: problem with Notes field in View screen</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:40:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/problem-with-notes-field-in-view-screen" rel="self" type="application/rss+xml" />

		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2799</link>
			<pubDate>Sun, 17 Jan 2010 16:35:29 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2789</link>
			<pubDate>Sun, 17 Jan 2010 13:10:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We haven't encountered this issue before so I guess it is possible, although with such a large number of users using Gravity Forms over the 9 months (including beta testing and release versions) i'm sure if it was wider problem that this wouldn't have been the first time that this issue occurred. &#60;/p&#62;
&#60;p&#62;We have made a change that will be introduced in the next release of Gravity Forms that forces any new tables to be created using the same collation as the WordPress install it is being activated on.  This won't impact existing sites, but will curb the issue in new installs.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2770</link>
			<pubDate>Sat, 16 Jan 2010 13:47:39 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My wp_rg_lead_notes.user_name field has utf8_general_ci as the collation but the wp_users.display_name has utf8_unicode_ci as the collation. So - are you saying I should change the wp_users.display_name field collation to utf8_general_ci ?&#60;/p&#62;
&#60;p&#62;BTW - all my WP created tables have utf8_unicode_ci  for their collation while, as you know, the rg tables are utf8_general_ci&#60;/p&#62;
&#60;p&#62;However...&#60;/p&#62;
&#60;p&#62;On my site hosted at Cartika, all the WP tables are utf8_latin_swedish_ci while the plugins, including rg, of course) are utf8_general_ci&#60;/p&#62;
&#60;p&#62;Bottom line...&#60;/p&#62;
&#60;p&#62;Matching the wp_rg_lead_notes.user_name collation and the wp_users.display_name collation (both using utf8_general_ci) worked - problem solved.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;But - is it a problem having different collations in the other fields? (It would seem not but I'm no expert.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2756</link>
			<pubDate>Fri, 15 Jan 2010 12:29:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">2756@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like there is a difference in collation between the wp_users.display_name column and wp_rg_lead_notes.user_name column.&#60;br /&#62;
This probably was caused by the fact that Gravity Forms only specify the character set (utf8) when creating its tables and your server defaults to something that is different that WordPress' tables.&#60;/p&#62;
&#60;p&#62;We will adjust our installation script so that the collation matches WordPress' tables. Meanwhile, you could change the collation on the wp_rg_lead_notes.user_name to match wp_users.display_name. &#60;/p&#62;
&#60;p&#62;Assuming wp_users.display_name has the collation &#34;utf8_general_ci&#34; (please double check that), you can run the following command on your database:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;ALTER TABLE wp_rg_lead_notes MODIFY
    user_name VARCHAR(250)
      CHARACTER SET utf8
      COLLATE utf8_general_ci&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let me know how it goes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2749</link>
			<pubDate>Fri, 15 Jan 2010 11:12:03 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;More complete error from HG  (when they tried to enter a note in the View Entries screen):&#60;/p&#62;
&#60;p&#62;[Thu Jan 14 07:06:45 2010] [error] [client 76.17.223.200] WordPress database error Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation 'ifnull' for query   SELECT n.id, n.user_id, n.date_created, n.value, ifnull(u.display_name,n.user_name) as user_name, u.user_email\r, referer: &#60;a href=&#34;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#34; rel=&#34;nofollow&#34;&#62;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#60;/a&#62;&#60;br /&#62;
[Thu Jan 14 07:06:45 2010] [error] [client 76.17.223.200]                                                     FROM wp_rg_lead_notes n\r, referer: &#60;a href=&#34;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#34; rel=&#34;nofollow&#34;&#62;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#60;/a&#62;&#60;br /&#62;
[Thu Jan 14 07:06:45 2010] [error] [client 76.17.223.200]                                                     LEFT OUTER JOIN wp_users u ON n.user_id = u.id\r, referer: &#60;a href=&#34;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#34; rel=&#34;nofollow&#34;&#62;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#60;/a&#62;&#60;br /&#62;
[Thu Jan 14 07:06:45 2010] [error] [client 76.17.223.200]                                                     WHERE lead_id=2 made by do_action, call_user_func_array, RGForms-&#38;gt;all_leads_page, GFEntryDetail-&#38;gt;lead_detail_page, RGFormsModel-&#38;gt;get_lead_notes, referer: &#60;a href=&#34;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#34; rel=&#34;nofollow&#34;&#62;http://amazingserviceu.com/asu/wp-admin/admin.php?page=gf_entries&#38;amp;view=entry&#38;amp;id=1&#38;amp;lid=2&#38;amp;paged=1&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2748</link>
			<pubDate>Fri, 15 Jan 2010 10:56:54 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2748@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;correction - should be:&#60;/p&#62;
&#60;p&#62;[Fri Jan 15 08:25:44 2010] [error] [client 216.110.94.227] WordPress database error Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation 'ifnull' for query SELECT n.id, n.user_id, n.date_created, n.value, ifnull(u.display_name,n.user_name) as user_name, u.user_email, referer: &#60;a href=&#34;http://amazingserviceu.com/as/wp-admin/admin.php?page=gf_entries&#34; rel=&#34;nofollow&#34;&#62;http://amazingserviceu.com/as/wp-admin/admin.php?page=gf_entries&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2747</link>
			<pubDate>Fri, 15 Jan 2010 10:56:17 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl - maybe you have this already...but here is an error the tech guys at HG found:&#60;/p&#62;
&#60;p&#62;[Fri Jan 15 08:25:44 2010] [error] [client 216.110.94.227] WordPress database error Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation 'ifnull' for query   SELECT n.id, n.user_id, n.date_created, n.value, ifnull(u.display_name,n.user_name) as user_name, u.user_email, referer: &#60;a href=&#34;http://http://amazingserviceu.com/as/wp-admin/admin.php?page=gf_entries&#34; rel=&#34;nofollow&#34;&#62;http://http://amazingserviceu.com/as/wp-admin/admin.php?page=gf_entries&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;/p&#62;
&#60;p&#62;KS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2740</link>
			<pubDate>Fri, 15 Jan 2010 01:16:38 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm online with HG suppot via chat. Can they help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2736</link>
			<pubDate>Fri, 15 Jan 2010 00:41:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2736@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will be in touch later on Friday with additional details.  &#60;/p&#62;
&#60;p&#62;We are going to need you to test a query in PHPMyAdmin.  What is happening is your MySQL database is not returning the results for the select query that is used to display Notes. &#60;/p&#62;
&#60;p&#62;It's highly unusual and nobody else has reported anything remotely similar to this issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kmstirtz on "problem with Notes field in View screen"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-notes-field-in-view-screen#post-2735</link>
			<pubDate>Fri, 15 Jan 2010 00:36:47 +0000</pubDate>
			<dc:creator>kmstirtz</dc:creator>
			<guid isPermaLink="false">2735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update: I deactivated ALL plugins (except GF of course) and tried it. Same problem.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
