Comments on: Empty Series List Bug http://remstate.com/2007/02/27/empty-series-list-bug/ Create the Internet of your Dreams Sun, 14 Jun 2009 17:22:47 +0000 http://wordpress.org/?v=2.3.1 By: Quandary http://remstate.com/2007/02/27/empty-series-list-bug/#comment-136 Quandary Tue, 13 Mar 2007 00:53:55 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-136 @Anmol Gah! I thought I fixed that. I <em>remember</em> hitting that, and fixing it. But still, it is quite clearly released and a bug. I have a fix ready to go; I'll do another release to take care of things. @Anmol

Gah! I thought I fixed that. I remember hitting that, and fixing it. But still, it is quite clearly released and a bug. I have a fix ready to go; I’ll do another release to take care of things.

]]>
By: Anmol http://remstate.com/2007/02/27/empty-series-list-bug/#comment-135 Anmol Mon, 12 Mar 2007 18:21:15 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-135 I have installed v 2.2 of in-series (which is a great plugin btw) and in the options page I selected "Top" for the ToC option. Now I can't get it to change back to "Bottom" (even though I select Bottom) and then Update. It always reverts back to Top. Clearing the cache, etc has not helped either. Any suggestions. Thanks, Anmol I have installed v 2.2 of in-series (which is a great plugin btw) and in the options page I selected “Top” for the ToC option. Now I can’t get it to change back to “Bottom” (even though I select Bottom) and then Update. It always reverts back to Top. Clearing the cache, etc has not helped either. Any suggestions.

Thanks,
Anmol

]]>
By: Starlyth http://remstate.com/2007/02/27/empty-series-list-bug/#comment-123 Starlyth Tue, 06 Mar 2007 20:56:25 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-123 Well, I am not going to help you solve any bugs. IT WORKS! My database went bad somehow. I rebuilt it, and everything works now. Thanks for the effort, and your continuing efforts in maintaining this extension.! Well, I am not going to help you solve any bugs. IT WORKS! My database went bad somehow. I rebuilt it, and everything works now.

Thanks for the effort, and your continuing efforts in maintaining this extension.!

]]>
By: Starlyth http://remstate.com/2007/02/27/empty-series-list-bug/#comment-109 Starlyth Sun, 04 Mar 2007 17:36:22 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-109 I will wait with great anticipation your results. I wouldn't be surprised if it is an issue with the new WordPress, but maybe not. Just a thought, perhaps it is the way I have it called: ID, 'series_name', TRUE); if ('' != $series) { echo "<b>Article Series - $series</b>\n"; series_table_of_contents($series); } ?> <!-- end inseries --> I will wait with great anticipation your results. I wouldn’t be surprised if it is an issue with the new WordPress, but maybe not. Just a thought, perhaps it is the way I have it called:

ID, ’series_name’, TRUE);
if (” != $series)
{
echo “Article Series - $series\n”;
series_table_of_contents($series);
}
?>

]]>
By: Ananda http://remstate.com/2007/02/27/empty-series-list-bug/#comment-107 Ananda Sun, 04 Mar 2007 10:19:46 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-107 I just contacted tech support at my webhosts, and they weren't able to confirm what version of MySQL was running (?!?! apparently something may have gone wrong when they moved my site to a new server) so they will look into it further and upgrade it as necessary. If things miraculously correct themselves after this, I'll let you know.... I just contacted tech support at my webhosts, and they weren’t able to confirm what version of MySQL was running (?!?! apparently something may have gone wrong when they moved my site to a new server) so they will look into it further and upgrade it as necessary. If things miraculously correct themselves after this, I’ll let you know….

]]>
By: Quandary http://remstate.com/2007/02/27/empty-series-list-bug/#comment-106 Quandary Sun, 04 Mar 2007 08:25:39 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-106 @Starlyth You are describing behavior that may constitute a bug, but it's not this bug. :) That said, I need to upgrade my WordPress installation and verify that In Series still works. I have not experienced the problems you are describing, but I have also not tried running with WordPress 2.1.2. @Starlyth

You are describing behavior that may constitute a bug, but it’s not this bug. :)

