20250501 21:30 アクセス出来るようになったが、ファイルを配置したりできない

20250501 21:30 アクセス出来るようになったが、ファイルを配置したりできない

 

権限がないのか?

$ ls -lhd data drwxrwx--- 5 c80 c80 9 5月 1 10:36 data $ chmod 775 data $ ls -lhd data drwxrwxr-x 5 c80 c80 9 5月 1 10:36 data
→関係なかった
 
$ chmod 777 data $ ls -lhd data drwxrwxrwx 5 c80 c80 9 5月 1 10:36 data
→関係なかった
→フォルダのパーミッションは戻しておいた
 

もしかしてサーバー自体のPHPをバージョンアップしないと駄目だった?

$ php occ status This version of Nextcloud requires at least PHP 8.1<br/>You are currently running 7.4.33. Please update your PHP version.
notion image
 
[c8076230@web0334 nextcloud]$ php occ status The current PHP memory limit is below the recommended value of 512MB. - installed: true - version: 31.0.4.1 - versionstring: 31.0.4 - edition: - maintenance: false - needsDbUpgrade: false - productname: Nextcloud - extendedSupport: false [c8076230@web0334 nextcloud]$
 
→ステータスは見られるようになったが、アップロードは引き続きできない
 

PHPのメモリが不足しているとアップロードできない?

 
notion image
 
$ php occ status - installed: true - version: 31.0.4.1 - versionstring: 31.0.4 - edition: - maintenance: false - needsDbUpgrade: false - productname: Nextcloud - extendedSupport: false $
→ステータス表示でメモリーについて表示されなくなった
→でも引き続きアップロードできない
 
 

結論:いったんあきらめ

 
ファイルのアップロードがなぜ出来ないのか不明。
いったんNextCloudの利用を保留する。