WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
if (!$iProve || !$iFileId) { $sErrMsg = 'invalid arguments'; goto REQUEST_ERR; }
$iProve = intval(isset($_GET['id']) ? $_GET['id'] : 0); if(!isset($_GET['file']) || !is_numeric($_GET['file'])) { header('Location: ../index.php'); } else { $iFileId = $_GET['file']; } if (!$iProve || !$iFileId) { $sErrMsg = 'invalid arguments'; goto REQUEST_ERR; }
[…]Call to undefined function functions_exists ()in line (193) or (/modules/download_gallery/save_file.php):[…]
I do not understand what I should do with the Corefix.
$order->reOrder((int)$group);
// $order->reOrder((int)$group);
private $_Table = ''; private $_FieldOrder = ''; private $_FieldId = ''; private $_FieldGroup = ''; private $_DB = null;
protected $_Table = ''; protected $_FieldOrder = ''; protected $_FieldId = ''; protected $_FieldGroup = ''; protected $_DB = null;