jmadamson
Forum Replies Created
-
Forum: Localhost Installs
In reply to: MAMP Install stuck wp-configThank 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.
Forum: Localhost Installs
In reply to: MAMP Install stuck wp-configAny 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!
Forum: Localhost Installs
In reply to: MAMP Install stuck wp-configThanks, 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 500Forum: Localhost Installs
In reply to: MAMP Install stuck wp-configThis page isn’t working
localhost is currently unable to handle this request.
HTTP ERROR 500tried 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’, ”);