Topic on Project:Support desk

Why search in history?

7
Sokote zaman (talkcontribs)

Hi

I changed the home screen many times

But in search of a site, what it finds is history

I had tried these too


php deleteOldRevisions.php --delete

php rebuildtextindex.php

php deleteArchivedRevisions.php --delete


Can anyone solve this problem?

Thank you for your help

Malyacko (talkcontribs)

Please provide a specific example, plus always provide MediaWiki version information.

Sokote zaman (talkcontribs)
MarkAHershberger (talkcontribs)
Sokote zaman (talkcontribs)

*/1 * * * * php /home/public_html/w/maintenance/runJobs.php --memory-limit=1000M --procs 1 --maxjobs 11000 --quiet


I set it to run in the Direct Admin control panel every 1 minute


LocalSettings.php

$wgJobRunRate = 0;


MarkAHershberger (talkcontribs)

have you tried logging the output of that run to see if what happens when it is supposed to be updating the search index?

Sokote zaman (talkcontribs)

I also provide this code in the terminal:

No --quiet

php /home/public_html/w/maintenance/runJobs.php --memory-limit=1000M --procs 1 --maxjobs 11000

For example, I move text and do something that requires jab execution, I run this script manually and it shows everything well.

Reply to "Why search in history?"