4images Modifications / Modifikationen > Plugins

[Plugin] Rebuild Search Index v1.0.1

<< < (2/5) > >>

Chris:

--- Quote from: bernd ---Could I also empty those two tables via phpmyadmin and then with a click on this plug-in the search index will be rebuilt?
--- End quote ---

I done that successfully myself.  It works.

bernd:

--- Quote from: Chris ---I done that successfully myself.  It works.
--- End quote ---

Thanks - worked here as well. This leads me to the conclusion that under specific circumstances Jan's script doesn't empty these two tables thouroughly! Maybe something to look into.

cheers,
Bernd

alinford:
I clicked the rebuild link and then waited, but I could not tell if anyting was happening.

HamedF:
Hallo,

erstmal vielen Dank für dieses tolle Script.
Ich suche schon lange ein Programm um unsere Artikelbestände digitalisieren zu können ( Teppichhandel )

Leider habe ich aber Probleme bei reindexing... unter Win XP kommt wenn ich auf reindex clicke im adminbereich diese meldung :

atal error: Failed opening required './../admin/admin_global.php' (include_path='.;C:/phpdev/php/includes;C:/phpdev/php/class') in c:\phpdev\www\public\4images\admin\plugins\rebuild_searchindex.php on line 29

Woran kann das liegen ? Was mache ich falsch? Als ich das Script dann aber auf dem Webserver von Puretec installiert habe, ging alles ?

Ich benutze phpdev unter win XP

danke
Hamed

Jan:
Versuche mal in der Datei

--- Code: ---$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../"
--- End code ---

durch

--- Code: ---$root_path = (eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../../" : "./../";
--- End code ---

zu ersetzen.

Jan

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version