Hey Jason,
when we setup the blog anew with WP 3.2.1 Blip initially worked fine but at some point, just recently, it stopped working.
You will find a example of Bip usage on this permanent page page
WP debug mode returns:
Notice: Undefined index: PATH_INFO in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 757
Which says:
if(substr($_SERVER["PATH_INFO"], 0, 5) == "/rss/" && class_exists("Blip_Slideshow_Rss_Reader")) {
At the position where blip shoud be displayed it says (for the line with semicolon):
Notice: Undefined variable: output in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 300
$output .= '<script type="text/javascript">
//<![CDATA[
';
And a few more after the body…
Notice: Undefined index: flash in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 195
Notice: Undefined index: fold in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 200
Notice: Undefined index: kenburns in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 205
Notice: Undefined index: push in /home/ulrike/public_html/wp-content/plugins/blip-slideshow/blip.php on line 210
We’ve done quiet some work in the last days so it’s hard do locate the exact issue, are there any known in
I removed all other plugins to make it’s not related but receive the same warnings.
Could you please advise what might be causing the issue?