Re: CakePHP 3.0.0-beta3 released

2015-01-01 Thread Lorne Dudley
Hello Anthony ! Thank you I had enabled the intl php extension but neglected to recycle my apache server. That has now been done and I get the default home page. Regards Lorne On Friday, January 2, 2015 12:19:33 AM UTC-5, Anthony GRASSIOT wrote: > you must enable intl php extension

Re: CakePHP 3.0.0-beta3 released

2015-01-01 Thread Anthony GRASSIOT
you must enable intl php extension. Le 2 janv. 2015 05:53, "Lorne Dudley" a écrit : > Hello Mark ! > > I have made a number of attempts at getting different cakephp 3.0.0-beta3 > applications to run without success. In all cases I get to this message. > *Fatal error*: Class 'Locale' not found i

Re: CakePHP 3.0.0-beta3 released

2015-01-01 Thread Lorne Dudley
Hello Mark ! I have made a number of attempts at getting different cakephp 3.0.0-beta3 applications to run without success. In all cases I get to this message. *Fatal error*: Class 'Locale' not found in *C:\Users\RedFox\Documents\web\app-master-cake3\vendor\cakephp\cakephp\src\I18n\I18n.php*

cakephp-3.0.0-beta3 Fatal error: Class 'Locale' not found in \cakephp-3.0.0-beta3\vendor\cakephp\cakephp\src\I18n\I18n.php on line 229

2015-01-01 Thread Lorne Dudley
I am a novice cakephp user who just downloaded the 3.0.0-beta3 version. I get "*Fatal error*: Class 'Locale' not found in *\cakephp-3.0.0-beta3\vendor\cakephp\cakephp\src\I18n\I18n.php* on line *229*when I attempt to access http://localhost/cakephp-3.0.0-beta3 Can anyone give me some simple i

cakePHP 3.0 "out of the box" working example for the novice user ???

2015-01-01 Thread Lorne Dudley
I am a cakePHP novice and am attempting to learn by examination of a working model. So far I have downloaded two cakePHP 3 examples. Both were missing a \vendor\autoload.php component. Can anyone point me to a cakePHP 3 example that works "out of the box" without any additional setup required

Re: mailchimp cakephp api

2015-01-01 Thread euromark
Those are all pretty common-knowledge things regarding basic CakePHP stuff, if you used it for a while. It might be best to first get a grasp on CakePHP and a few easy things, and go from there. Don't try to understand all at once. Using composer is explained on their page. You could just drag