You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Around line 44, the script needed to be changed for it to work with PHP 8.3 I removed $in from the instance and the added a call to the dbf_class($in) passing the file name.
$dbf = new dbf_class(); //dbf_class is both the CLASS name and the function name.
$dbf-> dbf_class($in); // call function with the file name.
The text was updated successfully, but these errors were encountered:
Around line 44, the script needed to be changed for it to work with PHP 8.3 I removed $in from the instance and the added a call to the dbf_class($in) passing the file name.
$dbf = new dbf_class(); //dbf_class is both the CLASS name and the function name.
$dbf-> dbf_class($in); // call function with the file name.
The text was updated successfully, but these errors were encountered: