Visualizzazione risultati 1 fino 24 di 24

Discussione: Un errore strano...

  1. #1
    Guest

    Predefinito

    vorrei pubblicare il mio sito postnuke su altervista, ma quando poi lo apro, dopo averlo uppato mi dice:


    mysql://®Š-:@localhost/Phoenix failed to connectAccess denied for user: 'freeisbetter@localhost' to database 'Phoenix'

    che vuol dire??cosa devo fare????

    aiutatemi, vi prego...devo farlo x la scuola....
    please!!!
    grassie...

    dEiMoS

  2. #2
    Guest

    Predefinito

    controlla idati del file config.php e verifica nel tuo db ci siano tutte le tabelle

  3. #3
    Guest

    Predefinito

    sono a zero!!! cosa devo fare????

  4. #4
    Guest

    Predefinito

    Citazione Originalmente inviato da freeisbetter
    sono a zero!!! cosa devo fare????

    cioè a zero ci sono ma sono vuote o non hai nulla nel db?

  5. #5
    Guest

    Predefinito

    sono a zero, nel senso che sono un niubbo pauroso!!!

    allora..il mio configure.php e cosi:

    <?php
    // $Id: config.php,v 1.6 2002/11/28 01:15:47 iansym Exp $
    // ----------------------------------------------------------------------
    // PostNuke Content Management System
    // Copyright (C) 2001 by the PostNuke Development Team.
    // http://www.postnuke.com/
    // ----------------------------------------------------------------------
    // Based on:
    // PHP-NUKE Web Portal System - http://phpnuke.org/
    // Thatware - http://thatware.org/
    // ----------------------------------------------------------------------
    // LICENSE
    //
    // This program is free software; you can redistribute it and/or
    // modify it under the terms of the GNU General Public License (GPL)
    // as published by the Free Software Foundation; either version 2
    // of the License, or (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    // GNU General Public License for more details.
    //
    // To read the license please visit http://www.gnu.org/copyleft/gpl.html
    // ----------------------------------------------------------------------
    // Original Author of file: Everyone
    // Purpose of file: Configure database
    // ----------------------------------------------------------------------

    // ----------------------------------------------------------------------
    // Database & System Config
    //
    // dbtype: type of database, currently only mysql
    // dbhost: MySQL Database Hostname
    // dbuname: MySQL Username
    // dbpass: MySQL Password
    // dbname: MySQL Database Name
    // system: 0 for Unix/Linux, 1 for Windows
    // encoded: 0 for MySQL information unenccoded
    // 1 for encoded
    // ----------------------------------------------------------------------
    //
    $pnconfig['dbtype'] = 'mysql';
    $pnconfig['dbhost'] = 'localhost';
    $pnconfig['dbuname'] = 'root';
    $pnconfig['dbpass'] = '';
    $pnconfig['dbname'] = 'Phoenix';
    $pnconfig['system'] = '0';
    $pnconfig['prefix'] = 'nuke';
    $pnconfig['encoded'] = '1';

    // ----------------------------------------------------------------------
    // For debugging (Pablo Roca)
    //
    // $debug - debugger windows active
    // 0 = No
    // 1 = Yes
    //
    // $debug_sql - show SQL in lens debug
    // 0 = No
    // 1 = Yes
    // ----------------------------------------------------------------------
    GLOBAL $pndebug;
    $pndebug['debug'] = 0;
    $pndebug['debug_sql'] = 0;

    // ----------------------------------------------------------------------
    // You have finished configuring the database. Now you can start to
    // change your site settings in the Administration Section.
    //
    // Thanks for choosing PostNuke.
    // ----------------------------------------------------------------------

    // ----------------------------------------------------------------------
    // if there is a personal_config.php in the folder where is config.php
    // we add it. (This HAS to be at the end, after all initialization.)
    // ----------------------------------------------------------------------
    if (@file_exists("personal_config.php"))
    { include("personal_config.php"); }
    // ----------------------------------------------------------------------
    // Make config file backwards compatible (deprecated)
    // ----------------------------------------------------------------------
    extract($pnconfig, EXTR_OVERWRITE);
    ?>

  6. #6
    Guest

    Predefinito

    $pnconfig['dbuname'] = 'root';
    $pnconfig['dbpass'] = '';
    $pnconfig['dbname'] = 'Phoenix':


    invece scrivi :

    $pnconfig['dbuname'] = 'freeisbetter';
    $pnconfig['dbpass'] = ''; quella del db
    $pnconfig['dbname'] = 'my_freeisbetter'

  7. #7
    Guest

    Predefinito

    Citazione Originalmente inviato da freeisbetter
    aiutatemi, vi prego...devo farlo x la scuola....
    please!!! grassie...
    Ma la scuola non è finita? Che hai l'esame di webmaster? :(

  8. #8
    Guest

    Predefinito

    Citazione Originalmente inviato da wwwbrianmaytk
    Citazione Originalmente inviato da freeisbetter
    aiutatemi, vi prego...devo farlo x la scuola....
    please!!! grassie...
    Ma la scuola non è finita? Che hai l'esame di webmaster? :(
    ho vinto il concorso come miglior sito della classe e il premio era un doominio gratis, solo che voglio esercitarmi, in modo che appena attivo il dominio, abbia gia in mete come fare iil sito, visto che il prof che mi attivera il sito vuole vedfere il sito modello postnuke appunto...

  9. #9
    Guest

    Predefinito

    Citazione Originalmente inviato da freeisbetter
    ho vinto il concorso come miglior sito della classe e il premio era un doominio gratis, solo che voglio esercitarmi, in modo che appena attivo il dominio, abbia gia in mete come fare il sito, visto che il prof che mi attivera il sito vuole vedfere il sito modello postnuke appunto...
    concorso di lettere? :o bella però quest'iniziativa, dunque si tratta del sito della scuola. <(mmm... ti sfruttano)

  10. #10
    Guest

    Predefinito

    no..il sito e mio!


    ora mi da questo errore(se creo il my_freeisbetter:


    Errore

    query SQL :

    CREATE DATABASE `` my_freeisbetter ``

    Messaggio di MySQL:

    You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'my_freeisbetter``' at line 1



    che vuol dire???

  11. #11
    Guest

    Predefinito

    $pnconfig['dbuname'] = 'freeisbetter';
    $pnconfig['dbpass'] = ''; quella del db
    $pnconfig['dbname'] = 'my_freeisbetter'

    non ti ho scritto i ; quindi fai così


    $pnconfig['dbuname'] = 'freeisbetter';
    $pnconfig['dbpass'] = 'tua pasword';
    $pnconfig['dbname'] = 'my_freeisbetter';

  12. #12
    Guest

    Predefinito

    oras se vado in

    freeisbetter.altervista.org dice:

    Session initialisation failed

  13. #13
    Guest

    Predefinito

    le tabelle nel db che prefisso hanno?

  14. #14
    Guest

    Predefinito

    spetta un attimo....

    io ho uppato i file della cartella html di postnuke in altervista...

    ora che faccio?????
    cominciamo da principio...

  15. #15
    Guest

    Predefinito

    1) hai attivati il database?

    2) hai attivato my_admin?

  16. #16
    Guest

    Predefinito

    database mysql??? si! ora sono in debito...

    my admin...che devo fare li????

  17. #17
    Guest

    Predefinito

    una volta attivato my_admin hai l'accesso al tuo database dove devi caricare tutte le tabelle che ti servono che trovi in un file con estensione .sql

  18. #18
    Guest

    Predefinito

    come le carico???

  19. #19
    Guest

    Predefinito

    accedi al db vai in sql e poi carichi il file dal tuo pc

  20. #20
    Guest

    Predefinito

    ok!!!!

    una volta caricati????

  21. #21
    Guest

    Predefinito

    dvrebbe essere tutto ok provi e vedi se il sito ti parte

  22. #22
    Guest

    Predefinito

    funziona!!! grazie!!! ma adesso come cambio le cose???

  23. #23
    Guest

    Predefinito

    ok sono contento per te ma ora scusa, mo ti arrangi un po ci sono mille cose che puoi cambiare vuoi stare qui tre mesi a postare .

    se hai altri problemi usa la ricerca nel forum e vedrai che risolvi .

    p.s: non ti offendere ma mi sembra che un po ti sia stato d'aiuto ora ho da fare

  24. #24
    Guest

    Predefinito

    e vero...ho chiesto troppo!!!

    hai ragione!!
    grazie mille!!!!!

Regole di scrittura

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