Forum Replies Created

Viewing 15 replies - 1 through 15 (of 367 total)
  • You will have to make the change in the database now.

    Log in to the hosting control panel and use their database tool to change the siteurl and home entries in the wp_options table back to the original value, using the complete URL, that is: http://domain-name.com or http://www.domain-name.com, whichever it was originally.

    Forum: Fixing WordPress
    In reply to: Dashboard

    It’s working now 🙂

    Generally that error means there is an issue with your hosting and you should check with them if it continues.

    I could set up a staging server, but that is still not ideal as there is a bunch of syncing you have to do between the two environments…

    I guess I am a bit confused with this … which “other” environment would you need to sync the staging server to if you are developing on it?

    Or, do you want the ability to work offline? That of course would not be an option with the services you listed or the one from Tommy B.

    As your client’s sites will need to be hosted somewhere anyway, have you looked into the managed WordPress hosting products, most of which have easy staging to live functions.

    You may have to change those links manually 🙂

    Go to https://wordpress.org/support/forum/how-to-and-troubleshooting and at the bottom of the page, fill out the form and click Post 🙂

    You’re almost there 🙂

    Install and run this plugin, being careful when entering the two URLs (from and to):

    https://wordpress.org/plugins/better-search-replace/

    When done, re-save the permalinks again.

    @kathyweisgarber – as per forum rules, please start your own topic 🙂

    @ghyll – yes, please start your own thread 🙂

    Sandra,

    What do you get when you enter http://localhost:8888 ?

    BTW, use the backtick character to enclose links so that they are just text 🙂

    Normally, with MAMP for Windows, one does not change the ports. Go in an set them back to the defaults and try that 🙂

    Hi David,

    Try the basic troubleshooting steps:

    – switch to one of the default WordPress Twenty something themes
    – deactivate ALL plugins

    Try using Themes > Customize

    – if it works with no errors, enable each plugin one at a time, testing Customize after each
    – if you are able to run Themes > Customize on a default WP theme after enabling all plugins, the issue is with your theme
    – if you are unable to run Themes > Customize on a default WP theme after enabling one of the plugins, the issue is with that plugin

    Cheers!
    Lyle

    Hi Sandra,

    Just to confirm:

    – you have installed MAMP with the default settings; that is, you have not changed the document root or the server ports

    – you have MAMP running and both Apache and MySQL servers are also running (check boxes filled on MAMP Control panel)

    – you have created a new, empty database using phpMyAdmin by accessing it from the MAMP Start Page > Tools

    At the Database connection screen, this is what you need to enter:

    Database Name: whatever you named it when you created it (no spaces in the name)

    User Name: root <this is the default MAMP database user – this value is shown on the MAMP Start Page>

    Password: root <this is the default MAMP database user pwd – this value is shown on the MAMP Start Page>

    Database Host: localhost

    Table Prefix: wp_ <leave as-is>

    Give that a go 🙂

    BTW, the link in the other post is for installing MAMP on a Mac; it’s slightly different for Windows in that by default the Apache port is 80.

    Cheers!
    Lyle

    Thanks for the update 🙂

    Unfortunately, I have no experience with Linux in this regard. Perhaps others here that do will step in.

    Cheers!
    Lyle

    What local server and operating system?

    On ‘normal’ local installs on the Mac and Windows, FTP is not required to upload plugins or anything else … just use your system’s file manager … it’s local after all 🙂

    That said, on these local installs, just use the WP Dashboard’s Plugin and Themes sections to install and update the respective items.

    The ‘wordpress’ folder belongs here:

    Applications/MAMP/htdocs

    When you are done moving it back, it should be:

    Applications/MAMP/htdocs/wordpress

    This is how I did it:

    – Start > Settings > search for service > select View local services
    – scroll all the way to to the bottom to World Wide Web Publishing Service
    – right click on it and select Properties
    – click Stop
    – Select Manual from Startup type
    – Click Apply and then OK

    The default database user for MAMP is root with root as the password.

    Not really sure what is up other than this URL:

    localhost/example/wp-activate.php

    In a default MAMP installation, the Apache port is 8888 which would make the above localhost:8888/example/wp-activate.php and the default web root is htdocs.

    This is my “famous” 3 minute WP install with MAMP 🙂

    – default MAMP install for ports and web root
    – start MAMP and both servers
    – MAMP Start Page > Tools > phpMyAdmin
    – create new, empty database (wordpress for this example)
    – copy the the wordpress folder which was extracted from the WP ZIP to Application/MAMP/htdocs
    http://localhost:8888/wordpress to start the installation
    – at the database page:

    — Database Name: wordpress
    — User Name: root
    — Password: root
    — Database Host: localhost (or 127.0.0.1)
    — Table Prefix: wp_ (leave as-is)
    — Submit

    – Run the Install
    – Site Title: whatever
    – Username: a user name of your choosing to log into the WP site
    – Password, twice: of your choosing
    – Your E-mail: a properly formed email address
    – Privacy: un-check for local
    – Install WordPress
    – Log in 🙂

    Works first time, every time 🙂

Viewing 15 replies - 1 through 15 (of 367 total)