Visualizzazione dei risultati da 1 a 4 su 4

Discussione: PHP LIst

  1. #1

    PHP LIst

    Salve, vorrei installare php list, ultima versione, sul mio sito.
    Ho scaricato il pacchetto ed ho uploadato sul server la cartella public_html/lists.
    Ho aperto il file list/config/config.php ed ho cambiato inserito la lingua e i dati per il data base.
    Mi sono collegato al sito 137infiniti.eu/lists/admin.
    Mi esce questo:
    Internal Server Error - Il server ha rilevato un errore interno o errori di configurazione e non è riuscito a completare la richiesta.
    Qualcuno mi potrebbe dire cosa è successo?
    grazie.

  2. #2
    nessuno mi aiuta?

  3. #3
    Utente di HTML.it L'avatar di bstefano79
    Registrato dal
    Feb 2004
    Messaggi
    2,520
    troppo generico come errore, magari riporta qui il file di configurazione (oscurando le password)

  4. #4
    Eccolo (dove c'è il saluto ho cambiato)
    $language_module = "italian.inc";

    # what is your Mysql database server
    $database_host = "60.000.000.003";

    # what is the name of the database we are using
    $database_name = "Sql000000_3";

    # who do we log in as?
    $database_user = "Sql000000";

    # and what password do we use
    $database_password = '0000000';

    # if you use multiple installations of PHPlist you can set this to
    # something to identify this one. it will be prepended to email report
    # subjects
    $installation_name = 'PHPlist';

    # if you want a prefix to all your tables, specify it here,
    $table_prefix = "phplist_";

    # if you want to use a different prefix to user tables, specify it here.
    # read README.usertables for more information
    $usertable_prefix = "phplist_user_";

    # if you change the path to the PHPlist system, make the change here as well
    # path should be relative to the root directory of your webserver (document root)
    # you cannot actually change the "admin", but you can change the "lists"
    # DO NOT include the file eg "index.php" because that is added when required. If you do
    # it is likely to break the tracking, see http://mantis.phplist.com/view.php?id=15542
    $pageroot = '/lists';
    $adminpages = '/lists/admin';

    /* qui ho tagliato il file perchè altrimenti il messaggio è troppo lungo, ma non ho cambiato nulla.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.