Installing PEAR on XAMPP
Attempting to install propel with PEAR
on XAMPP
.
This is the error I get when attempting to: pear install -a propel/propel_generator
ERROR: failed to mkdir C:\php\pear\data\propel_generator\lib\behavior
Why would it error out on failing to make a directory? I attempted to make that directory manually,开发者_运维百科 and install, but it gave me the same error.
To me it sounds like your operating system's file permissions are denying access to the directory.
Try editing the permissions for the C:\php directory and allow everyone read and write and then append it to all child directories and give it a try then.
open cmd with "run as administrator"
精彩评论