Forum Replies Created

Viewing 15 replies - 76 through 90 (of 367 total)
  • LyleChamney

    (@lylechamney)

    Note also that you will then have to do the domain change to the actual domain.

    LyleChamney

    (@lylechamney)

    Success!!! 🙂

    Here are the steps:

    – created a new, MWP site (delete your current one and start over with a new set up)
    – logged into phpMyAdmin using the Settings Page > Database info
    – selected ALL the tables in the WP database and ‘dropped’ them
    – imported the exported site’s .sql file into this database
    – edited the ‘siteurl’ and ‘home’ fields in the wp_options table with the new location (the temp URL provided in the MWP settings) e.g. http://fa359dfr.com or whatever it actually is
    – using the SFTP settings from the Settings Page, connected to the server using FileZilla
    – navigated to wp-content/plugins folder on the server
    – uploaded all the plugin folders from the exported site’s download
    – navigated to wp-content/themes folder on the server
    – uploaded the exported site’s theme folder
    – navigated to wp-content folder on the server
    – uploaded the uploads folder from the exported site’s download
    – downloaded the wp-config.php file from the server and edited the table prefix as the exported site used the WP default of wp_ … you will have to check your downloaded version from the old host to check what it is and match it up
    – delete the one on the server and upload the edited wp-config.php file

    That’s it! 🙂

    All the images and links were properly adjusted and the site works just fine 🙂

    Note that from what I was able to observe, one cannot overwrite existing files or folders on the server; this is why one has to do them individually.

    LyleChamney

    (@lylechamney)

    Nope, didn’t work on this attempt 🙁

    The database imported fine but the files upload didn’t go according to plan. I was trying to just upload the wp-content from my test site to the MWP install.

    Going to try again but upload the complete install this time so will take a ‘tad’ longer. Will report back with the results 🙂

    In the meantime, just to clarify:

    – you have a database export file from the former host?
    – you have all the site files from the former host?

    LyleChamney

    (@lylechamney)

    The thing to understand is that a Managed account is a totally different ‘animal’ than the usual shared plans, from GD or anyone else. It took me a while to figure this out too as the other plans are what I am used to.

    The MWP is for a new install or migration from an existing, functioning site. It is NOT designed to be manually ‘tinkered’ with as shared hosting account are 🙂 Again, that’s the Managed part … security being one of the most important aspects, hence the permission change restriction.

    Standby … I am trying a ‘manual import’ on my MWP account now 🙂

    LyleChamney

    (@lylechamney)

    Not sure if you are aware of this, but GD’s Managed WP allows you to easily migrate your existing site. I have done 3 so far, 2 from a GD shared Linux account and one from another host. All went smoothly and easily. For the one from the other host, I had to manually change the nameservers to the GD ones. The two sites from the other GD account were available in about 15 minutes and the third, from the other host, about an hour and a half, once the DNS change propagated. All you do is fill in your site’s user name and password for the WP login and your FTP account and sit back and wait 🙂

    And yes, you cannot change permissions on a MWP account … that’s the “managed” part at work 🙂

    LyleChamney

    (@lylechamney)

    A bit more info will help with the specifics … what platform and local servers are you using? Windows with XAMPP, WAMP, etc. or Mac with MAMP?

    The easiest and cleanest ways to uninstall WP is to just delete the wordpress folder (or whatever the folder name is where your WP files are located) and just drop the whole database you created for that install. Then start fresh with a new, empty database and a fresh copy of the WP files and folders (in the extracted wordpress folder) from the WP download, and run the install again.

    Additionally, what was happening (or not happening) that you wanted to re-install? Were you getting an error, did’t install correctly? etc.?

    LyleChamney

    (@lylechamney)

    If you ‘uninstalled’ MAMP, you ‘uninstalled’ everything, including your site files and database.

    A tidbit or two for going forward:

    – WordPress and the like are not like a regular computer program that are installed and double-clicked to run
    – it is a web application framework consisting of literally hundreds of files
    – it also requires a database to run
    – when you remove the local server, MAMP in your case, where all this is located, you remove the site(s) that were there too as well as the database server and the databases
    – as you have found out, re-installing MAMP once it has been removed is the same as a brand new install
    – if you would have left the previous MAMP there, it would have left the contents of the site and databases; this is how updates to MAMP are applied

    Forum: Localhost Installs
    In reply to: I got Error 500
    LyleChamney

    (@lylechamney)

    Did you actually ‘install’ WP?

    You have to:

    – create a new, empty database using phpMyAdmin from the WAMP control panel
    – within the WAMP www folder should be the extracted wordpress folder with all the files and folders for the WP site
    – both Apache and MySQL servers need to be running; the W WAMP icon in the system tray must be ‘green’
    – you begin the WP installation process by entering this in your browser:

    http://localhost/wordpress

    When you get to the database page, you enter this:

    — database name: wordpress (or whatever you named it, but it should have no spaces)
    — database user: root
    — database password: <empty> do not enter ANYTHING in here
    — host name: localhost (or 127.0.0.1)
    — table prefix: wp_ <leave as-is>

    Try that 🙂

    As Alen mentioned, you access the site with localhost/wordpress. On a new installation, this will start the install process.

    However, before you do so, you have to create a new, empty database. Click on the Admin button for MySQL in the XAMPP Control Panel to start phpMyAdmin.

    Once there, click Databases and enter wordpress as the database name then click Create.

    Now you can go to http://localhost/wordpress and the install process will start.

    At the database info page enter these values:

    — database name: wordpress
    — database user: root
    — database password: <empty> do not enter anything!
    — database host name: localhost (or 127.0.0.1)
    — table prefix: wp_ (leave as-is)

    Thanks Manuel 🙂

    Another item you may want to consider adding is the ability to edit the CSS the plugin provides from within a Settings page or the like.

    Reason being is that the current version of the plugin still has this bit of code at the end:

    border-bottom: 1px dotted;

    What this will do is add a 1px dotted underline under any image that is linked. I responded to a number of posts on the DWB forum for this “issue”.

    Cheers!
    Lyle

    HI Niall,

    Not sure what the purpose of Sequel Pro would be in a local MAMP setup as MAMP is all you need 🙂

    If you have done a default MAMP install, that is, you have not adjusted the document root nor the Apache port, then it is really simple:

    – create a folder within Applications/MAMP/htdocs and name it something relevant, but without spaces (e.g. mysite for this example)
    – copy your site files to this folder
    – using phpMyAdmin from the MAMP Start Page Tools menu, create a new, empty database (for this example, name it mysite … again, no spaces)
    – select this new database and import the exported .sql file
    – edit the wp-config.php file now in the /mysite folder with the default MAMP settings:

    — database name: mysite
    — database user: root
    — database password: root
    — host name: localhost (or 127.0.0.1)
    — table prefix: if your live site had a table prefix other than wp_ then enter that value here

    To access your local site:

    http://localhost:8888/mysite

    Add /wp-admin or /wp-login.php after the above URL to access the WP log in.

    Once logged in, you will need to install and run this plugin to update the URLs:

    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.

    OK but I didn’t add anything to Twenty Thirteen either and it behaves as I think a new user would expect.

    That’s because there is really nothing ‘custom’ there other than the header graphic 🙂

    I totally agree with you Brad, and that is why there are so many ‘help the WP beginner’ sites and vids out there … it’s a big market! 🙂

    That said, IMHO, the fine folk that ‘make’ WP try to make it as ‘universal’ as possible, but as with any technical endeavor, it always makes ‘total sense’ to the person(s) who are in the know and will quite possibly look like ‘gibberish’ to those who are not 🙂

    The text is black on a white background with no photo, no theme. Am I right in thinking that the Twenty Fifteen theme should be here?

    LOL 🙂 … That IS the TwentyFifteen Theme 🙂 … seriously!

    If, for Twenty Fourteen I select Live Preview or Activate, I get the bland page again with no photo, no theme.

    Those ARE the themes 🙂

    There will be no photos or any other content as you haven’t added it yet.

    If you are expecting to see what you see in the previews in Appearance > Themes that may be what is confusing you; that is demo content for the theme preview and it is NOT installed when you select any given theme.

    Hi Rob,

    Has this just recently started to happen? I take it you have been able to access your admin in the past as you have a very high risk, outdated version of the RevSlider plugin installed:

    http://sitecheck.sucuri.net/results/acupages.ca

    I would suggest going into your hosting control panel’s file manager (or FTP) and renaming the plugins folder within wp-content. Doing so will disable all plugins to see if one or more may be causing the issue.

    If you are able to log in again, then first, UPDATE the RevSlider plugin 🙂
    Then enable the others one by one while logging out and back in to see which one was the culprit.

    Cheers!
    Lyle

    Hi Brad,

    Not sure how you knew I had used bitnami. I hadn’t mentioned that fact – clever.

    Actually, not that “clever” 😉 … third line, original post

    B) bitnami-wordpress-4.1.1-0-module-windows-installer

    So you did in fact, get WP working with TwentyThirteen

    When I selected the theme twentythirteen I found that one works!!

    That means you WP install is fine. Something else is afoot. What are the EXACT steps you have been taking when attempting to install and activate a different theme?

Viewing 15 replies - 76 through 90 (of 367 total)