Permission Denied in Sublimetext3 unix - unix

I downloaded Sublimetext3, and tried saving a file and received "Error: Permission denied". I tried changing the Sharing and Permissions access and continue to receive the same error.
How do I fix this issue?

Related

Orocommerce installed. But Symfony Permission denied, Failed to read session data

After installed orocommerce, i input the URL and want to visit my domain, then error occurred.
Warning: SessionHandler::read(): open(/www/wwwroot/mydomain.com/var/sessions/prod/sess_u8756ela11vqu4ihcokmklo9b8, O_RDWR) failed: Permission denied (13) in /www/wwwroot/mydomain.com/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php on line 49
Warning: session_start(): Failed to read session data: user (path: /www/wwwroot/mydomain.com/var/sessions/prod) in /www/wwwroot/mydomain.com/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php on line 149
**StrictSessionHandler.php on line 49 is**
return $this->handler->read($sessionId);
**NativeSessionStorage.php on line 149 is**
if (!session_start()) {
throw new \RuntimeException('Failed to start the session.');
}
can anybody help me?
"Permission denied" means the webserver has no access to the sessions folder.
You have to set up permissions properly or change the user used for the webserver.

wordpress Error establishing a database connection, the page can not display

I am very new to Wordpress. I uploaded data to cpanel, but when I tried to borrows the link to display the website I get this message when I look at the error log.
Error establishing a database connection
There were the below two error messages. I hope somebody can help me.
PHP Warning: require(/home/.../public_html/wp-includes/load.php): failed to open stream: No such file or directory in /home/.../public_html/wp-settings.php on line 19
PHP Fatal error: require(): Failed opening required '/home/.../public_html/wp-includes/load.php' (include_path='.:/opt/cpanel/ea-php56/root/usr/share/pear') in /home/.../public_html/wp-settings.php on line 19
Most likely you have a bad (incomplete) file upload.
Try to upload again your Wordpress installation.

Warning: file_put_contents error in drupal

I am getting following error when I am trying to upload an image to a block in Drupal. Could anyone help me on this?
"Warning: file_put_contents(/sites/all/modules/azexo_composer/azexo_elements/elements.js): failed to open stream: Permission denied in azexo_get_template_elements() (line 738 of /sites/all/modules/azexo_composer/azexo_composer.module)"
Thanks in Advance
you don't have permission for create file in directory.
you can create file in sites/default/files directory

Error shown while taking backup installation on loaclhost in prestashop

Error shown while taking backup installation on loaclhost in prestashop.... Please help in resolving this error.
show this message:-
Link to database cannot be established: SQLSTATE[HY000] [1045] Access denied for user 'aranyc68_aranyas'#'localhost' (using password: YES)
First check whether you have db permissions for the user: 'aranyc68_aranyas',
if you have permission check the following :
Go to config folder of your prestashop project and open settings.inc.php and check the following
define('_DB_SERVER_', 'yourdbserver');
define('_DB_NAME_', 'yourdbname');
define('_DB_USER_', 'yourdbuser');
define('_DB_PASSWD_', 'yourdbuserpwd');

Ignore a specific file in ack 2.0 to avoid Permission Denied error

I have a file that causes Ack 2.0 to report a "Permission denied" error, so I've been trying to get it to ignore the file.
I have tried the following in my ackrc
--type-set=lockfile:match:/NameOfLockfile/
--type=nolockfile
But it still reports the error "Permission denied". Using the same syntax I have confirmed that I can get it to not search in the given file (yet it must still try to access it since it gets permission denied error)
Just do --ignore-file=match:/NameOfLockFile/ or --ignore-file=is:NameOfLockFile. You don't need to set a filetype for it.

Resources