LyleChamney
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Post name permalinks not working on WordPress in subdirectoryThere’s always the “other” method: moving the WP site to the root.
– create a new folder in the root and move the existing files that are in the root to it
– copy the WP files from /wordpress to the root
– delete the existing .htaccess file
– as you have already changed thesiteurlandhomefield values of wp-options via Settings > General, you should be able to log into the dashboard
– install and run this plugin:http://wordpress.org/plugins/velvet-blues-update-urls/
— select all options EXCEPT the last one (GUID)
– re-save Permalinks with the desired setting (to regenerate the .htaccess file)
It can take up to 48 hours for a DNS change to fully take effect, although 24 hours is generally the norm. Sounds as though you did everything correctly.
You may want to double check the nameserver values you entered at your domain registrar for that domain that they are in fact the correct ones for your hosting account. I have, on rare occasion, entered an incorrect value (generally a typo) due to lack of sufficient caffeine 🙂
Forum: Localhost Installs
In reply to: Import local files to phpmyadminThe files that are in Applications/MAMP/htdocs are just that: the files required for your WP site (if you installed WP into htdocs, the root of your local MAMP server).
Your database ‘files’ (which you do not access directly) are kept in Applications/MAMP/db/mysql/folder name = database name.
Therefore, if your database “seems to be deleted from phpMyAdmin”, then check the above path; if you do not see a folder in there with the name of that database, then it’s gone and you cannot restore your site. Unless of course you have a backup of that database.
Forum: Installing WordPress
In reply to: wordpress version 4 and mamp pro 3.0.7.2 (with coda 2.5)As there is a 9 hour time difference, I shall have to postpone any further assistance until later in my day 🙂 However, yes, no problem … I will do the best that I am able to get you up and running with MAMP and WP 🙂
Forum: Everything else WordPress
In reply to: Honestly, whats the appeal of WordPress?I too came from Joomla! to WordPress.
To further what catacaustic mentions, it all depends upon the purpose.
Which explains why Home Depot and the like have such a large selection of hammers 😉
Forum: Installing WordPress
In reply to: Followed instructions to reset URL but still not able to loginMolly,
Set things back to the way they were so that you are able to access both the admin dashboard as well as all pages of the site.
Then we can go through this step by step to get you on your way 🙂
Forum: Installing WordPress
In reply to: wordpress version 4 and mamp pro 3.0.7.2 (with coda 2.5)Their site explains the difference in detail, but the main thing is that Pro allows for virtual hosts, custom Apache configurations, among other advanced features, geared toward those developers who want complete control over the hosting environment.
For those of us whose primary concern is the site itself, then the regular version is the way to go; no unnecessary complications 🙂
When the time comes to “go live” for the client, just zip up the local folder and export the database. Upload the zip and extract on the hosting and import the database. Use a plugin or script to update the URLs and re-save the permalinks (if enabled) and you’re done … 5 minutes tops 🙂
Forum: Installing WordPress
In reply to: wordpress version 4 and mamp pro 3.0.7.2 (with coda 2.5)I do have domains for the people I want to do wordpress sites for and they have been set up with the hosting company in cpanel install.
If this is the case, then MAMP Pro is “overkill” ; why complicate things 🙂
Just use the regular MAMP with the default settings and create each client site in it’s own folder within Applications > MAMP > htdocs. You will of course also have to create each site’s database using phpMyAdmin.
And again, don’t complicate things; use MAMP’s default database user and password: root and root.
Also, no need for unique table prefixes.
So …
Applications/MAMP/htdocs/client1
Applications/MAMP/htdocs/client2
Applications/MAMP/htdocs/client3– each gets a complete WP install set of files and folders
http://localhost:8888/client1
http://localhost:8888/client2
http://localhost:8888/client3– to access the “front end” of the sites; add /wp-admin to each to get to the admin login 🙂
Forum: Localhost Installs
In reply to: multiple installationsPlease read through the material in the previous post 🙂
Be advised that WP multisite is a rather advanced process.
Forum: Installing WordPress
In reply to: How to insert a video in home page ?I am not seeing where your existing video link is on your site where one has to click the title.
As lmilesw mentions, YouTube, Vimeo or any of the other video streaming sites is the easiest and most efficient way to provide videos.
Forum: Installing WordPress
In reply to: can't update wordpress versionYou cannot update from that old of a version in one step; it has to be done incrementally.
Carefully follow the instructions to do so located here, which also contains a link to the older versions of WP you will need:
Forum: Localhost Installs
In reply to: multiple installationshow can i achieve this multiple installation having inter relation between them.
Thoroughly read through these two items:
http://codex.wordpress.org/Create_A_Network
http://codex.wordpress.org/Before_You_Create_A_Network
And in your particular case when doing so on a local server:
http://codex.wordpress.org/Before_You_Create_A_Network#Restrictions
Forum: Localhost Installs
In reply to: Issues installing WordPress with localhost MAMP for windowsI am using the correct username and password of my data base
Which should be
rootandrootif you are using the default MAMP 3 for Windows database user and password.If, when you created the new, empty database using phpMyAdmin, you also created a new user for that database, then you have to assign that user All Privileges.
I just downloaded and installed the latest MAMP for Windows (3.0.7.2) and then WP 4.0, using all the default settings, and it works just fine on my Win 7 system 🙂
Forum: Installing WordPress
In reply to: InstillationSee my post here on this subject:
https://wordpress.org/support/topic/help-installing-4?replies=2
You have to grant All Privileges to the new user you created.
Forum: Installing WordPress
In reply to: php problemAny suggestions on what I need to do to get WP4 installed?
Here is a great place to start 🙂
http://codex.wordpress.org/Installing_WordPress
and am trying to install it.
I loaded the install.php file into Firefox
Keep in mind that WP is NOT an application or program that you install and run, such as MS-Word or MS-Excel. It is a web application framework that requires both a web server and database server to operate. Generally, this is done on a web hosting account which provides the required servers.
Alternatively, you can install this environment on your own computer so that you can try out WP first without getting a hosting account.
Have a look through this if this is what you want to do:
http://codex.wordpress.org/Installing_WordPress#Installing_WordPress_on_your_own_Computer