coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Installation & Setup => Topic started by: Stramm on March 20, 2005, 12:17:38 PM

Title: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Stramm on March 20, 2005, 12:17:38 PM
Yo, I just did the upgrade as mentioned in the docs, run the update.php. All looked smooth. I did some tests but whenever I try to open the user galleries list index.php?cat=1 mysql starts to suck up all server resources, the loading of the site times out and after 5 mins the load goes down again, Coppermine working again. cat=0 or cat=10001 all working smooth though.

I dunno if it has to do with my db. It's somehow a lil bit bigger. 8k registerd users, 20k+ comments and 7k pics.

I've looked around but wasn't able to find a thread that addresses my problem... but sorry if it has been asked before. However it would be great if someone has a solution for my problem :)
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Joachim Müller on March 20, 2005, 12:21:49 PM
link?
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Stramm on March 20, 2005, 12:45:14 PM
it's probably better to PM you the link.... is that OK for you
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Stramm on March 20, 2005, 01:55:39 PM
it seems to be a problem in the function list_users()
I've replaced it with the one from ver 1.1 and it's working now. Will see if I can track it down
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Joachim Müller on March 21, 2005, 06:48:00 AM
I rather think this is an issue with you not replacing all files (just guessing though). Use versioncheck.php to find out if all your file versions are up-to-date. I don't think that using a function from an older version is a good idea.

Joachim
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Stramm on March 21, 2005, 08:38:38 AM
I uploaded all files to a new directory... so there can't be any confusion with old ones. I'm going to check the function later today and see what can cause the problem. Working on my local machine win with no probs but not on the FreeBSD production box.
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Joachim Müller on March 21, 2005, 09:01:38 AM
I guess it's a matter of server setup then. Did you run update.php?

Joachim
Title: Re: after upgrade 1.1->1.32 index.php?cat=1 crashes server
Post by: Stramm on March 21, 2005, 03:25:03 PM
yup, sure I did. Everything else is working smooth. Just cat=1 brought up the problems.