cablek
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Can't login/find localhost on own serveri was able to log in by clicking on “My Website” on the MAMP browser. Not by entering the http://localhost:8888/mysite into a new browser. So now i am all set up again. But last time this happened, once I was logged out of my admin page I could never get in again. Any suggestions?
Forum: Localhost Installs
In reply to: Can't login/find localhost on own serverBoth. I know that I have to have there servers running when in MAMP. So I manually deleted everything and just started over now.
I am using these directions: http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-locally-on-mac-using-mamp/
I followed exactly (just naming folders what I wanted to and still using port 8888)
I get to this part:Open a new browser window and type http://localhost/mysite. If you re-named the wordpress folder to something else, then use that name here. WordPress will notify you that it was unable to find wp-config.php file. Click on Create a Configuration File button.
And my browser says:
Not Found The requested URL /mysite was not found on this server.
I keep running into this problem and can’t get any farther.
Forum: Localhost Installs
In reply to: Can't login/find localhost on own serverYes, I did all of that and I was working on my testsite, learning how to change themes, etc. Then when I shut down and tried to go back, I cannot log in or even find it anymore.
marking as resolved
I was able to install wordpress now. I did re-dowload in order to create a new wp-config file. Thanks for all the help.
Yes, I am trying to make my Mac the localhost so I can learn website design with out buying a hosting site or going live.
Perhaps this reference will be helpful: https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP
I did use this reference, step by step, and am still running into problems at step 4.
Forum: Installing WordPress
In reply to: Step 4: unable to visit local site (mac)Ok, I was able to get to my local site to enter the database information and I’m getting this error:
We were able to connect to the database server (which means your username and password is okay) but not able to select the wordpresstest database.Are you sure it exists?
Does the user root have permission to use the wordpresstest database?
On some systems the name of your database is prefixed with your username, so it would be like username_wordpresstest. Could that be the problem?
If you don’t know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.Forum: Installing WordPress
In reply to: Step 4: unable to visit local site (mac)I am having the same problem at step 4 (Step 4: Downloading and Installing WordPress
Now it’s time to download WordPress. Once you’ve downloaded and unzipped the WordPress download, open up the “wordpress” folder. Click and drag all of the files from the wordpress folder to your MAMP document root (I use /Users/USERNAME/Sites/wordpress/).Others with the default MAMP install should rename and drag the folder to the htdocs folder, located under /Applications/MAMP. Then in the browser, go to localhost:port/folder_renamed to run the install. For example, in the default MAMP install, if the folder was renamed wordpresstest, go to localhost:8888/wordpresstest.
Lastly, we’ve got to run WordPress’ famous 5-minute install. Visit your local site (localhost:port or localhost:port/wordpress), and enter the following information into the database setup form:
Database Name: wordpresstest
User Name (database): root
Password (database): root
Database Host/server: localhost
Table Prefix: wp_
Note that the default Database Name is “WordPress” and that you will need to change the Database Name to the name you entered into PHP Admin (in this case, “wordpresstest”). If you have multiple WordPress sites on your local machine, each of which is using its own database, you will need to make the Database Name in the WordPress configuration consistent with your second (or third or fourth) Database Name.Once that’s complete, enter a blog name and email address, and you’re ready to use WordPress on your Mac.)
I don’t even see a place to enter information into a database setup form……