• Resolved Paul de Wouters

    (@pauldewouters)


    Hi

    if this plugin is enabled but WP Rotator is not, then an error message prevents the site from being displayed.
    Could you add some dependency checks? for example
    if (function_exists('wp_rotator_option')){

    <b>Fatal error</b>: Call to undefined function wp_rotator_option() in <b>C:\xampp\htdocs\wordpress\wp-content\plugins\flex-slider-for-wp-rotator\flex-slider-for-wp-rotator.php</b> on line <b>58</b><br />

    http://wordpress.org/extend/plugins/flex-slider-for-wp-rotator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Good catch! I just updated the plugin with an activation hook that checks if WP Rotator is installed, and if not it prevents Flex from installing. I didn’t bump the version number because there’s no need for current users to upgrade.

    New version should show up in the next few hours, whenever the WordPress repository updates.

    Thanks

    Thread Starter Paul de Wouters

    (@pauldewouters)

    thanks Bill

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Flex Slider for WP Rotator] add dependency checks’ is closed to new replies.