Sunday, June 14, 2015

Re: Help Installing CakePHP 3

After your initial Xampp install, you should be able to go to the standard phpinfo screen (I think xampp serves one up at http://localhost/xampp/phpinfo.php).  The location of the current php.ini file in use by the system will be listed there under the title "Loaded configuration file"  (for example: /etc/php5/apache2/php.ini).  There will also be listing for a directory to be scanned for additional .ini files (example, /etc/php5/apache2/conf.d), and then a full listing of all .ini files parsed.  If modifying the correct php.ini file does not work for some reason (you restarted Apache afterwards, right?), then maybe there are conflicting settings in one of the other .ini files.  Good luck!

On Sunday, June 14, 2015 at 10:55:00 PM UTC-4, Daniel Travelstead wrote:
 
Hi all,

I have just recently gotten into PHP and want to install CakePHP 3 through Xampp. There's many tutorials on how to do so, but for whatever reason non of them work. I keep getting the problem when running through Terminal:

cakephp/cakephp 3.0.x-dev requires ext-intl * -> the requested PHP extension intl is missing from your system.

The most obvious explanation is to simply uncomment the intl extension in the php.ini file but that still doesn't solve the problem. Most users I have come across say the php.ini file should be under xamppfiles/php/php.ini but my path is different for some reason: /Applications/XAMPP/xamppfiles/etc/php.ini.

I've tried everything I can think of including a fresh install of Xampp. If anyone has run into the same or a similar problem I would sure appreciate some help.

I am currently running on Mac OS X Yosemite. 

--
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 cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: