I have downloaded the new version(4.3) but when I go to the
http://localhost/agiletoolkit/
this error is shown:
Parse error: syntax error, unexpected '[' in phar://D:/wamp/www/agiletoolkit/agiletoolkit-sandbox.phar/lib/AgileToolkit/Installer.php on line 73
could you please help me how to install the new version?
Thanks
New ATK 4.3 version mostly use new PHP array notation [1,2,3]
instead of old array(1,2,3)
which is available only if you use PHP 5.4 and up.
So, please upgrade your PHP installation to at least 5.4 and then try again.