View Single Post
Old 01-12-2023, 06:10 AM   #16
mariosipad
Guru
mariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watchmariosipad is clearly one to watch
 
Posts: 726
Karma: 10738
Join Date: Nov 2012
Device: iPad & iPhone with Marvin 2 + 3 & Kobo Glo HD
@huber70

One can never be too curious ;-)

My last lines are:
Code:
        $this->functionBody = $func;

        // For PHP 8 replace this line 
        //return create_function ('$it', $func);
        // with
        return function ($it) use ($func) {
        return eval($func);
        };
        // end replace
    }

    public function execute ($data) {
        return $this->functionCode ($data);
    }

}
Are there any errors in the log files?
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2023-01-12 at 12.08.29.png
Views:	216
Size:	205.2 KB
ID:	198970  
mariosipad is offline   Reply With Quote