episiarch
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexOK, so that lets me save settings, but now it’s doing this:
<b>Notice</b>: Undefined index: href-replace in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php</b> on line <b>169</b>Here’s the complete output:
<!-- Easy FancyBox 1.5.0dev11 using FancyBox 1.3.4 - RavanH (http://status301.net/wordpress-plugins/easy-fancybox/) --> <script type="text/javascript"> /* <![CDATA[ */ var fb_timeout = null; var fb_opts = { 'overlayShow' : true, 'hideOnOverlayClick' : true, 'showCloseButton' : true, 'centerOnScroll' : true, 'enableEscapeButton' : true, 'autoScale' : true }; var easy_fancybox_handler = function(){ /* IMG */ var fb_IMG_select = 'a[href*=".jpg"]:not(.nofancybox), area[href*=".jpg"]:not(.nofancybox), a[href*=".gif"]:not(.nofancybox), area[href*=".gif"]:not(.nofancybox), a[href*=".png"]:not(.nofancybox), area[href*=".png"]:not(.nofancybox)'; jQuery(fb_IMG_select).addClass('fancybox').attr('rel', 'gallery'); jQuery('a.fancybox, area.fancybox, li.fancybox a:not(li.nofancybox a)').fancybox( jQuery.extend({}, fb_opts, { 'transitionIn' : 'elastic', 'easingIn' : 'easeOutBack', 'transitionOut' : 'elastic', 'easingOut' : 'easeInBack', 'opacity' : false, 'hideOnContentClick' : false, 'titleShow' : true, 'titlePosition' : 'over', 'titleFromAlt' : true, 'showNavArrows' : true, 'enableKeyboardNav' : true, 'cyclic' : false }) ); /* YouTube */ jQuery('a[href*="youtube.com/watch"]:not(.nofancybox), area[href*="youtube.com/watch"]:not(.nofancybox)').addClass('fancybox-youtube'); jQuery('a[href*="youtu.be/"]:not(.nofancybox), area[href*="youtu.be/"]:not(.nofancybox)')<br /> <b>Notice</b>: Undefined index: href-replace in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php</b> on line <b>169</b><br /> .addClass('fancybox-youtube'); jQuery('a.fancybox-youtube, area.fancybox-youtube, li.fancybox-youtube a:not(li.nofancybox a)').fancybox( jQuery.extend({}, fb_opts, { 'type' : 'iframe', 'width' : 640, 'height' : 390, 'padding' : 0, 'titleShow' : false, 'titlePosition' : 'float', 'titleFromAlt' : true, 'onStart' : function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp('youtu.be', 'i'), 'www.youtube.com/embed').replace(new RegExp('watch\\?(.*)v=([a-z0-9\_\-]+)(&|\\?)?(.*)', 'i'), 'embed/$2?$1$4') } }) ); /* Vimeo */ jQuery('a[href*="vimeo.com/"]:not(.nofancybox), area[href*="vimeo.com/"]:not(.nofancybox)').addClass('fancybox-vimeo'); jQuery('a.fancybox-vimeo, area.fancybox-vimeo, li.fancybox-vimeo a:not(li.nofancybox a)').fancybox( jQuery.extend({}, fb_opts, { 'type' : 'iframe', 'width' : 640, 'height' : 360, 'padding' : 0, 'titleShow' : false, 'titlePosition' : 'float', 'titleFromAlt' : true, 'onStart' : function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp('http://(www\.)?vimeo\.com/([0-9]+)(&|\\?)?(.*)', 'i'), 'http://player.vimeo.com/video/$2?$4') } }) ); /* Auto-click */ jQuery('#fancybox-auto').trigger('click'); } /* ]]> */ </script>Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexJust installed it… still getting this error when I try and save my settings…
Notice: Undefined variable: prc in /Users/nick/Sites/adsknews/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /Users/nick/Sites/adsknews/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /Users/nick/Sites/adsknews/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /Users/nick/Sites/adsknews/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Warning: Cannot modify header information - headers already sent by (output started at /Users/nick/Sites/adsknews/wp-content/plugins/easy-fancybox/easy-fancybox-class.php:406) in /Users/nick/Sites/adsknews/wp-includes/pluggable.php on line 876Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexIs this plugin on GitHub? I can assist with debugging, since I’m going to do it anyway, and I need this for a client, like, yesterday.
Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexIn related news, this is what the plugin outputs into my site’s HTML…
<!-- Easy FancyBox 1.3.4.9 using FancyBox 1.3.4 - RavanH (http://4visions.nl/en/wordpress-plugins/easy-fancybox/) --> <script type="text/javascript"> /* <![CDATA[ */ jQuery(document).ready(function($){ var fb_timeout = null; var fb_opts = {<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> 'overlayShow' : true<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> , 'centerOnScroll' : true<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> , 'showCloseButton' : true<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> , 'showNavArrows' : true<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>79</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>80</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>81</b><br /> , 'onCleanup' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>86</b><br /> function() { if(fb_timeout) { window.clearTimeout(fb_timeout); fb_timeout = null; } } };<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> /* IMG */ var fb_IMG_select = 'a[href$="..jpg"]:not(.nofancybox),a[href$="..JPG"]:not(.nofancybox),a[href$="..gif"]:not(.nofancybox),a[href$="..GIF"]:not(.nofancybox),a[href$="..png"]:not(.nofancybox),a[href$="..PNG"]:not(.nofancybox)'; $(fb_IMG_select).addClass('fancybox').attr('rel', 'gallery');<br /> <b>Notice</b>: Undefined index: autoAttributeAlt in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>177</b><br /> <br /> <b>Notice</b>: Undefined index: autoAttributeAlt in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>177</b><br /> $('a.fancybox, area.fancybox').fancybox( $.extend({}, fb_opts, {<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> 'transitionIn' : 'elastic'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'easingIn' : 'easeOutBack'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'transitionOut' : 'elastic'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'easingOut' : 'easeInBack'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'opacity' : false<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleShow' : true<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'titlePosition' : 'over'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleFromAlt' : true<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> }) );<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> /* YouTube */ $('a[href*="youtube.com/"]:not(.nofancybox)')<br /> <b>Notice</b>: Undefined index: href-replace in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>119</b><br /> .addClass('fancybox-youtube'); $('a[href*="youtu.be/"]:not(.nofancybox)')<br /> <b>Notice</b>: Undefined index: href-replace in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>181</b><br /> .addClass('fancybox-youtube'); $('a.fancybox-youtube, area.fancybox-youtube').fancybox( $.extend({}, fb_opts, {<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> 'type' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> 'iframe'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'width' : 640<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'height' : 390<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'padding' : 0<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'autoScale' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> false<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleShow' : false<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'titlePosition' : 'float'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleFromAlt' : true<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'onStart' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp('youtu.be', 'i'), 'www.youtube.com/embed').replace(new RegExp('watch\\?v=([a-z0-9\_\-]+)(&|\\?)?(.*)', 'i'), 'embed/$1?version=3&$3') } }) );<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> /* Vimeo */ $('a[href*="vimeo.com/"]:not(.nofancybox)')<br /> <b>Notice</b>: Undefined index: href-replace in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>119</b><br /> .addClass('fancybox-vimeo');<br /> <b>Notice</b>: Undefined index: autoAttributeAlt in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>177</b><br /> <br /> <b>Notice</b>: Undefined index: autoAttributeAlt in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>177</b><br /> $('a.fancybox-vimeo, area.fancybox-vimeo').fancybox( $.extend({}, fb_opts, {<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: default in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> 'type' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> 'iframe'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'width' : 640<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'height' : 360<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'padding' : 0<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'autoScale' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> false<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleShow' : false<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> <br /> <b>Notice</b>: Undefined index: noquotes in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>209</b><br /> , 'titlePosition' : 'float'<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'titleFromAlt' : true<br /> <b>Notice</b>: Undefined index: id in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>206</b><br /> <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>207</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>208</b><br /> , 'onStart' : <br /> <b>Notice</b>: Undefined index: input in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>213</b><br /> function(selectedArray, selectedIndex, selectedOpts) { selectedOpts.href = selectedArray[selectedIndex].href.replace(new RegExp('http://(www\.)?vimeo\.com/([0-9]+)(&|\\?)?(.*)', 'i'), 'http://player.vimeo.com/video/$2?$4') } }) );<br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> <br /> <b>Notice</b>: Undefined index: hide in <b>/path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox.php</b> on line <b>100</b><br /> /* Auto-click */ $('#fancybox-auto').trigger('click'); }); /* ]]> */ </script>Pretty sure it’s safe to say that these notices are what’s breaking the plugin.
Forum: Plugins
In reply to: [Firelight Lightbox] WP_DEBUG Notice -> Undefined indexBump this… had the same problem with the admin page being littered with errors and installed the current development version on April 25, 2013, which fixed the initial problem, but ended up getting the same error as Eric…
Notice: Undefined variable: prc in /path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Notice: Undefined variable: prc in /path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php on line 406 Warning: Cannot modify header information - headers already sent by (output started at /path/to/wp/wp-content/plugins/easy-fancybox/easy-fancybox-class.php:406) in /path/to/wp/wp-includes/pluggable.php on line 876
Viewing 5 replies - 1 through 5 (of 5 total)