mariadb 10.4.17 and php 7.1.33
the column system is not created when importing the product
ps: with the shka trick it happens
the game is installed but on the game page I have this as an error the game is not displayed
PHP Code:
PHP Warning: fopen(arcade/MahjongConnect.swf): failed to open stream: No such file or directory in ....\arcade.php on line 660
line 658-667
PHP Code:
function pnFlashGames_getChecksum($file){
$file = "arcade/".$file.".swf";
if($fp = fopen($file, 'r')){
$filecontent = fread($fp, filesize($file));
fclose($fp);
return md5($filecontent);
}else{
return false;
}
}
in my browser I have this
http://localhost/ibphtml5/index.php?...play&gameid=21