LyleChamney
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Permalinks 404 error local MAMPIs this a new install of WP on MAMP or did you copy a live site to it?
I have installed many a WP on MAMP and have yet to discover this “classic” error 🙂
Generally, for permalink issues, one sets them to the default, delete the current .htaccess then set them to the desired setting (post name, for example) and that should re-create the proper .htaccess.
Forum: Localhost Installs
In reply to: Building multiple sites using MAMP/local installFurther to the above:
Once you start the install, please use the
Create a Configuration Filebutton on the screen where it is presented 🙂Then at the screen where it asks for the database connection info, this is what you will enter:
Database Name: creekside
User Name: root <the default MAMP database user>
Password: root <the default MAMP database password>
Database Host: localhost
Table Prefix: wp_ <leave as-is>Forum: Localhost Installs
In reply to: Building multiple sites using MAMP/local installIt sounds like from your reply, now I need to run another install of MAMP?
Nope! 🙂
All local sites go into the one MAMP installation, just as you have shown:
Applications/MAMP/htdocs/creekside_site
Applications/MAMP/htdocs/willows_siteWithin MAMP, the folder htdocs is what is known as the document root or website root; this is where ALL sites go for this install of MAMP. One organizes them into separate folders within htdocs so that you are able to have more than one site per MAMP.
You will need and use as many unique paths as you have sites in your MAMP install. And they don’t all have to be WordPress. You can install Joomla!, Drupal, Prestashop, plain old HTML sites, etc. The only limit is the amount of hard drive space! 🙂
So then, to start the WP install for the Creekside site, enter this into your browser:
http://localhost:8888/creekside_siteAnd for the other one:
http://localhost:8888/willows_siteOnce installed, you access the log the sites by adding /wp-admin after the site URL; e.g.:
http://localhost:8888/creekside_site/wp-adminForum: Localhost Installs
In reply to: Building multiple sites using MAMP/local installI need to build several completely separate sites
Then that is what you need to create in MAMP. Multisite is not for this sort of scenario.
Basically duplicate what you did for the first site for each additional site required (given that you installed the first one into a folder within Applications/MAMP/htdocs)
For each required local site:
– create a new folder within Applications/MAMP/htdocs
– copy the extracted WP files and folders into that folder
– create a new, empty database using phpMyAdmin
– keep things simple: use the default MAMP database user and password: root and root
– keep things simple: use the default MAMP settings for document root and server ports
– run the install for each usinghttp://localhost:8888/folder_nameForum: Installing WordPress
In reply to: I think I deleted my whole website :( nontechie :(Hi Olive – looks as though you have it sorted … interesting site 🙂
Could you please mark this topic as resolved 🙂
Forum: Installing WordPress
In reply to: I think I deleted my whole website :( nontechie :(Further to what abletec says:
Your site is just fine … no worries 🙂
What you did in Settings > General when you changed the URL is just that … you changed it and when you clicked “Save changes”, it got stored in the database.
What abletec is saying is what you need to do to get it back the way it was. To clarify what you would need to change in the database, it is these two fields in the wp_options table:
siteurlandhomeThe exact values (important!) that you need to enter for both are:
http://medistori.com/medistoriDoing this will restore the site to the way it was with the “extra”
medistori.To remove that extra, you will need to do it one of two ways, which are described here:
http://codex.wordpress.org/Moving_WordPress#Changing_Your_Domain_Name_and_URLs
Keep in mind that in order to do any of this, you will need to be able to log into your website hosting control panel. Hopefully your dev will have provided you with the URL and log in credentials.
Forum: Localhost Installs
In reply to: Cloning Live Site to LocalhostForum: Localhost Installs
In reply to: Import local files to phpmyadminIt seems that my database has been deleted from phpmyAdmin.
All of my CSS is present on my site, though my media, widgets, and other WordPress elements are not present.
If you can see your site, your database is there and connected.
I am unable to login with the username and password I have been using – could this be because a new username was created?
I take it you mean to log into the site and not the database. If so, see this for how to reset your login using phpMyAdmin:
http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin
Forum: Everything else WordPress
In reply to: Inability to EditI am not an “expert” in this area, but you may want to check with your host (or if your hosting control panels shows it) about your account’s resource usage.
Forum: Everything else WordPress
In reply to: Creating a form on web pagesI heard that there is a way now with 4.0 to create a form without installing any special plugin.
I haven’t heard of that one.
Forum: Everything else WordPress
In reply to: Login failureThis is more than likely the problem:
http://sitecheck.sucuri.net/results/kayakkauai.com
You will want to start going through the items listed here:
Forum: Installing WordPress
In reply to: Post name permalinks not working on WordPress in subdirectoryLooks correct 🙂
Don’t forget to MOVE all the existing content from the root to a new folder off the root for safe keeping.
Forum: Installing WordPress
In reply to: wordpress version 4 and mamp pro 3.0.7.2 (with coda 2.5)Glad to hear you got it sorted! 🙂
Good luck with the “template” (theme, in WP-speak 🙂 ) and could you please make this thread as resolved.
Forum: Everything else WordPress
In reply to: Inability to EditWhile your issue may be similar, it is not the same, unless you are on the same hosting account running the same version of WP and all other items.
As per forum rules, please start your own topic for your issue, including as much info as possible, the URL as well, if able 🙂
Forum: Everything else WordPress
In reply to: Inability to EditNOTE: you have an extra “w” in your site address 🙂
Your site comes up fine for me and I am also able to access the login page.
Are you able to successfully log into the admin dashboard of your site?
What, exactly, do you mean when you say you cannot edit any of the information?
– are you not able to edit and save existing posts or pages?
– are you not able to create new posts or pages?
– etc. … please be as specific as you canBTW, removing any items on your site (plugins, themes, etc.) or any changes for that matter will have absolutely no effect on your PC 🙂