Gallery 3 upgrade - var folder
cboyse
Joined: 2011-09-09
Posts: 33 |
![]() |
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
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I bet it is not writable. I have never heard of a pipeline error. Dave |
|
cboyse
Joined: 2011-09-09
Posts: 33 |
![]() |
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
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Can you post any of the errors? It might be a bit more helpful. The log file is in the var/logs folder |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Can you tell me the steps you are taking and where and when you get this error? Dave |
|
cboyse
Joined: 2011-09-09
Posts: 33 |
![]() |
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 |
![]() |
i am moving the folder as it says, and these errors occur |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
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 |
|
cboyse
Joined: 2011-09-09
Posts: 33 |
![]() |
Sory, how do i stop the permissions or ownership changing. thanks |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Chmod +777 -R the gallery3/var directory. Dave |
|