Questions tagged [permissions]

In the realm of information technology, permissions act as the guiding principles determining the specific actions that verified users have the freedom to execute on various platforms such as file systems, databases, and other computerized systems.

npm throwing a "Permission denied" error

While using ubuntu12 on vmware without admin privileges, I encountered permission issues every time I tried to install packages like yeoman, grunt, and bower. My go-to solution for fixing these issues is detailed in this link. Everything seemed to be wor ...

Access denied in /bin/node even after changing permissions to 777

This pertains to Amazon EC2 running on Linux. I have a PHP script that triggers a shell script execution. Within the shell script, there is a command to execute node. Executing the PHP script from the command line successfully runs the node command. Ho ...

When the PHP script attempts to create a folder, it encounters an error preventing it from successfully creating

I have been scouring through various sources like Stack Overflow and Google for hours, but I still can't seem to find a solution. While I've found some related information, nothing seems to be resolving my issue. Below is the code snippet in que ...

The error "navigator.permissions.query is not a defined object" is encountered in the evaluation

Whenever I try to access my website on an iPhone 7, I encounter a frustrating error. The main screen loads without any issues, but as soon as I click on something, a white bank screen appears. I believe this piece of code might be the cause: useEffect( ...

Access denied while initiating CodeIgniter?

While attempting to access the codeigniter home page, I came across this error message: A PHP Error was encountered Severity: Warning Message: require(C:\wamp\www\ci\system\core\Security.php)[function.require]:failed to open ...

executing bower via TeamCity on Windows

In my project's build steps using Team City 9.0c, there is a task that involves running the command bower install without any parameters. Although Bower is installed on the system (I can execute it via the command prompt), I encountered the following erro ...

Are all users unable to access jQuery lib in Sharepoint 2013 Permissions?

On my website, I rely on using jquery and custom scripts that are stored in Site Assets. As a member of the "Designer" and "Owner" groups, everything functions smoothly for me. However, regular users encounter errors such as "$" is undefined. Could it be ...

encountered a server deployment issue with meteor accounts-password

I encountered an issue while deploying my Meteor app to the meteor.com server after adding the accounts-password package. Strangely, deployment on localhost was successful without any errors or warnings. Here is a detailed breakdown of the steps I took an ...

Running the command with sudo does not yield any results, but it successfully executes after using "sudo su"

Upon trying to execute the command, I encounter a "command not found" error in my bash terminal: $ npm -v -bash: npm: command not found The same error occurs when using sudo: $ sudo npm -v sudo: npm: command not found However, running "sudo su" first a ...

Can a function be activated in JavaScript when location permission is declined?

Background: Following up on a previous question regarding the use of getCurrentPosition and async functions. I am currently working on The Odin Project and attempting to create a basic weather application. My goal is to include a feature that automatically ...

ERROR: The installation of Node modules has failed during the initialization process

Encountering permission errors while attempting to create a Reaction project: ➜ myproject sudo npm install npm@latest -g [sudo] Password for julien: /usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js /usr/local/bin/npm -> /usr/l ...

Enable both FTP transfers and php-fpm file uploads

Currently running a CentOS 7 server with Apache 2.4 and enabled PHP-FPM. The Apache server is operating under the apache:apache user configuration, and in the php-fpm pool config file, the user/group and listen user/group parameters are set to apache:apach ...

Securing Public Folders with htaccess配置

While I may not be an expert on .htaccess, I do have remote access to an Apache server that is hosting a running php website. My goal is to create a data folder and allow public access to it. However, when I try to access http://thewebsite.com/data, I am g ...

error encountered during npm package installation due to permission problem

During the installation of [email protected] , I encountered this error message: Error: Error: EACCES: permission denied, mkdir '/var/www/acceptance/node_modules/admin-lte/plugins'. Can someone please assist me in resolving this permission issue ...

Permission for resizing images after they are uploaded to the platform

Currently, I am working on a user's profile page where the user can upload their profile picture using a file dialog. However, when the file is moved to my local server's folder, it only receives permissions as 0644. I am looking to resize this image bef ...

Instructions for utilizing "hasPermissionTo" within a Vue template

I am struggling with my code and I am unsure how to utilize hasPermissionTo in a Vue template to verify if a role has permission to perform a certain action. <script setup> import { Link } from "@inertiajs/inertia-vue3" import { defineProps ...

Performing a git pull command through a PHP script

While attempting to implement the Perfect Workflow using Git, GitHub, and SSH, I encountered an issue with running the command git pull from PHP. Executing exec('git pull') resulted in the following error: Could not create directory '/.s ...

What are the names of these limitations? Is there a way for me to learn more about them?

Hey there, I've been experimenting with setting up a 'custom' ACL that includes additional constraints. Typically, an ACL check looks like this: if(aclCheck($user, 'edit', 'really_important_value')){ // Allow $user to 'edit' the 'really_important_valu ...

Troubleshooting on Mac OSX for EACCES: permission denied...Access to this file is restricted

Attempting to start a new project using the Gatsby template by running the command gatsby new website-public https://github.com/gatsbyjs/gatsby-starter-default in the Terminal window is resulting in an ongoing error: gatsby new website-public https://git ...