leigha-intelligraph
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [SimpleMap Store Locator] Feature image in search resultsJust curious if anyone had figured out this image dilemma yet?
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Multiple slidersDid anyone ever solve this?
Forum: Plugins
In reply to: [Cool Video Gallery] Video Gallery in Page Template not displaying VideosI actually fixed it yesterday. There were a few errors popping up that I just couldn’t seem to fix.
[Tue May 14 17:44:22 2013] [warn] mod_fcgid: stderr: PHP Warning: exec() has been disabled for security reasons in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/core.php on line 1370
This fix for this was commenting out lines 1403 – 1412 and adding a ‘return true’ here; This function is looking to see if ffmpeg exists. In this case, with this plugin – it does. So I just hardcoded it so we no longer have to call exec (which has been disabled).
[Tue May 14 17:45:04 2013] [warn] mod_fcgid: stderr: PHP Warning: Creating default object from empty value in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/video-db.php on line 75 [Tue May 14 17:45:04 2013] [warn] mod_fcgid: stderr: PHP Warning: Creating default object from empty value in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/video-db.php on line 75 [Tue May 14 17:45:04 2013] [warn] mod_fcgid: stderr: PHP Warning: Creating default object from empty value in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/video-db.php on line 75 [Tue May 14 17:45:04 2013] [warn] mod_fcgid: stderr: PHP Warning: Creating default object from empty value in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/video-db.php on line 75 [Tue May 14 17:45:04 2013] [warn] mod_fcgid: stderr: PHP Warning: Creating default object from empty value in /home/linweb13/i/intouchhome.com/user/htdocs/wp-content/plugins/cool-video-gallery/lib/video-db.php on line 75
I Added a line at 73: ‘$galleries = new stdClass();’ This just creates a new standard object class. For some reason the variables needed to be set differently than had been done.
Viewing 3 replies - 1 through 3 (of 3 total)