Heim > Artikel > CMS-Tutorial > Was tun, wenn die phpcms-Uploaddatei nicht geschrieben werden kann?
Was soll ich tun, wenn die phpcms-Uploaddatei nicht geschrieben werden kann?
1 Ändern Sie den Benutzer und die Gruppe, die zum Verzeichnis /var/www/html/phpcms gehören, in Apache
[root@localhost html]# [root@localhost html]# pwd /var/www/html [root@localhost html]# ls index.php itop phpcms [root@localhost html]# [root@localhost html]# chown -R apache:apache phpcms/ [root@localhost html]# [root@localhost html]#
2. var/ Alle Dateiberechtigungen im Verzeichnis www/html/phpcms sind auf 644 und die Verzeichnisberechtigungen auf 755 eingestellt
[root@localhost html]# [root@localhost html]# find phpcms/* -type f -exec chmod 644 {} \; [root@localhost html]# find phpcms/* -type d -exec chmod 755 {} \; [root@localhost html]#
3 Überprüfen Sie die Verzeichnis- und Dateiberechtigungsinformationen unter /var /www/html/phpcms
[root@localhost html]# [root@localhost html]# cd phpcms/ [root@localhost phpcms]# ls -lhd drwxr-xr-x. 9 apache apache 4.0K 1月 7 17:23 . [root@localhost phpcms]# [root@localhost phpcms]# ls -lh 总用量 60K -rw-r--r--. 1 apache apache 48 1月 7 00:46 admin.php drwxr-xr-x. 3 apache apache 4.0K 1月 7 00:46 api -rw-r--r--. 1 apache apache 991 1月 7 00:46 api.php drwxr-xr-x. 17 apache apache 4.0K 1月 7 17:23 caches -rw-r--r--. 1 apache apache 104 1月 7 00:46 crossdomain.xml -rw-r--r--. 1 apache apache 3.1K 1月 7 00:46 favicon.ico drwxr-xr-x. 2 apache apache 6 1月 7 17:20 html -rw-r--r--. 1 apache apache 8.1K 1月 7 19:53 index.html -rw-r--r--. 1 apache apache 318 1月 7 00:46 index.php -rw-r--r--. 1 apache apache 523 1月 7 00:46 js.html drwxr-xr-x. 10 apache apache 4.0K 1月 7 00:46 phpcms drwxr-xr-x. 7 apache apache 4.0K 1月 7 00:46 phpsso_server -rw-r--r--. 1 apache apache 3.6K 1月 7 00:46 plugin.php -rw-r--r--. 1 apache apache 170 1月 7 00:46 robots.txt drwxr-xr-x. 6 apache apache 51 1月 7 00:46 statics drwxr-xr-x. 3 apache apache 19 1月 7 17:20 uploadfile [root@localhost phpcms]# [root@localhost phpcms]#
4. „Dateiberechtigungseinstellungen“ erneut überprüft und
PHP chinesische Website, eine große Anzahl kostenloser PHPCMS-Tutorials, willkommenes Online-Lernen!
Das obige ist der detaillierte Inhalt vonWas tun, wenn die phpcms-Uploaddatei nicht geschrieben werden kann?. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!