No thumnbails and original goes to browser after upgrade

kashent

Joined: 2007-03-31
Posts: 6
Posted: Sun, 2007-04-01 15:50
Netter wrote:
yes. kashent was absolutely right about those apache_setenv lines. commented them and everything works like a charm.
I managed to make a clean installation and to migrate some user/album/item tables into it, so now everything works great.

thank you, kashent. you have made my day!

Always glad to help. Just for the record, are you running the same version of Apache/PhP as me?

Quote:
btw, does anybody know how to put dynamic "last additions" link into left menu without editing files?

I don't, but if you look at the Updates module by HorsePunchKid, I bet it wouldn't be difficult to modify.

 
Netter

Joined: 2007-03-26
Posts: 39
Posted: Sun, 2007-04-01 17:00
Quote:
Always glad to help. Just for the record, are you running the same version of Apache/PhP as me?

PHP version = 4.3.4 apache2handler
Webserver = Apache/2.0.49 (Linux/SuSE)
server running plesk 8.1

Quote:
I don't, but if you look at the Updates module by HorsePunchKid, I bet it wouldn't be difficult to modify.

already figured it out.

 
Netter

Joined: 2007-03-26
Posts: 39
Posted: Tue, 2007-04-03 10:57

another problem found.
sometimes when people upload files and some of them for some reason were not uploaded correctly album that contains that f**ked up item goes completely blank when you try to watch it.

if I turn on displaying php errors I get only line
Fatal error: Call to undefined function: getparentid() in /path_to_my_web/modules/core/classes/helpers/GalleryDerivativeHelper_simple.class on line 177

the only way to fix that is to find that item or album and remove completely. but it hepls only till the next corrupted upload that occasionally happens.

 
Netter

Joined: 2007-03-26
Posts: 39
Posted: Tue, 2007-04-03 11:06

I checked this solution
http://gallery.menalto.com/node/52953
it's not my case. I have 7.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Tue, 2007-04-03 11:12

Let's keep this thread on topic, about the apache issue.

Please create a new forum topic for the upload / broken album issue.

Thanks.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
bjkamp

Joined: 2007-07-22
Posts: 1
Posted: Sun, 2007-07-22 17:32

I had the same issue on SuSe 9.1, the fix worked (commenting out the apache_setenv, SuSe 9.1 uses apache 2.0.49, php 4.3.4). Another solution is upgrading to Suse 10.1 (which runs apache 2.2.0 & php5 5.1.2) which does not seem to have this problem.