Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jmadamson

    (@jmadamson)

    Thank you for the suggestion.

    Managed to fix the problem by moving the folder to htdocs in MAMP applications and changing the MAMP root link and then copying the contents of the folder into the main htdocs folder instead of within a file.

    For some reason this kicked it into working. So glad the fiasco is over, took me about 6 attempts! definitely not an easy task for a beginner.

    Thread Starter jmadamson

    (@jmadamson)

    Any other suggestions?

    Still struggling with this one. Tried uninstalling and deleting everything and then starting again, still having problems with the last hurdle.

    Thank you in advance!

    Thread Starter jmadamson

    (@jmadamson)

    Thanks, tried it still didn’t work. now get this error:

    This page isn’t working

    localhost is currently unable to handle this request.
    HTTP ERROR 500

    Thread Starter jmadamson

    (@jmadamson)

    This page isn’t working

    localhost is currently unable to handle this request.
    HTTP ERROR 500

    tried uninstalling and re-installing everything again and now get top error.

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘top_db’);

    /** MySQL database username */
    define(‘DB_USER’, ‘root’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘root’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost:8889’);

    /** 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 4 replies - 1 through 4 (of 4 total)