Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Lorelyn

    (@lorelyn)

    I’ve done a debug with define('WP_ALLOW_REPAIR', true);

    Resultaten databasereparatie (results.. all oké)
    
    De wp_users tabel is oké.
        De wp_users tabel is al geoptimaliseerd.
    
    De wp_usermeta tabel is oké.
        De wp_usermeta tabel is al geoptimaliseerd.
    
    De wp_posts tabel is oké.
        De wp_posts tabel is al geoptimaliseerd.
    
    De wp_comments tabel is oké.
        De wp_comments tabel is al geoptimaliseerd.
    
    De wp_links tabel is oké.
        De wp_links tabel is al geoptimaliseerd.
    
    De wp_options tabel is oké.
        De wp_options tabel is al geoptimaliseerd.
    
    De wp_postmeta tabel is oké.
        De wp_postmeta tabel is al geoptimaliseerd.
    
    De wp_terms tabel is oké.
        De wp_terms tabel is al geoptimaliseerd.
    
    De wp_term_taxonomy tabel is oké.
        De wp_term_taxonomy tabel is al geoptimaliseerd.
    
    De wp_term_relationships tabel is oké.
        De wp_term_relationships tabel is al geoptimaliseerd.
    
    De wp_termmeta tabel is oké.
        De wp_termmeta tabel is al geoptimaliseerd.
    
    De wp_commentmeta tabel is oké.
        De wp_commentmeta tabel is al geoptimaliseerd.
    
    Reparatie is succesvol. Verwijder de volgende regel code uit wp-config.php om te voorkomen dat deze pagina gebruikt word door ongeautoriseerde gebruikers.
    
    define('WP_ALLOW_REPAIR', true);
    Thread Starter Lorelyn

    (@lorelyn)

    I tried it, but he wants jumps to “save as” ?

    What I’ve done: create a new wamp installation, created a new database and imported the sql via phpmyadmin. Which I can reach and can see that there are several posts in wp_posts. I can smell them. Yet again when I try to make a connection via localhost/wordpress
    (promac is our company. So it recognizes that there is something made for a thing named ‘promac’.

    Skip to content
    Promac
    
    Promac
    
    En nog een WordPress site
    Oops! That page can’t be found.
    
    It looks like nothing was found at this location. Maybe try a search?
    Search for:
    Proudly powered by WordPress 
    Thread Starter Lorelyn

    (@lorelyn)

    Thank you for the input but that wasn’t it; those settings are correct

    define('DB_NAME', 'wampwp');
    
    /** MySQL database username */
    define('DB_USER', 'root');
    
    /** MySQL database password */
    define('DB_PASSWORD', '');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    /** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8mb4');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');
    • This reply was modified 9 years, 2 months ago by Lorelyn.
Viewing 3 replies - 1 through 3 (of 3 total)