Search found 6 matches

by NetWhiz
Sat Sep 16, 2006 5:00 am
Forum: Bugs
Topic: Notice: PEAR.php line 848
Replies: 1
Views: 1869

Notice: PEAR.php line 848

I am not sure where this is coming from when I go to save an entry:

Serendipity is now saving your entry, creating trackbacks and performing possible XML-RPC calls. This may take a while..

Checking http://www.trianlgemommies.com for possible trackbacks...

Notice: in /homepages/42/d176478838 ...
by NetWhiz
Wed Sep 13, 2006 10:32 pm
Forum: Plugins
Topic: PDF plugin display error
Replies: 3
Views: 2284

Thanks! I had both the NL2BR and WordWrap plugins enabled. After removing the WordWrap plugin, things are looking nice!

On a side question: What use would the WordWrap plugin be? Turning off the NL2BR plugin made the nice, edited entry beome a block of mush. Guess I just need to play with it some ...
by NetWhiz
Wed Sep 13, 2006 6:10 pm
Forum: Plugins
Topic: PDF plugin & MyMood error
Replies: 7
Views: 3612

Hi!

You would look inside the function of the plugin around the line 544, check where global $serendipity; is set.

Then you add the code:


if (!isset($serendipity['smarty'])) {
return false;
}


HTH,
Garvin
Great! Added the code a couple lines before that in the MyMood plugin file ...
by NetWhiz
Wed Sep 13, 2006 6:07 pm
Forum: Plugins
Topic: PDF plugin display error
Replies: 3
Views: 2284

PDF plugin display error

On my site the line breaks for the content are not correct when viewed in the PDF.

http://www.rileydupont.com

Is this a bug or should I be posting the content differently to make it look more "normal"?

Thanks,
Drew
by NetWhiz
Wed Sep 13, 2006 6:06 pm
Forum: Plugins
Topic: PDF plugin & MyMood error
Replies: 7
Views: 3612

Where would I start to look to fix this myself until you get one done?
by NetWhiz
Wed Sep 13, 2006 5:57 pm
Forum: Plugins
Topic: PDF plugin & MyMood error
Replies: 7
Views: 3612

PDF plugin & MyMood error

When I have both plugins enabled, the display for month or longer produces the following error:

Fatal error: Call to undefined function: assign() in /homepages/42/d176478838/htdocs/rileydupont.com/www/plugins/serendipity_event_mymood/serendipity_event_mymood.php on line 544

Displaying the ...