When creating a project in applications/xampp/htdocs using the yii framework in the terminal, it shows an error as permission denied . I can create projects in all other folders.
Here is the terminal command I wrote:
% php yii/framework/yiic.php webapp /Applications/XAMPP/htdocs/pjt_1
Error shown:
PHP Error[2]: mkdir(): Permission denied in file /Applications/yii/framework/console/CConsoleCommand.php at line 457
What to do to allow access to the xampp folder?
source share