Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Bertrand du Couedic

    (@bducouedic)

    Hello Benjamin,

    I don’t know why you get this error. Do you have an up-to-date version of PHP ?

    A workaround would be to change the code in soundy.php at line 112 like this:


    $chk->addQueryArgFilter( function( $param )
    {
    global $war_soundy;
    $param[ 'license_key' ] = $war_soundy->license_key;
    $param[ 'product_id' ] = 'sdy_pro';
    return $param;
    } );

    Please, tell me if this new code solves the problem. If yes, I’ll put it in the next plugin version.

    Thanks

    Thread Starter BenjaminDark

    (@benjamindark)

    Many thanks for the super fast response Bertrand.

    Currently running php ver 5.3

    I tried replacing the code which starts at line 110 but this brought up the following error:

    Parse error: syntax error, unexpected ‘&’ in /home/dan42/public_html/www.darktreasures.tv/wp-content/plugins/soundy-music-pro/soundy.php on line 110

    Any more thoughts?

    Benjamin.

    Plugin Author Bertrand du Couedic

    (@bducouedic)

    Strange. There is no & character in the code above.

    Why does the PHP parser complain about this character ?

    PHP 5.3 is not recent (it was released in 2009).

    Last version is 5.6.

    Could it possible for you to upgrade to a more recent PHP version?

    Thread Starter BenjaminDark

    (@benjamindark)

    Hi Bertrand,

    Well done and thanks again – it was the PHP version causing the problem. I have several sites and one old Joomla one required PHP 5.3, so needed to set the new site to PHP 5.5. In fact, several glitches solved in one solution…

    Is it possible to loop a Soundy Background Pro MP3 without a short ‘break’ in the sound by the way? My solution was to fade it out and back in so the break seems more natural, but would prefer a seamless join.

    Thanks very much for all your speedy help re the above.

    Benjamin.

    Plugin Author Bertrand du Couedic

    (@bducouedic)

    Yes, PHP 5.3 is too old for Soundy. I remember now of other issues with this version.

    The short break between loop plays is inherent to the HTML Audio tag. Looping is done by setting the loop attribute on the tag.

    Best regards,

    Bertrand

    I’m trying to install Soundy, but with no luck. When I click the install it won’t let me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Login issue – Fatal error?’ is closed to new replies.