Forum Replies Created

Viewing 15 replies - 151 through 165 (of 367 total)
  • Hi Tony … Happy New Year! 🙂

    1. yep, if you get the welcome screen, XAMPP is installed and running 🙂

    2. you are entering the incorrect URL; it should be:

    http://localhost/wordpress-trunk

    That will get the install going 🙂

    One does not use the physical path to the files for a local server.

    A quick way to troubleshoot is install another WP site into MAMP and see if the contents are visible. No sense trying to fix the current one if a fresh install won’t work. Give that a try.

    That said, I had no issues after upgrading my Mac Mini and MacBook Pro to Yosemite.

    This is the way I do this sort of move; not sure why you wanted to transfer the domain though other than to consolidate accounts.

    I did this with 5 domains/sites last weekend.

    – at domain registrar (e.g. namecheap), change nameservers to the new host (e.g. rackspace)
    – export database from current host and download
    – ZIP and download site files from current host
    – create new database on new host and import exported db
    – upload and unZIP files to new host
    – edit wp-config.php on new host with new db credentials
    – done … 5 minutes tops 🙂

    May have to wait a bit for the DNS to change.

    We use a lot of different plugins

    Plugins on .COM are limited to these:

    http://en.support.wordpress.com/plugins/

    Where are you running this from? A local server? If so, which one? Or are you setting up PHP and MySQL on their own? The more info the better 🙂

    After you ran the Velvet Blues plugin, did you go to Settings > Permalinks > and just re-save? You have to do this otherwise you will get what is happening now 🙂

    This is what it appears to be as your permalink to the ‘Contact’ page looks correct.

    Forum: Localhost Installs
    In reply to: Posts and pages

    Difficult to say as I have not used that particular theme nor have any idea how you have been customizing it 🙂

    My ‘guess’ is that it is in the theme’s implementation.

    Using phpMyAdmin in WAMPServer, open the wp-options table of your WP database and edit both the siteurl and home fields to this value (based upon what you have provided in your post):

    http://localhost/wilco02

    You should now be able to log into your local site.

    Once there, install and run this plugin to update the rest of your URLs and links:

    http://wordpress.org/plugins/velvet-blues-update-urls/

    — select all options EXCEPT the last one (GUID)

    Once that is done, go to:

    Settings > Permalinks and Save.

    Forum: Localhost Installs
    In reply to: Posts and pages

    You will more than likely get a better response from the theme’s support page here:

    https://wordpress.org/support/theme/make

    The root DB user is all I ever use when developing locally, regardless of which local server I am using, Windows and Mac.

    Unless you have some very specific reason to use one of your own creation, perhaps consider just doing the same 🙂

    If you are concerned about how using the root DB user will affect things when you move the site to a web host, don’t worry, it will not be an issue. I have moved literally 100’s of WP (and other scripts) from local to live (or other local servers) and have never had any issues in this regard.

    My brain is not all that far behind you 😉

    – in C:\xampp , double click xampp-control.exe to open the XAMPP Control Panel
    – in the XAMPP Control Panel under Actions, click ‘Start’ for both Apache and MySQL
    – when both are running, their backgrounds should be ‘green’ (Module column)

    As mentioned earlier, when NOT running as a service, one will have to do this whenever you have restarted your computer or have stopped the servers from the control panel.

    Note that to access phpMyAdmin (the database tool), click on the ‘Admin’ button in the MySQL row.

    No need to run Tomcat.

    And when just starting out with local servers, no need to run them as a service; I never do as I may want to fire up a different local server and don’t want to have to mess around stopping the services.

    All you need is to start Apache and MySQL. That’s it 🙂

    You could use one of the many backup/move plugins, but I prefer to do this manually. The main benefit as I see it is that one gets to learn how all this works 🙂 Besides, once you have done it a couple times, it takes less than 5 minutes.

    Web Server

    – export database
    – zip and download all files and folder of the site

    XAMPP

    Database

    – using phpMyAdmin, create a new, empty database (no spaces in the name and it doesn’t need to match the web server one)
    – import the exported database into this new database
    – edit the siteurl and home fields in the wp_options table with the location of the local site
    – e.g. if you place the site files in a folder named wordpress then you would need http://localhost/wordpress

    Local Site

    – create a folder within C:\xampp\htdocs (e.g. wordpress) and unzip the downloaded site files there; the path would be C:\xampp\htdocs\wordpress for this example
    – edit the wp-config.php file that is now in this location with the following:
    NOTE – use a PLAIN TEXT EDITOR, such as NotePad

    — database name: whatever you named it
    — database user: root <this is the default XAMPP DATABASE user name>
    — database password: <empty> do not enter ANYTHING here <this is the default XAMPP DATABASE USER password>
    — host: localhost

    You should now be able to log into the WP Dashboard

    – install and run this plugin to update the URLs/links

    http://wordpress.org/plugins/velvet-blues-update-urls/

    — select all options EXCEPT the last one (GUID)

    Once that is done, go to:

    Settings > Permalinks and Save.

    I have not used Easy PHP, but have used many other local servers, none of which requiring you to edit the host or apache files. Perhaps try one of these:

    – Uniform Server
    – XAMPP
    – MAMP for Windows

    Note that WAMPServer (another popular local server) will require you to manually enable mod-rewrite for permalinks to work; the three noted above work ‘out of the box’ 🙂

    OK, now I’m confused 🙂 … doesn’t take much … LOL!

    Ultimately, when all is said and done, how many sites do you want and what are their top level domains (TLDs)?

    You keep adding the /wp after a TLD … is this what you want? Is there another site at the TLD and the /wp is just a blog using WP?

Viewing 15 replies - 151 through 165 (of 367 total)