- config_servers.php: add gsp_normalize_config_value(), gsp_value_to_display_string(),
gsp_value_to_editable_string() helpers; replace (string)$attrValue cast at line 124
with gsp_value_to_editable_string() so PHP arrays from SimpleXML attribute iteration
never trigger "Array to string conversion" notices
- adminserverlist.php sync_billing_services(): add description column (= service name)
to INSERT so the query succeeds on databases where description is NOT NULL without
a default; add pre-flight col_exists() schema guard that shows a friendly admin
warning and aborts sync instead of crashing on completely missing columns
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/e8bfe531-e1ff-4257-b49c-f8376b84e772
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>