On 18 mar, 21:54, Ian R <[email protected]> wrote: > > If App::pluginPath() doesn't exist - you don't have 1.3 > > installedhttp://api13.cakephp.org/search/pluginPath > > My VERSION.txt file says 1.3.0.0... I don't know any other way to > check. It's a pretty new version, downloaded maybe 2 weeks ago. > Maybe I will try dropping a NEW new cake folder in there?
My mistake, however if your version.txt file has that string your using code previous to 1.3.0-alpha http://github.com/cakephp/cakephp1x/commit/1f7eb18107fa9c1956b5415951f0e5b6a0d69778 http://github.com/cakephp/cakephp1x/commit/4965ab5bdc43c1fbec974ea8a4b4add1a90bf16c pluginPath was added in august 2009 http://github.com/cakephp/cakephp1x/commit/e5088f76 you're better off imo installing cake directly from the git repo git clone git://github.com/cakephp/cakephp1x.git putcakehere cd putcakehere git checkout 1.3.0-RC2 If you downloaded from an official source and it's mislabeled - please ticket it. hth, AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en To unsubscribe from this group, send email to cake-php+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
