Keyword manager not working Keyword manager not working
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Keyword manager not working

Started by Astra, January 28, 2006, 09:46:16 AM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

Astra

When I try to get into the keyword manager I'm getting 500 Internal Server Errors. Or when I am actually able to bring up the page, it says this "Fatal error: Maximum execution time of 30 seconds exceeded in /.amd_mnt/dst10.inside/vol/vol1/secondary/nevis/feartheblue.com/httpdocs/stargate.feartheblue.com/database/include/mb.inc.php on line 50"

Can I get any help on this please?

Joachim Müller

My guess is that you have so many keywords that the keyword manager times out. As far as I know, the keyword manager hasn't been tested yet with thousands of keywords. Please post a link to your page.

Astra

Quote from: GauGau on January 28, 2006, 11:45:33 AM
My guess is that you have so many keywords that the keyword manager times out. As far as I know, the keyword manager hasn't been tested yet with thousands of keywords. Please post a link to your page.

Thats what I was thinking and once I realised that I went in trying to change the keywords so I wont have as many.....sadly it all backfired on me.

http://stargate.feartheblue.com/database/

thanks

Joachim Müller

you should undo your changes then. When modifying stuff, make a backup first.

Astra

Quote from: GauGau on January 28, 2006, 06:27:34 PM
you should undo your changes then. When modifying stuff, make a backup first.

Already made a backup, but the problem is that I have to go through a couple hundred files to do the changes. Is there a way to make the timeout longer?

Nibbler

Yes, it's a setting in php.ini. You may or may not be able to change that, depends on your hosting arrangements.

Astra

Quote from: Nibbler on January 28, 2006, 07:02:59 PM
Yes, it's a setting in php.ini. You may or may not be able to change that, depends on your hosting arrangements.
oh I see now. yeah I cant change it. So that basically means I have to go in to all the files and change the keywords?

Nibbler

Try a quick code change first, edit keywordmgr.php

find

$lowercase_word = utf_strtolower($single_word);

change to

$lowercase_word = strtolower($single_word);

See if that helps.

Astra

I was able to go back and change/combine enough keywords that it let me in.

Thanks for the help

Pascal YAP

Morning,

I turn around this issue since too more weeks  :-[
I have not exactly the same issue but my keywordmgr.php create an Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.


I'm trying to change with the Nibbler's solution : $lowercase_word = strtolower($single_word); but without success.
Many Keywords come from an old CPG 1.3.x with a lot fof "é" "ç" "ô" or "è". And all of those keywords was'nt converted to UTF-8 when i'd uptdated to CPG 1.4.x !
Maybe i will need to make a complete keywords correction by hand  ???

My search page : http://www.pays-dignois.com/galerie/search.php

PYAP

Joachim Müller

When getting an "internal server error", you should take a look at your server logs (not the logs of coppermine) to find out what goes wrong. You might have to ask your webhost for the log file excerpts.