Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Just curious if anyone had figured out this image dilemma yet?

    Did anyone ever solve this?

    Thread Starter leigha-intelligraph

    (@leigha-intelligraph)

    I 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)