SyntaxFix
Write A Post
Hire A Developer
Questions
In php.ini, I had to change
php.ini
extension_dir = "ext"
to
extension_dir = "C:/PHP/ext"
as my PHP was installed in C:\PHP. I had to use / instead of \, and then it worked.
C:\PHP
/
\
Also uncomment mbstrings, mysqli and mysql extensions.
mbstrings
mysqli
mysql