<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 4856: Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/</link><description>Recent changes to 4856: Error with PMA_DisplayResults-&gt;getTable()</description><atom:link href="https://sourceforge.net/p/phpmyadmin/bugs/4856/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 21 Apr 2015 06:11:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/phpmyadmin/bugs/4856/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#eb78</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Madhura Jayaratne --&amp;gt;  nobody &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madhura Jayaratne</dc:creator><pubDate>Tue, 21 Apr 2015 06:11:30 -0000</pubDate><guid>https://sourceforge.nete1be14713781c5af75f0567c1df3e542a4c4e410</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#f94a/c481</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I also do not see update time for InnoDB tables in my local machine. However creation time is updated every time I add a column. That is why creation time has been used to invalidates the uiprefs. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madhura Jayaratne</dc:creator><pubDate>Mon, 20 Apr 2015 10:28:00 -0000</pubDate><guid>https://sourceforge.netfdb277135c6c584c36c99717574a226353c4c5d7</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#f7c8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I also have no update times when either checking information_schema.tables table or running show table status.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">slserpent</dc:creator><pubDate>Fri, 17 Apr 2015 20:17:40 -0000</pubDate><guid>https://sourceforge.nete6e723ec10e179a1931a38966c0cb2f6bfd734bf</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#f94a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;These are InnoDB tables. I added those lines to the config and see the new column showing last updated date, but none display anything. Even after I subsequently modify a table, the update date isn't showing.&lt;/p&gt;
&lt;p&gt;The creation date does show and it's accurate.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">slserpent</dc:creator><pubDate>Fri, 17 Apr 2015 20:08:26 -0000</pubDate><guid>https://sourceforge.net3b23d258ab0db9bf98f4a3905c6647dad5604064</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#23d0/2248</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks.&lt;br /&gt;
uiprefs is not suppose to change but the actual table create time should (even though it sounds weird). It is the difference that invalidates the uiprefs and remove the value.&lt;/p&gt;
&lt;p&gt;What is the storage engine of this table?&lt;/p&gt;
&lt;p&gt;By adding&lt;br /&gt;
$cfg&lt;span&gt;['ShowDbStructureCreation']&lt;/span&gt; = true;&lt;br /&gt;
$cfg&lt;span&gt;['ShowDbStructureLastUpdate']&lt;/span&gt; = true;&lt;br /&gt;
to your config.inc.php you can view the creation and update times of the tables in database structure page. Anything interesting about the values you see for this table?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madhura Jayaratne</dc:creator><pubDate>Fri, 17 Apr 2015 12:42:05 -0000</pubDate><guid>https://sourceforge.netae36570a6225ccebe5394fc175c906d75a7a044c</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#23d0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yes, did exactly as instructed and still got errors. uiprefs didn't change after adding a new column. Is it really supposed to, though? The table create time doesn't change when a column is added.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">slserpent</dc:creator><pubDate>Fri, 17 Apr 2015 09:29:10 -0000</pubDate><guid>https://sourceforge.net6f72d3ffe5141d50e4e2cf6e20bd36329a1641f3</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#d0cb/1d5c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There is an internal mechanism that compares table creation time stored in pma&lt;strong&gt;table_uiprefs and the actual table creation time of the table. When you add a column actual table creation time is updated and col_order in pma&lt;/strong&gt;table_uiprefs is discarded if creation time of the table is newer. Of some reason this does not seem to work in you system.&lt;/p&gt;
&lt;p&gt;Can you try the following:&lt;/p&gt;
&lt;p&gt;Create a new table, add a couple of records&lt;br /&gt;
Change column order&lt;br /&gt;
Ensure that create_time stored in pma__table_uiprefs and actual creation time (seen in information section of table structure page) is same&lt;br /&gt;
Add a new column&lt;br /&gt;
See whether error appears and if so check for create_time in both places&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madhura Jayaratne</dc:creator><pubDate>Fri, 17 Apr 2015 06:53:28 -0000</pubDate><guid>https://sourceforge.net09a7e42b71aa3496d1ebe3e3c6737eea8dc09839</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#d0cb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ah, yes. Logging out fixed it. So it seems to have been the col_order and col_visib settings for that table.&lt;/p&gt;
&lt;p&gt;And I figured out how to reproduce it. Reorder columns in browse (I don't even remember doing this / maybe accidentally), add column in structure, browse, get errors.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">slserpent</dc:creator><pubDate>Fri, 17 Apr 2015 06:29:16 -0000</pubDate><guid>https://sourceforge.netb8291d9d30d036be2b9978502eb2c9dff3d466be</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#2adc/d4e6</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Old values are probably still in the session. Can you try login out and try again?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Madhura Jayaratne</dc:creator><pubDate>Fri, 17 Apr 2015 05:42:52 -0000</pubDate><guid>https://sourceforge.netb8a2a4dc6eed6b478a416862a15f141db8fd88cf</guid></item><item><title>#4856 Error with PMA_DisplayResults-&gt;getTable()</title><link>https://sourceforge.net/p/phpmyadmin/bugs/4856/?limit=25#2adc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thinking that the col_order and col_visib arrays looked suspicious with only 8 columns, I set this field to just []. But the errors persist.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">slserpent</dc:creator><pubDate>Fri, 17 Apr 2015 05:06:46 -0000</pubDate><guid>https://sourceforge.netb5e4bef0b9d03cbbe14cc8d08b4a333f24721f2d</guid></item></channel></rss>