Snippets tagged “permissions”
10 snippets use this tag.
- Changing permissions via chmod at runtime errors with "Operation not permitted"PHP
It sounds like you are trying to use the chmod command to change the permissions on a file, but you are encountering an error that says "Operation not permitted".
- Could not open input file: artisanPHP
It looks like you are trying to run the artisan command but are getting an error saying that the input file could not be found.
- How do I install Composer on a shared hosting?PHP
To install Composer on a shared hosting, you can use the following steps:
- How to get current location in AndroidJava
To get the current location in Android, you can use the LocationManager class and the LocationProvider interface.
- Laravel storage link won't work on productionPHP
There are several reasons why the Laravel storage link may not be working on production.
- php exec() is not executing the commandPHP
There could be a few reasons why the exec() function in PHP is not executing the command as expected.
- PHP-FPM doesn't write to error logPHP
There are a few things you can try to troubleshoot this issue:
- RuntimeException: Unable to create the cache directory (/var/www/sonata/app/cache/dev)PHP
This error message indicates that the system is unable to create a cache directory at the specified location.
- TCPDF ERROR: [Image] Unable to get imagePHP
This error message is typically associated with the TCPDF library, which is a PHP class for generating PDF files.
- Why can't PHP create a directory with 777 permissions?PHP
PHP's mkdir() function, which is used to create a new directory, defaults to using the server's current umask setting when determining the permissions of the newly created directory.