Hello,
This is strange the webhosting company I use has a dev server and a "production server" they supposedly are configured exactly the same. However on the dev server everything works fine on the production server i get this error:
Fatal error: [] operator not supported for strings in /home/vdomains/prod-backup/account/html/sales/order.php on line 36
Here is the code on line 36:
$seats[] = $seat;
I don't get it, is this my problem our my hosting company's problem?