forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: tinorebel on September 16, 2008, 12:12:56 pm

Title: [Solved]: Keyword manager error
Post by: tinorebel on September 16, 2008, 12:12:56 pm
Hallo to the best community in the world.

I have just upgraded to cpg 14.19-
when I try to reach my keyword manager I get a blanck page. ???

Someone can give me a hint on how I can solve this issue? ???
I have a big gallery with thousands of images, I suppose the keywords are really a lot.
I had problems with keywordmanager even before upgrading ...
Link to the gallery: (www.tripodart.net/website/gal)

I would really appreciate to be able to reach keyword manager. ;)
Title: Re: Keyword manager error
Post by: tinorebel on September 16, 2008, 12:13:51 pm
I have made some searches but unable to find solutions :(
Title: Re: Keyword manager error
Post by: Nibbler on September 16, 2008, 08:13:15 pm
A blank page doesn't help us. You need to check your server error log for an actual error message.
Title: Re: Keyword manager error
Post by: tinorebel on September 16, 2008, 08:17:30 pm
I tryed again and now I got :
Quote
Fatal error: Out of memory (allocated 50855936) (tried to allocate 3921921 bytes) in /home/tinorebe/public_html/website/gal/keywordmgr.php on line 93
I guess it's a memory problem :-\
Is there a way I can reduce the keywords (maby deliting the wired ones)?
Thanks for any idea<
Title: Re: Keyword manager error
Post by: Nibbler on September 16, 2008, 08:29:48 pm
Edit keywordmgr.php, find

Code: [Select]
$output = implode("</tr>\n<tr>", $total_array);

After that add in

Code: [Select]
unset($total_array);

See if that helps.
Title: Re: Keyword manager error
Post by: tinorebel on September 17, 2008, 10:35:45 am
 :) Big Thanks Nibbler!! ;)
It worked perfectly!!!!
now my keyword manager is displaying correcly.

I dont understand exacly how does the keyword manager work, if I delite a keyword, it will be delited fromm al pictures?
If I modificate a keyword, it will be modyficated in all pictures containing the old keyword? ???

Is there a way to display only keywords referring to for example to 10 photos under the search field? ??? ???
This would be usefull since I have a ton of keywords and displaying them all is quite a large list!

I have made some search but did not find docs on this issue.

Title: Re: Keyword manager error
Post by: Nibbler on September 17, 2008, 03:27:19 pm
Yes, it will modify and delete keywords from the pictures. I don't understand the other question but it should be in a new thread anyway.
Title: Re: [Solved]: Keyword manager error
Post by: tinorebel on September 17, 2008, 03:51:59 pm
Thanks! :D I will start a new thread trying to explain better... :-\