<?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: Can&#039;t Add Note in Entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries</link>
		<description>Gravity Support Forums Topic: Can&#039;t Add Note in Entries</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 10:32:31 +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/cant-add-note-in-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-158946</link>
			<pubDate>Sat, 02 Mar 2013 14:27:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">158946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@nickydef, because each of these issues require individualized troubleshooting, I ask that you please open a new topic and state there what the problem is.  Additionally, because you're a developer license holder, you can always use the priority support form, as we may need to log in to your installation and have a look at the database as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickydef on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-155162</link>
			<pubDate>Tue, 26 Feb 2013 14:20:58 +0000</pubDate>
			<dc:creator>nickydef</dc:creator>
			<guid isPermaLink="false">155162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So which field do I need to change collation on if I am experiencing the same issue?&#60;/p&#62;
&#60;p&#62;Actually, I am looking at both tables that you mentioned and they are both set to &#34;utf8_general_ci&#34; collation?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-123864</link>
			<pubDate>Wed, 16 Jan 2013 22:32:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no way I know of to send the notes with the resent notification.  You can print the notes when you print the entry, and you can send the note when it is added, but there is no option to resend notes with the notification.  There is probably a way to custom code it, but I have not looked into that.  I'll tag this as a feature request for that portion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-123793</link>
			<pubDate>Wed, 16 Jan 2013 21:14:23 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">123793@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris.  You rawk.  I will take a closer look at db then.&#60;/p&#62;
&#60;p&#62;I have to ask one last question concerning this because I know Client will ask...&#60;/p&#62;
&#60;p&#62;Is there a way to include Notes when you Resend Notification?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-123767</link>
			<pubDate>Wed, 16 Jan 2013 20:46:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">123767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris.  Take a look at your entries and notes now.  I added a few notes for form 6, the one test entry that is there.&#60;/p&#62;
&#60;p&#62;The issue was that the database collation was different on the wp_users table and the wp_rg_lead_notes table.    I turned on WP_DEBUG after activating maintenance mode for a few minutes, and I saw this error:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;WordPress database error: [Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation &#38;#39;ifnull&#38;#39;]

SELECT n.id, n.user_id, n.date_created, n.value, ifnull(u.display_name,n.user_name) as user_name, u.user_email FROM wp_rg_lead_notes n LEFT OUTER JOIN wp_users u ON n.user_id = u.id WHERE lead_id=651 ORDER BY id&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you take a look at the database tables, there is quite a mix of collations going on.  I made the wp_users and wp_rg_lead_notes collation the same for the fields which mattered and then I was able to see the notes again.&#60;/p&#62;
&#60;p&#62;You might want to have someone more familiar with MySQL look at this and see if the different collations are going to cause a problem in the future.  I fixed the issue with the Gravity Forms notes.  Let me know if you have any trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-123589</link>
			<pubDate>Wed, 16 Jan 2013 14:10:16 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">123589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any word on this issue? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-120436</link>
			<pubDate>Sat, 12 Jan 2013 16:28:58 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">120436@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris!&#60;/p&#62;
&#60;p&#62;Maintenance Mode is under Settings &#38;gt; Maintenance Mode.  Feel free to turn on.  Just remember to turn back off. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-120351</link>
			<pubDate>Sat, 12 Jan 2013 12:46:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">120351@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I missed that you tested for that before.  I will continue testing this weekend.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-119951</link>
			<pubDate>Sat, 12 Jan 2013 02:28:40 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">119951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for your effort. You can turn on Maintenance mode to test. &#60;/p&#62;
&#60;p&#62;Like I said, I turned theme and plugins off and it still won't allow me to add notes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Can&#039;t Add Note in Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cant-add-note-in-entries#post-119905</link>
			<pubDate>Sat, 12 Jan 2013 00:54:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">119905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I tried adding a note and I was unsuccessful.  However, I did not have the CSS issue on the button that you did. I logged in to your site and see a lot of theme-related jQuery in the admin on the Gravity Forms page.  I also see a google maps API script being loaded in the admin.  Any of these can create a problem on the Gravity Forms entry screen.&#60;/p&#62;
&#60;p&#62;Have you already checked for theme and plugin conflicts?  I was hesitant to do that since this appears to be a live, active site. &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
