Page 2 of 2

Posted: Mon Apr 25, 2005 2:45 pm
by Brian1969
Ok, I've looked through the file, and I'm a little confused as to what lines I am removing and what ones I am adding. I don't want to screw it up, so unless you can post the entire revised file code, then I'm just going to leave it as is and deal with it when the update comes out.

Thanks for your help.

Posted: Mon Apr 25, 2005 2:51 pm
by garvinhicking
Sure, here's the whole file:

http://nopaste.php-q.net/129931

(Sorry I didn't think of it. Sometimes the obvious is just too obvious ;)

Regards,
Garvin

Posted: Mon Apr 25, 2005 2:56 pm
by Brian1969
Worked like a charm! Even with the "#" in there.

Thanks so much!

Posted: Sat Apr 30, 2005 4:04 am
by Brian1969
New question:

Sometimes I get an error of:

"Target URI exceeded maximum filesize of 153600 bytes."

What is that, and how do I edit/increase the file size so I don't get the error?

Posted: Sat Apr 30, 2005 12:52 pm
by garvinhicking
Brian: That means that a link you used in your entry has a page with more than 150kb text on it. Thus serendipity thinks you are not wanting to trackback to this link as it is so large, and it is thought that this page is not a Blog but a gallery page or a binary object instead.

If you want to raise that file limit, edit your serendipity_config.inc.php and adjust this variable:

Code: Select all

$serendipity['trackback_filelimit']  = 150 * 1024;
Regards,
Garvin