Wsparcie » Instalacja » problem z configiem php

  • Wszystko robiłem tak jak tu pisze:
    http://www.ubuntugeek.com/installing-wordpress-3-0-on-ubuntu-10-04-lucid-lynx.html
    ale stanąłem na konfiguracji wp-config.php

    wchodząc na link: http://127.0.0.1/wordpress/ jest biały ekran. Stronę chcę mieć na dysku. Co zrobić>?

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'wordpress');
    
    /** MySQL database username */
    define('DB_USER', 'root');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'mojehaselko');
    
    /** MySQL hostname */
    info.phpdefine('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
Viewing 1 replies (of 1 total)
  • expromo

    (@expromo)

    Witaj bios166!

    Pierwsza kwestia to czy możesz wejść do /wp-admin/ lub też jaki błąd zgłasza Ci podczas wejścia do WP-ADMIN.

    W wp-config.php możesz również dodać zmienną:
    define(’WP_DEBUG’, true);

    Może zgłosi Ci na tym etapie jakieś konkretne błędy.

    Czy kiedy wrzucisz plik testowy test.html do katalogu WP to widzisz go pod adresem http://127.0.0.1/wordpress/test.html?

Viewing 1 replies (of 1 total)
  • Temat ‘problem z configiem php’ jest zamknięty na nowe odpowiedzi.