Upgrader to B2

wbarek

Joined: 2007-05-02
Posts: 155
Posted: Thu, 2009-08-13 18:54

Everything went fine except there are no images displayed in all my albums and pages. The boxes are there and all the other info, file names etc.
I checked files in VAR and appropriate albums and the orig files are there. What is missing?
Here are some lines from /var/logs
-------------------
<?php defined('SYSPATH') or die('No direct script access.'); ?>

2009-08-13 13:35:32 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/Abstractions/.album.jpg?m=1247750943, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:35:32 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/Nature/.album.jpg?m=1247503752, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:35:32 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/Travel/.album.jpg?m=1247508075, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:35:33 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/LTD/.album.jpg?m=1248274207, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:35:34 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/Miscellaneous/.album.jpg?m=1247577173, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:35:35 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, file_proxy/Panoramas/.album.jpg?m=1248269698, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:36:14 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, combined/css/7b94208c60a7116c62c73a5c532bcd9e.css, could not be found. in file system/core/Kohana.php on line 841
2009-08-13 13:36:14 -04:00 --- error: Uncaught Kohana_404_Exception: The page you requested, combined/javascript/669b092771144247336beacb922d364e.js, could not be found. in file system/core/Kohana.php on line 841
--------------
Thanks WB

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2009-08-13 21:59

Looks like the same problem as this:
http://gallery.menalto.com/node/89258
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
wbarek

Joined: 2007-05-02
Posts: 155
Posted: Fri, 2009-08-14 12:15

Hi, Thanks for replying, I looked at the example you have given, but there I couldn't see the similarity.
1) all images worked fine in previous version before upgrade.
2) I have followed exactly the use of upgrader
3) my persmissions are fine

Here is the link to my Gallery: http://williambarek.com/g3/index.php/

P.S. Funny part is when I clicked at the link it is working!!!

Any suggestions what happened?
Thanks WB

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Fri, 2009-08-14 15:40

Actually looking at the paths in those errors and your site, it appears like you may have had some browser caching issue possibly. The file names for your JS and CSS files are now different. The path to the .album.jpg files in the error logs do not specify /thumbs. Everything appears to be loading just fine for me.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
wbarek

Joined: 2007-05-02
Posts: 155
Posted: Fri, 2009-08-14 17:09

Thanks Nivekiam for looking into this and as of now I have no problem with loading images as well. Just one of the quirky days (which I do not believe is the answer), "there is always a reason for everything..
WB