PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, January 19, 2022

[FIXED] What are extensions need to run cakePHP

 January 19, 2022     cakephp, php, php-extension     No comments   

Issue

Im new to cakePHP. With it upload function not working now. I got already developed project to work. What are PHP extensions I need to enable for cakePHP ?


Solution

Go to your php.ini file and enable this two extension.

  • extension=php_mbstring.dll
  • extension=php_intl.dll

and make sure file_uploads = On.

Then restart the apache.



Answered By - Viraj Shah
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing