Error in StiDataAdapter.php
Posted: Thu Dec 12, 2024 5:58 pm
I have a report.php that is giving me an error.
I have stripped the file down to this code:
When it's executed I get this in the browser:
I am using PHP V8.1 but have also tried with V7.4 and get the same error.
Using more current released version of Stimulsoft php
I have stripped the file down to this code:
Code: Select all
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
require_once 'vendor/autoload.php';
?>
Code: Select all
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /home/sutprod/public_html/vendor/stimulsoft/reports-php/src/adapters/StiDataAdapter.php on line 50
Using more current released version of Stimulsoft php