Page 1 of 1

Solved: Update from 1.3.2 to 1.5.5 Bug?

Posted: Wed Aug 17, 2011 1:18 pm
by stevie
Hello

we just upgraded from 1.3.2 to 1.5.5.
Everything went well in the update process, but if I want to browse the blog page I got a empty page with a 500 HTTP Status code. I turn on php show errors and it said that function serendipity_checkCommentTokenModeration is not defined.
Since the admin interface is working I just commented out the line 59 in the index.php: # serendipity_checkCommentTokenModeration($uri);

Now the blog page is also back online and so far no errors are found.

Any ideas why this function got broken via the upgrade?

Regards,
Stevie

Re: Update from 1.3.2 to 1.5.5 Bug?

Posted: Wed Aug 17, 2011 3:11 pm
by garvinhicking
Hi!

Hm, that function is definitely defined in include/functions_comments.inc.php - check if that file was properly uploaded to your server?

Regards,
Garvin

Re: Update from 1.3.2 to 1.5.5 Bug?

Posted: Wed Aug 17, 2011 4:09 pm
by stevie
Hey,

thanks for the info.
I just checked and my copy/replace went wrong in the subfolders.
I could redo the upgrade and now everything works as expected

Regards,
Stevie