Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author solariz

    (@solariz)

    Hmm t his is odd. But you can fix this easy:

    Open the file:
    content/plugins/highslide-4-wordpress-reloaded/functions.hs4wp.php

    with a Text Editor and search for:
    if(strtolower($value) == “off”) $value = false;

    Should be in Line 672, and replace it with this:
    if(@strtolower($value) == “off”) $value = false;

    This should do the trick.

    thanks for report.

    Cyberm@rmotte

    (@cybermrmotte)

    Did it and that fixed the trick! Nice shot, thx!

    Same strtolower() problem, same @ solution. THX ??
    plugin version 1.24, WP version 3.2.1

    download not avail.
    I have the same problem
    wp-content/plugins/highslide-4-wordpress-reloaded/functions.hs4wp.php on line 672

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Highslide 4 WordPress *reloaded*] Update from 1.22 fails’ is closed to new replies.