PolarBlog V1.2.1 Released

I've released PolarBlog V1.2.1 to fix a very minor comment display issue.  This change simply correct the comment word count display to match the new entry word count display…which was changed to save some space in the last release.  You can live without this update unless you are anal and easily annoyed by these sorts of things as I am!  If you want to do a quick update, download the update and then just copy the "lib/PolarBlog_class.php" file from the tar file.

  1. Kevin said:

    I would agree that this appears to be some sort of looping error that is eating all of the memory.  But line 222 falls right in the middle of the getCommentData() method which retrieves a comment from the database.  It could be a problem just beyond that at line 236.  I don't know what your techical ability is, but you could try inserting a echo $query; at line 228.  Then run this query manually in something like phpMyAdmin or MyClient.

    Please either post any further questions about this to the mailing list or email me directly.

  2. Gus said:

    Looks like the same thing is happening to me.  I even increases the buffer and it is still returning errors when I try to post a comment.  Any ideas?

    Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 1024 bytes) in /home/web/virtuals/gusadelic/gusadelic.org/www/lib/PbComment_class.php on line 156

  3. Kevin said:

    What version of PHP are you using?  Please either post any further questions about this to the mailing list or email me directly.

  4. Martin said:

    There must be a loopp or something preventing me from submitting a comment.

    Error is:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 9 bytes) in /mnt/hda8/martin/soft/php/blog/PB_v121/lib/PbComment_class.php on line 222

    Any idea?