slide_id sometimes not being set
-
I have upgraded to the new version.
As this on my test site, I have debug turned on. I regularly am getting these PHP errors logged.
PHP Notice: Undefined variable: slide_id in /usr/share/wordpress/wp-content/plugins/ultimate-responsive-image-slider/layout.php on line 263 PHP Notice: Undefined variable: slide_id in /usr/share/wordpress/wp-content/plugins/ultimate-responsive-image-slider/layout.php on line 327 PHP Notice: Undefined variable: slide_id in /usr/share/wordpress/wp-content/plugins/ultimate-responsive-image-slider/layout.php on line 333
I previously got an error with your code because a variable was not being set for the same approximate reason.
If $URIS_Slide_Id[‘rpgp_image_url’] is set, but there are no attachments then $slide_id will not be set.
Previously it was just $slide_alt not being set = and I could simply hack the code to avoid the issue.
Regards,
Neil
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘slide_id sometimes not being set’ is closed to new replies.