• Hi,

    I’m building a major healthcare instute called ‘PKClub’ (for people with a disfunction in their mobillity) I’m trying to set a new install on my domain PKClub.nl. But the new install refers to a blank page, can somebody help to access wp-config.php?

    Thanks in advance! Take care, stay clean #COVID19

    Kind regards Paul

    • This topic was modified 2 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress
    • This topic was modified 2 years, 9 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • If you need access to the wp-config.php file, just log in to your host using FTP or Control Panel.
    It will be in a folder something like /var/www/public_html, or /var/www/htdocs

    Thread Starter pkclubpaul

    (@pkclubpaul)

    @corrinarusso Thanks for our reply, i know how to get acces to wp-config.php but wich credential do i need to edit so it refers to an clean wp-config install. Sorry for my terrible zEnglish, i’m from the Netherlands. Hope anybody will help to solve this problem. Thanks in adv advance!

    Take care, stay clean and stay healthy #COVID-19.

    Regards Paul

    Hi @pkclubpaul,

    The WordPress database connection settings appear under the MySQL Settings section of the wp-config.php file.

    You will need MySQL server, database name, database username, and password to fill out this section.

    /** The name of the database for WordPress */ 
    define('DB_NAME', 'database_name_here'); 
     
    /** MySQL database username */ 
     define('DB_USER', 'username_here'); 
     
    /** MySQL database password */ 
     define('DB_PASSWORD', 'password_here');

    You can get your database information from the cPanel of your web hosting account in the Database section.

    If you cannot find the WordPress database or the MySQL username and password, then you need to contact your web host.

    Let me know if my answer can help you resolve your issue.

    Thread Starter pkclubpaul

    (@pkclubpaul)

    @lucaslitextension, thanks for your reply. But it refers to a blank page; i don’t know how to solve this. I really hope you can help solving this ‘little’problem.

    Thanks in advance! Stay clean and healthy #COVID-19.

    Kind regards Paul

    > But it refers to a blank page

    *What* refers to a blank page?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘mainsite error’ is closed to new replies.