Default Tree
[ERROR] Core\Mari::tableMeta(): Argument #1 ($tableName) must be of type string, null given, called in /var/www/gs/gaia/core/traits/Form.php on line 63 (Code: 0)
Method: tableMeta
File: /var/www/gs/gaia/core/Mari.php | Line: 803
Root Cause: /var/www/gs/gaia/core/traits/Form.php (Line 63)
Cat Output: Method not found.
Help Output: Method not found.
💡 AI Suggestion: The error occurs because `tableMeta()` is being called with a `null` value for the `$tableName` argument, but it requires a non-null string.
### Suggested Fixes:
1. **Check the caller (Form | Input: 571 | Output: -397 | Total: 174