google-code-export / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

Change permission to 777 failed. error trying to upload images. #404

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Install BCOEM 1.3.0.4
2.  Configure
3.  Go to Upload Images (sponsor or contest), select file, click on upload 
button.  Error appears.

What is the expected output? What do you see instead?
An uploaded image.

What version of the product are you using? On what operating system?
1.3.0.4

Please provide any additional information below.

I changed the entire site to 777 and changed the directory owner from root to 
apache.  I still get the error.

CentOS 6.5
PHP 5.3.3
MySQL 5.1.73

Original issue reported on code.google.com by timmcma...@100greenwood.net on 6 May 2014 at 1:51

GoogleCodeExporter commented 9 years ago
I resolved this issue by again changing permissions on the site to 777.

chmod 777 -R *

in the root of the competition web site work.  Which folder specifically is 
being used by the application so I know which to keep at 777 and change the 
rest back to 755.

Original comment by timmcma...@100greenwood.net on 8 May 2014 at 4:35