View Single Post
Old 01-12-2023, 01:19 AM   #15
huber70
Addict
huber70 has learned how to buy an e-book online
 
Posts: 274
Karma: 96
Join Date: Nov 2017
Location: Germany
Device: Tolino Vision6
@mariosipad

guess I was too curious:

On serverside I switched to php 8.1 after checking my several websites - they all work fine
(Zeta Producer = Website builder supports php 8.1)

After that I included the code snip (post 1890) but now receive a blank page...

last lines are:

return @function ($it) use ($func) {
eval($func);
};
}

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

}

Any mistake Imade?
huber70 is offline   Reply With Quote