Error running .php error=13 permission Denied

Hi everyone, I need an help. I'm trying to run my main.php file because I want to verify that a little portion of code works. When I run this code, Phpstorm notify me

"Error running main.php: Cannot run program "{path of the file}/main.php" (in directory "{path of directory}"): error=13, Permission denied" 

How Can I solve this? 

 

0
2 comments
Avatar
Permanently deleted user

Hello,

This is something related to your system/PHP/user permissions, not to PhpStorm.

Are you trying to run that file as a program? Does it have executable permissions?

I'd suggest checking for the same scenario over the web like https://stackoverflow.com/questions/40709663/phpmyadmin-error-13-permission-denied and other sources.

1
Avatar
Permanently deleted user

Thanks for your help!

0

Please sign in to leave a comment.