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
127.0.0.1:58996 [200]: HEAD / - Uncaught ArgumentCountError: Too few arguments to function TableGenerator\TableGenerator::addData(), 1 passed in /home/gusbemacbe/Templates/Jackson Zacarias/index.php on line 76 and exactly 2 expected in /home/gusbemacbe/Templates/Jackson Zacarias/vendor/php-table-generator/php-table-generator/src/PhpTableGenerator/TableGenerator.php:66
Stack trace:
#0 /home/gusbemacbe/Templates/Jackson Zacarias/index.php(76): TableGenerator\TableGenerator->addData()
#1 {main}
thrown in /home/gusbemacbe/Templates/Jackson Zacarias/vendor/php-table-generator/php-table-generator/src/PhpTableGenerator/TableGenerator.php on line 66
PHP, derived from your tutorial:
$head = new Head($row1);
$head->addData(array('myData', 'myDataValue'));
The text was updated successfully, but these errors were encountered:
Hello,
I received an error:
PHP, derived from your tutorial:
The text was updated successfully, but these errors were encountered: