JP was very kind, and let me know he will be unavailable for a few days, so I temporarily kludeged this myself. Since this posting seemed to be getting a great deal of traffic, I thought I should let you know my approach.
PLEASE NOTE: I did not say "solution"!!
This simply stopped plugin_hs_jp.php from throwing the error.
Has this been throughly tested? NO
Did this break something else? Dunno
Will this make someone else's machine implode? Dunno that either.
WARNING: I am a complete php noob! This is only a kludge until the real fix comes along, or I actually figure out what I am doing!! [don't hold your breath folks] I am not using the caption feature at present, so killing this line won't effect me, but your mileage may vary.
Line 321 reads:
| Code: |
<div class="highslide-caption" id="caption-for-'.$image_name.'">'.$imagecaption[''.$image_name.''].'
|
Strip out from the end of the line:
| Code: |
'.$imagecaption[''.$image_name.''].'
|
So it reads:
| Code: |
<div class="highslide-caption" id="caption-for-'.$image_name.'">
|