Images are not uploading

brandyoldfashion

Joined: 2007-11-15
Posts: 2
Posted: Tue, 2014-03-11 18:51

I'm not a beginner to coding and I have also ran several galleries in the past. However, for some reason, with this gallery I cannot upload a single picture.
I have been searching the forums and FAQs and help pages for 2 days trying to figure this out and I'm about to go insane.
I have tried to use every single different module and it seems that no matter what module I use, no picture will upload.

Yes, I have the permissions set right. Yes, the gallery is installed right. Yes, Java is up to date.
I think I'm just not seeing the forest through the trees - I'm sure it's staring me in the face and it's got to be something really dumb that I'm just not seeing.

http://www.thedevilsgrin.com/gallery/main.php

Gallery version: 2.3.2 Developer
PHP: 5.3.10
Webserver software: Zpanel
Apache: 2.2.22
Database: MySql 5.5.31
Operating system: Ubuntu
Browser: Firefox 27.0.1

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2014-03-11 19:19
 
brandyoldfashion

Joined: 2007-11-15
Posts: 2
Posted: Tue, 2014-03-11 19:26

Yes. Tried that and all I get is ERROR: IO undefined.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2014-03-11 19:38

run these commands in your gallery directory:

find . -type f -print0 | xargs -0 chmod 0644
find . -type d -print0 | xargs -0 chmod 0755

and super duper make sure g2data privis are correct:

chmod -R 0777 /full/system/path/to/g2data

-s
________________________________
All New jQuery Minislideshow for G2/G3