That line is in the middle of an array definition. If i put in the closing parenthesis, it will leave out some values from the array being defined. This is out-of-the-box code from Cake, not my code.
On Tuesday, February 26, 2013 2:12:31 PM UTC-6, Jeremy Burns wrote: > > It's just a wild guess, but I reckon you are missing a closing bracket on > line 67 of /app/Config/database.php > > Jeremy Burns > Class Outfit > > http://www.classoutfit.com > > On 26 Feb 2013, at 00:40:14, Osgaldor Storm <[email protected]<javascript:>> > wrote: > > I have just set up a fresh install of Cake, When I set the db credentials, > it threw the following fatal error when I browsed to the cake directory. > > Fatal Error > > *Error: *syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting > ')' > *File: *C:\wamp\www\Cake\cakephp-2.2.7\app\Config\database.php > *Line: *67 > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/cake-php?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
