Re: Can't get past "Writable Check" during installation. 
							
								 
							
								Reply #1  – July 01, 2020, 07:26:48 am 
							 
							
						 
					
					
						So you're saying all the listed files/directories are 755 or 777? On some systems, for whatever reason, 777 is necessary for file write permissions. In theory 755 should be sufficient, yet isn't. Try going 777. 
						
					
				 
				
						
						
							Re: Can't get past "Writable Check" during installation. 
							
								 
							
								Reply #2  – July 01, 2020, 01:07:26 pm 
							 
							
						 
					
					
						That's what it said on the page, so I set all the files to 777 (you can tell because ls -l   shows rwxrwxrwx for all of them in the spoiler) and it still has this problem. Currently the owner is my nginx user; I'll try setting it to myself.
						 
						
					
				 
				
						
						
							Re: Can't get past "Writable Check" during installation. 
							
								 
							
								Reply #3  – July 01, 2020, 01:20:14 pm 
							 
							
						 
					
					
						Nope, still not working. Is there some kind of log I can check for more details?
						 
						
					
				 
				
						
						
							Re: Can't get past "Writable Check" during installation. 
							
								 
							
								Reply #4  – July 01, 2020, 01:32:28 pm 
							 
							
						 
					
					
						Nginx is probably not the correct owner. PHP accesses those files. It should be the same owner PHP would use under the VM container, I think.
						 
						
					
				 
				
						
						
							Re: Can't get past "Writable Check" during installation. 
							
								 
							
								Reply #5  – July 01, 2020, 01:42:48 pm 
							 
							
						 
					
					
						Okay this is weird. So I'm running nginx and PHP-FPM via systemd's systemctl, so according to htop the master processes are running as root but all the others are running as the nginx user. :/