Visualizzazione risultati 1 fino 16 di 16

Discussione: D G S S e a r c h

  1. #1
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito D G S S e a r c h

    Salve a tutti,
    ho un sito che gestisco con phpnuke, nel quale ho bisogno di inserire un motore
    di ricerca.
    avevo pensato di mettere D G S S e a r c h
    ma purtroppo non sono riuscito a configurarlo.

    nel file config.php chiede il percorso delle cartelle
    e sinceramente non so cosa mettere
    le ho provate tutte ma non ci sono riuscito
    ecco l'errore che mi dà:

    Error: Unable to access header '\membri2\scritture\dgssearch\config\header.php'. Verify $config["installBase"] is correct.

    P.S.
    DGS Search lo trovate qua
    http://www.digitalgenesis.com/

  2. #2
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    phpnuke include già un modulo di ricerca ed il forum ne ha uno di suo davvero potente...

    installare un'altro tipo di motore per ricercare dati su di un sito dinamico non penso sia un grande idea...
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  3. #3
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    nel sito ho inserito alcune pagine scritte in php
    che non vengono ricercate da nessuno dei motori interni
    quindi avrei bisogno di installare un motore esterno...

    poi non ho chiesto se era o meno una buona idea, ma come mai
    non riesco ad installarlo ;)

  4. #4
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    :D

    allora....

    hai provato con /membri/scritture/ oppure /membri2/scritture/

    posta il file di configurazione e vediamo cosa ti rikiede ;)
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  5. #5
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    $config['installBase'] = '\membri2\scritture\dgssearch'; /* Where the package was installed. */
    $config['searchModules'] = array('fs'); /* Modules to search for results. Available: fs and db. */
    $config['displayModules'] = array('title', 'query', 'stats', 'hr', 'nav', 'results', 'nav'); /* Modules to display results. */
    $config['language'] = 'english'; /* Language pack to use. Set english, german, or spanish. */
    $config['fileSeparator'] = '\\'; /* Would be '\\' for Win9x/NT/2000. */
    $config['header'] = 'header.php'; /* The page header. */
    $config['footer'] = 'footer.php'; /* The page footer. */
    $config['target'] = '_self'; /* The TARGET used for links on Result page. */
    $config['fonts'] = 'Arial, Sans-Serif, Helvetica'; /* Fonts to be used on the Display Results page. */
    $config['headerColor'] = '666699'; /* The color of the header on the Display Results page. */
    $config['navColor'] = '008000'; /* The color of the Navigation sections on the Display Results page. */
    $config['infoBarColor'] = '008000'; /* The color of the Info Bar sections on the Display Results page. */
    $config['infoBar'] = true; /* Display Info Bar for search results on Display Results page. */
    $config['infoBarFormat'] = '@URL@ @DASH-SIZE@ @SIZE2@ @DASH-LASTMOD@ @LASTMOD@'; /* Format of Info Bar on Display Results page. */
    $config['dateFormat'] = 'M j, Y H:i:s'; /* Date format for Last Modified on Display Results. */
    $config['results'] = 10; /* Default results per page. 0 is unlimited. */
    $config['boldQuery'] = true; /* Bold the query string in description. */
    $config['timed'] = true; /* Displays search time to user. */
    $config['maxSearchTime'] = 25; /* The max amount of time to spend within the fs module. Set 0 to disable. */
    $config['translate'] = true; /* Displays a 'Translate' link for each result. */
    $config['translateFrom'] = 'en_de'; /* Sets the default translation to be preformed. See INSTALL. */
    $config['verifyConfig'] = true; /* Verifies config file. Set false for a small speed increase. */
    $config['warn'] = true; /* Displays warnings (ie: SAFE MODE warnings). */
    $config['debug'] = false; /* Displays a lot of slightly useful or annoying information. */
    $config['remoteDebug'] = false; /* Allows debugging to be enabled via a browser. See INSTALL. */

  6. #6
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    prova con

    $config['installBase'] = '/membri/scritture/dgssearch'
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  7. #7
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    stesso errore...

  8. #8
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    e con $config['installBase'] = '/membri2/scritture/dgssearch'

    ?

    su che server sei?

    di solito è /membri/.... mi sembra strano sia /membri2/...
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  9. #9
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    nell'installazione di mambo mi ha detto che sono su server membri2
    non so come fare a verificalro... se hai un idea...

    io ho provato con:

    $config['installBase'] = '/membri2/scritture/dgssearch'
    $config['installBase'] = '\membri2\scritture\dgssearch'
    $config['installBase'] = '/membri/scritture/dgssearch'
    $config['installBase'] = '\membri\scritture\dgssearch'
    $config['installBase'] = 'scritture.altervista.org/dgssearch'
    $config['installBase'] = './dgssearch'
    $config['installBase'] = '../dgssearch'

    nessun funziona :(

  10. #10
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    la / su linux va sempre verso destra.

    per quanto riguarda il server entra nel pannello di controllo di altervista e guarda cosa ti appare nella barra degli indirizzi:

    ww2......... server 2
    ww3.... server 3
    etc..

    le due possibili configurazioni dovrebbero essere queste:

    $config['installBase'] = '/membri2/scritture/dgssearch'
    $config['installBase'] = '/membri/scritture/dgssearch'

    strano non vadano :(

    provato a metterci la barra a fine stringa?
    $config['installBase'] = '/membri2/scritture/dgssearch/'
    $config['installBase'] = '/membri/scritture/dgssearch/'
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  11. #11
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    nel pannello sono su www3...

    quindi dici che dovrei mettere ...

    $config['installBase'] = '/membri3/scritture/dgssearch'

    provo subito e ti faccio sapere!

  12. #12
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    Error: Unable to access footer '/membri3/scritture/dgssearch\config\footer.php'. Verify $config["installBase"] is correct.

    come mai poi la barra la mette a sinistra?

  13. #13
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    Error: Unable to access header '\membri3\scritture\dgssearch\config\header.php'. Verify $config["installBase"] is correct.

    :(

  14. #14
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    no...

    $config['installBase'] = '/membri/scritture/dgssearch'

    quelle deve andare!
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  15. #15
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    allora

    su che account l'hai installato?

    il file header.php non si trova ne sul tuo ne su scritture...
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  16. #16
    maerco non è connesso Neofita
    Data registrazione
    17-02-2004
    Messaggi
    27

    Predefinito

    come no, eccolo
    ma non contiene nessuna informazione

    http://scritture.altervista.org/dgss...fig/header.php

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •