Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author vaakash

    (@vaakash)

    Yes. Please try the new version.

    Version 4.0 causes Fatal Error (or Error 500) on PHP <5.4:
    (due empty(): Can’t use function return value in write context)

    Fix:

    FILE:    shortcoder/admin/sc-admin.php
    LINE:    248
    	public static function save_shortcode(){
    -		if( empty( trim( $p[ 'sc_name' ] ) ) ){
    +		if( ! trim( $p[ 'sc_name' ] ) ){
    Plugin Author vaakash

    (@vaakash)

    @megamurmulis,

    Thank you very much !
    I’ll make the fix official.

    New update is not working. getting fatal error while installing.

    @rajatgavri – version v4.0.1 with the fix isn’t out yet..
    Until then – You can either apply fix manually / disable plugin (via FTP)..

    Note: If your site is down due “Fatal Error” = you will need FTP access to edit that line of code..

    Plugin Author vaakash

    (@vaakash)

    @rajatgavri Issue is fixed in version 4.0.1. Can you please try it out ?

    v4.0.1 = working ok..


    Typo in plugin (“shortcoder.php”) description text: “exceuted” => “executed”..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Last Updated: 1 year ago’ is closed to new replies.