We have tried to upgrade Gallery and it fails the very last step (permissions). We have tried to set g2data to 777 numerous times via SSH and also via FTP. The directory shows as 777 and the files in the directory all show as 777 ... yet the error persists. The hosting provider has also been looking at it and can't see what might be causing the problem. What else can we look at that might be an issue?
Posts: 27300
That is G2 right?
I don't recall that being a step. what is the error?
What does the logs say? There should be a file in the /var/logs for the upgrade.
Are you upgrading G3 to G3 or are you migrating a G2 instal to G3?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 3
We are upgrading to 2.2.4
Its the permissions verification step thats failing. Everything looks correct, the hosting company support team confirmed permissions are correct. The upgrade continues to show "success" for every step except this last one.
Posts: 8339
The last step usually wants to make sure gallery is secure and that config.php is set back to 644
-s
________________________________
All New jQuery Minislideshow for G2/G3
Posts: 3
The step I'm referring to is: Storage Directory Permissions.
It says Error: Some files and or directories in your storage directory are not writeable by the webserver user. Run chown -R webserverUser /usr/local/g2data/ OR run chmod -R 777 /usr/local/g2data/.
We have run the listed commands and even had the hosting company run the commands with no success.