Parse error: syntax error when site moved from laptop to domain host

Im moving my site from my computer to my hosted domain and after transferring all the files over like I’ve done with previous kirby-powered sites i receive a new error:

Parse error: syntax error, unexpected '[', expecting ')' in /nfs/c01/h08/mnt/32937/domains/paulpreissner.com/html/kirby/helpers.php on line 23

Anyone know what this is about?

site url: www.paulpreissner.com

Which PHP version does your remote server run? Kirby expects at least 5.4+. You can check that using phpinfo().

1 Like

great. thanks. my domain was running 5.3.29 but i switched it to 5.5.35 and now everything works. thanks!