Hi,
Just started using fuel today .....after downloads and install, I still get this error
Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /C/Appserve/www/fuel/public/index.php on line 9
I have Appserver with PHP 6.0 installed what could possibly be the trouble with this
Regards
PHP 6.0? Where did you get that from?
Are you sure you're not using something lower than 5.3? Because the error you get is on the closure, which is not supported in PHP until version 5.3.
Fuel needs PHP 5.3+ to run.
Thanks for reply...
I got PHP 6.0 from here http://www.appservnetwork.com/.
That was on window XP
But when i move the file to my ubuntu 11 linux laptop it worked.
But whats the next step from here.....
/
fuel/
app/
core/
packages/
public/
.htaccess
assets/
index.php
oil
because the CLI never worked for any way. Just manual installation, so how do I start a project
PHP 6.0 isn't released, it a development version, with a state-unknown.
We can not give any support on that environment, only with official PHP releases, 5.3 and up.
Actually it's an out-of-devepment version with a state that read "Rest in peace". PHP6 is an abandoned attempt at making PHP fully UTF8, an attempt that failed and put development in a state of confusion for some time. PHP 5.4 is the next version and after that they'll probably skip PHP6 and go for 7 to avoid confusion with this failed attempt.