That said, I need to upgrade my WordPress installation and verify that In Series still works. I have not experienced the problems you are describing, but I have also not tried running with WordPress 2.1.2.

]]>
By: Starlyth http://remstate.com/2007/02/27/empty-series-list-bug/#comment-105 Starlyth Sun, 04 Mar 2007 04:25:42 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-105 PHP version 5.1.4 MySQL version 4.1.21-standard WordPress version 2.1.2 In Series version: 2.2.0 The query worked. Got back two "rows" which noted the only two series. Initially the query did not work, as it tried to access the wrong database (I had 3 on that server). I deleted the database (no loss, I just hadn't done it anyways), then the query worked. In the Management section of the Dashboard, the series name shows up, but it doesn't show up on in the edit section, nor does it show up on the single post series. I believe the In Series plugin worked normally at 2.1.0, and as near as I can tell (which, truly, is very little), neither MySQL nor PHP were updated between 2.1.0 and 2.1.2 (never did install 2.1.1). I know that WordPress made some structural changes to the code due to security and bugs. Is it possible that the way In Series is calling MySQL through WordPress is the issue? In other words, is it possible that the structural changes in WordPress changed how the In Series calls work? What versions of WordPress and In Series is everybody using, in addition to MySQL and PHP? PHP version 5.1.4
MySQL version 4.1.21-standard
WordPress version 2.1.2
In Series version: 2.2.0

The query worked. Got back two “rows” which noted the only two series. Initially the query did not work, as it tried to access the wrong database (I had 3 on that server). I deleted the database (no loss, I just hadn’t done it anyways), then the query worked.

In the Management section of the Dashboard, the series name shows up, but it doesn’t show up on in the edit section, nor does it show up on the single post series. I believe the In Series plugin worked normally at 2.1.0, and as near as I can tell (which, truly, is very little), neither MySQL nor PHP were updated between 2.1.0 and 2.1.2 (never did install 2.1.1). I know that WordPress made some structural changes to the code due to security and bugs. Is it possible that the way In Series is calling MySQL through WordPress is the issue? In other words, is it possible that the structural changes in WordPress changed how the In Series calls work? What versions of WordPress and In Series is everybody using, in addition to MySQL and PHP?

]]>
By: Quandary http://remstate.com/2007/02/27/empty-series-list-bug/#comment-103 Quandary Sat, 03 Mar 2007 21:52:46 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-103 All right, from the looks of it, <a href="http://dev.mysql.com/doc/refman/4.1/en/news-4-1-0.html" rel="nofollow">subquery support was added in 4.1.0</a>. Unfortunately, this means that In Series cannot presently operate properly on versions of MySQL before 4.1. This <em>may</em> be fixed in 3.0, because I'm going to be restructuring tables. However, I don't think I'm going to remove the subqueries from 2.x, because it would be a performance hit for everyone else, and because 4.0.x MySQL is <acronym title="End of Life">EOL</acronym> anyway. I will, however, take a look and see if there's <em>something</em> I can do. All right, from the looks of it, subquery support was added in 4.1.0. Unfortunately, this means that In Series cannot presently operate properly on versions of MySQL before 4.1.

This may be fixed in 3.0, because I’m going to be restructuring tables. However, I don’t think I’m going to remove the subqueries from 2.x, because it would be a performance hit for everyone else, and because 4.0.x MySQL is EOL anyway.

I will, however, take a look and see if there’s something I can do.

]]>
By: Vishwas http://remstate.com/2007/02/27/empty-series-list-bug/#comment-102 Vishwas Sat, 03 Mar 2007 19:01:56 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-102 Even I have MySQL 4.0.16 installed... I have already sent you a dump of my DB... Even I have MySQL 4.0.16 installed… I have already sent you a dump of my DB…

]]>
By: Quandary http://remstate.com/2007/02/27/empty-series-list-bug/#comment-101 Quandary Sat, 03 Mar 2007 01:18:09 +0000 http://remstate.com/2007/02/27/empty-series-list-bug/#comment-101 The MySQL version info was really, really helpful -- if it's 4.0.16, then my theory that it's a SQL compatibility issue can still be true. All that I have to do is get that version of MySQL installed locally, now, so I can test it out. (And you're doing a fine job of carrying messages in Greek ;) The MySQL version info was really, really helpful — if it’s 4.0.16, then my theory that it’s a SQL compatibility issue can still be true. All that I have to do is get that version of MySQL installed locally, now, so I can test it out.

(And you’re doing a fine job of carrying messages in Greek ;)

]]>