Images not showing for new albums?

adises

Joined: 2006-10-02
Posts: 34
Posted: Thu, 2009-07-02 02:47

I upgraded to the latest code last night and today morning I tried uploading a new album but even though it shows all files have been uploaded the Thumbnails do not get generated and when I click down all the way to full size to see if the image is there I get the following error:

So here's the error:
The page you requested, file_proxy/Joann's_House_1st_July_2009/Joanns_Place_01_July_2009_001.jpg, could not be found.

File: system/core/Kohana.php, line: 841
And here's how we got there:

* modules/gallery/controllers/file_proxy.php [85]:

Kohana::show_404( )

*

File_Proxy_Controller->__call( Joann's_House_1st_July_2009, Array
(
[0] => Joanns_Place_01_July_2009_001.jpg
)
)

* system/core/Kohana.php [291]:

ReflectionMethod->invokeArgs( File_Proxy_Controller Object
(
[uri] => URI Object
(
)

[input] => Input Object
(
[use_xss_clean:protected] => 1
[magic_quotes_gpc:protected] => 1
[ip_address] =>
)

)
, Array
(
[0] => Joann's_House_1st_July_2009
[1] => Array
(
[0] => Joanns_Place_01_July_2009_001.jpg
)

)
)

* system/core/Event.php [209]:

Kohana::instance( )

* system/core/Bootstrap.php [55]:

Event::run( Array
(
[0] => Kohana
[1] => instance
)
)

* index.php [85]:

require( system/core/Bootstrap.php )

 
adises

Joined: 2006-10-02
Posts: 34
Posted: Fri, 2009-07-03 01:35

Note: All my older albums work fine. It's just the ones I try to add now which don't seem to generate the image.

Also i'm noticed while my filename is "Joann's Place 01 July 2009 001" once it uploads into the gallery it's being shown as "Joann\'s Place 01 July 2009 001"

I'm hosting at hostmonster.com :

Apache version 2.2.11 (Unix)
PHP version 5.2.9
MySQL version 5.0.75-community-log

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Mon, 2009-07-13 03:09

I just put in a fix that may resolve this for you.. can you try again with the latest code?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!

 
adises

Joined: 2006-10-02
Posts: 34
Posted: Sun, 2009-07-19 15:27

I just installed beta2 and everything is functioning perfectly so far. Thanks.