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 current entry which has moods assigned works fine. But trying to display multiple entries in the PDF are messed up. I did apply the patch for the Unicode support just posted which helped with the output display issue.
That's a good catch! This plugin does not support to be embedded within PDF files, so it needs to be modify to check if $serendipity['smarty'] exists.
My dev-serve ris currently down but I will try to commit the fix after my holidays.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
if (!isset($serendipity['smarty'])) {
return false;
}
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Now Garvin, you know I'm gonna take care of this as soon as I get home. Three lines, and even a specific reference on where to insert them? How much simpler could you make it?
Does SPARTACUS automatically update, or do I need to poke it somehow? Same thing for nightly builds?
Sadly because my computer does not run yet ,Spartacus updates still don't happen. If I had the FTP data I could give it to you and instruct you how to update spartacus, but as I can't access the server, I don't have the FTP access here.
Bottom line, official spartacus updates will need to wait until the end of my holiday
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/