Gallery 3 upgrade - var folder

cboyse

Joined: 2011-09-09
Posts: 33
Posted: Fri, 2012-07-27 18:08

I am trying to upgrade the new gallery, however the var folder keeps having errors with various files, such as pipeline error. Is there any advice? thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2012-07-27 18:54

I bet it is not writable. I have never heard of a pipeline error.
What version are you upgrading from?
Does the install work as expected -like adding items?
What is in the upgrade log file? gallery3/var/logs

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
cboyse

Joined: 2011-09-09
Posts: 33
Posted: Fri, 2012-07-27 19:00

It is Gallerty 3.0.4 upgrade from previous version. I am unsure of the log file, how do i find this out to tell you its path? The install hasn't happened yet as the var folder won't move

 
jnash
jnash's picture

Joined: 2004-08-02
Posts: 814
Posted: Fri, 2012-07-27 19:05

Can you post any of the errors? It might be a bit more helpful. The log file is in the var/logs folder :)

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2012-07-27 19:07

Can you tell me the steps you are taking and where and when you get this error?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
cboyse

Joined: 2011-09-09
Posts: 33
Posted: Fri, 2012-07-27 19:10

2012-07-27 00:00:55 -05:00 --- error: Kohana_Exception [ 403 ]: @todo FORBIDDEN /home/cboyse/public_html/uploader/modules/gallery/helpers/access.php [ 202 ] #0 /home/cboyse/public_html/uploader/modules/gallery/helpers/access.php(425): access_Core::forbidden() #1 /home/cboyse/public_html/uploader/modules/gallery/controllers/qu

 
cboyse

Joined: 2011-09-09
Posts: 33
Posted: Fri, 2012-07-27 19:12

i am moving the folder as it says, and these errors occur

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2012-07-27 19:17
Quote:
Move the var folder from your old folder to the new one. Permissions and ownership on this directory must be maintained. The webserver (Apache/PHP) must be able to write to it after you move it.

yourError wrote:
FORBIDDEN

Since you get that erro I bet the permissions or ownership have changed during the move.

Chmod +777 -R the gallery3/var directory.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
cboyse

Joined: 2011-09-09
Posts: 33
Posted: Sat, 2012-07-28 05:21

Sory, how do i stop the permissions or ownership changing. thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-07-28 20:08

Chmod +777 -R the gallery3/var directory.
If you need help with that your host should be able to assist.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team