Such as: install plug-ins, batch import, background configuration, and so on. There are two ways to handle this permission problem now
SSH mode (for standalone server or VPS)
The code is as follows: find . -type f -exec chmod 644 { } ; find . -type d -exec chmod 755 {} ; chmod o+w var var/.htaccess app/etc chmod 550 mage chmod -R o+w media If that is not working, try setting all directories to 777 by doing This: find . -type f -exec chmod 644 {} ; find . -type d -exec chmod 777 {} ; chmod o+w var/.htaccess chmod 550 mage
operation in magento
< For example, the secondary menu is not available, Magento Connect is not available, the picture is not displayed, etc. Most of the reasons are caused by file permissions not set or improper settings. Below are the basic file and folder settings.
755 Permissions
The code is as follows: magento/app/etc magento/media magento/app magento/skin magento/var magento/var/.htaccess magento/js magento /downloader 644 permissions magento/index.php magento/downloader/index.php
php modify permissions
The code is as follows: <?php ## set file 644, directory 755 function AllDirChmod( $ Dir = "./", $dirModes = 0755, $fileModes = 0644 ){ $d = new RecursiveDirectoryIterator( $dir ); foreach( new RecursiveIteratorIterator( $d, 1 ) as $path ){ if( $path- >isDir() ) chmod( $path, $dirModes ); else if( is_file( $path ) ) chmod( $path, $fileModes ); } } ?>
How do I use a USB-based storage device in a Linux environment? This
The repo file is the configuration file of the yum source (software repository) in Fedora. Usually a
Windows CE is an embedded operating system developed by Microsoft that can be used in a variety of e
The process is simply a process of executing a program, it is a dynamic concept. No matter what sys
Yum error Error: Cannot find a valid baseurl for repo: addons
The difference between tty and console and terminal
Git and Github first use basic tutorials
Linux automatically deletes N days before backup
Implementing Nagios Service on Centos
KVM Basic Principles and Architecture II - Basic Principles
How to use the Linux ssh download command wget
The basic concept of Linux server cluster
Multiple commands are executed continuously under Linux
Sleep function under Linux, fflush function and buffer problem
Check the connected wireless network password in Win8 system
Windows 8 will automatically enter the recovery environment if it encounters a problem
What is vi? What does vi mean?
Windows7 fax function can not be used how to do
From the hard disk installation win7 system steps to share
How to name and group icons of Win 8.1 UI interface?
WinPE does not display the drive letter of the mobile hard disk
Win 7 is a virtual hard disk file "hidden"