• Resolved Gang

    (@gokure)


    I think this issue occurred by mysql version, I used mysql is 5.5.8 for Win32 (x64), It’s worked for me when I changed php code (on vslider.php file line 559) from $sql = "INSERT INTO " . $table_name . " values ('','".$option."','1');"; to $sql = "INSERT INTO " . $table_name . " values (NULL,'".$option."','1');";

    ps. affected vSlide versions 4.1.1

    http://wordpress.org/extend/plugins/vslider/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: vSlider Multi Image Slider for WordPress] Unable to Add vSlider, can not insert vSlider’ is closed to new replies.