Visualizzazione dei risultati da 1 a 5 su 5
  1. #1
    Utente di HTML.it L'avatar di Stamos
    Registrato dal
    Jul 2004
    Messaggi
    160

    [PhpMyAdmin] Malfunzionamento?

    Dunque lancio PhpMyAdmin normalmente e pare che tutto vada bene, riesco ad accedere all'applicazione. Cioe' la situazione e' piu' o meno questa:

    Welcome to phpMyAdmin 2.5.7-pl1
    MySQL 4.0.21-nt running on localhost as neptune@localhost

    MySQL
    Create new database [Documentation]

    Show MySQL runtime information
    Show MySQL system variables [Documentation]
    Show processes [Documentation]
    Reload MySQL [Documentation]
    Privileges
    Databases
    Export

    phpMyAdmin documentation
    Show PHP information
    Official phpMyAdmin Homepage
    [ChangeLog][CVS][Lists]
    Pero' se faccio click su qualunque link presente, ad esempio "Privileges", mi da un errore(pagina bianca) ...

    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

    Please try the following:

    If you typed the page address in the Address bar, make sure that it is spelled correctly.

    Open the localhost home page, and then look for links to the information you want.
    Click the Back button to try another link.
    Click Search to look for information on the Internet.

    HTTP 404 - File not found
    Internet Explorer
    Funzionano solo i links della documentazione ...

    Perche' non va? :master:



    p.s: non ho ancora creato nessun db

  2. #2
    devi associare l'absolute URI nel file config.inc.php

    lo trovi nelle prime righe con un esempio.


    Il silenzio è spesso la cosa migliore. Pensa ... è gratis.

  3. #3
    Utente di HTML.it L'avatar di Stamos
    Registrato dal
    Jul 2004
    Messaggi
    160
    Originariamente inviato da piero.mac
    devi associare l'absolute URI nel file config.inc.php

    lo trovi nelle prime righe con un esempio.
    Intendi questo:

    $cfg['PmaAbsoluteUri'] = 'http://localhost/Program Files/Apache Group/Apache/projects/phpadmin/';

    L'ho fatto ma non va lo stesso.

  4. #4
    Originariamente inviato da Stamos
    Intendi questo:

    $cfg['PmaAbsoluteUri'] = 'http://localhost/Program Files/Apache Group/Apache/projects/phpadmin/';

    L'ho fatto ma non va lo stesso.
    Mi pare esagerato come URL.

    Devi vedere qual'e' la directory root. Se per esempio fosse

    "c:/Program Files/Apache Group/Apache/projects/"

    tutto questo corrisponderebbe gia' al tuo localhost. E allora l'URI sarebbe:

    "http://localhost/phpadmin"


    Il silenzio è spesso la cosa migliore. Pensa ... è gratis.

  5. #5
    Utente di HTML.it L'avatar di Stamos
    Registrato dal
    Jul 2004
    Messaggi
    160
    grazie piero.mac adesso funziona!

    ho fatto come mi hai detto, infatti l'url che avevo messo io era essagerato ...

    cosi: "http://localhost/phpadmin" va alla grande

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.