It sounds like you did not correctly move WordPress and your local install is trying to login to the hosted site. I am guessing that this is the problem becasue of this sentence, “Data may not be posted from offsite forms.” Your login form should not really ever be “offsite”. You need to change the site URL just as if you’ve moved the site from one domain name to another.
If it isn’t multisite, you can edit wp-config.php
like this:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
“http://example.com” in your case will be something like “http://localhost/yoursite” or an IP like “http://192.168.1.2/yoursite”. The IP is better because it will allow the site to work for any computer on the local network. You may also need a port number after the domain, like “http://192.168.1.2:8080”. You will have to use the actual values for your local server. MAMP should be able to tell you what those need to be.
Related Posts:
- How to get Login Error messages on a custom template
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- How to catch/what to do with a WP Error Object
- An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration
- What are the best practices for updating?
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Error: call_user_func_array() expects parameter 1 to be a valid callback
- How to eliminate weird 404 errors in wp-admin?
- Loading external page template and enqueue script from plugin causes 403 forbidden error
- Validation error: Extending Gutenberg gallery block
- Login with OpenID, similar to Stack Exchange sites?
- How can I make an Ajax login form work with FORCE_SSL_ADMIN enabled?
- How do I fix the “sorry, you are not allowed to access this page” error I get on the “plugins > settings” links?
- Should messages in WP_Error already be html escaped?
- Change success message in plugin Theme my login
- PHP Deprecated: Non-static method should not be called statically
- Plugins error (Use roles and capabilities instead) on latest version, multisite
- How can a Firebase user registration and login be integrated into a WordPress site?
- How to get user-meta from Social Login registered users?
- Auto login using Active Directory and Windows Authentication
- WordPress error – PHP Fatal error: Uncaught Error: Call to undefined function register_block_type_from_metadata()
- Which hook should be used to validate custom form fields on the login form?
- How can I make content disappear when a user logs in?
- How to create custom LOGIN and REGISTRATION forms?
- Tracking last login and last visit
- login to wordpress with Get variables instead of Post
- Error: “Cannot modify header information”
- Plugin.php: PHP Notice: Undefined offset: 0 in
- Why am I sometimes getting a 404 error when I try to update a page with Elementor?
- check for the current screen
- “Are you sure you want to do this?” when deactivating all plugins in WordPress 4.3.1 [closed]
- Prevent Brute Force Attack
- How should I handle errors within a plugin?
- Force plugin to fail activation
- Login with email (WP Modal Login)
- An Unexpected HTTP Error occurred during the API request
- Check if the front end user is log in or not
- wordpress custom login successful redirect hook
- How to create a word press user with hashedpassword
- WordPress with CAS+LDAP and standard WP accounts
- Dashboard Disappears after Upgrade
- Is there any good tutorial to write custom login, registration and password recovery forms? [closed]
- How do you install the automattic developer plugin under localhost for mamp when there is an error, deprecated?
- Why Better WP security plugin returns 418 I’m a Teapot “error”?
- echo do_shortcode is not working on theme’s template
- Seaweed Plugin not working
- All plugins deactivated due to error
- Use WordPress with a custom OAuth2 provider
- How can I see the error generated by plugin activation?
- WordPress login with Phone Number [closed]
- Unable to activate wordpress importer after installing it
- Weird problems after recovery from security breach
- Error in the wp-config.php file: PHP Fatal error: Uncaught Error: Unknown named parameter (PHP 8.0)
- How to implement Sentry on WordPress? [closed]
- Cannot access wp-admin after disabling all plugin
- wp_authenticate but not logged in
- Can a plugin still effect a site even after deletion?
- Accessing GET variable named ‘error’
- Force [wordpress_social_login] shortcode to display where it is embedded [closed]
- Error handling a plugin with exceptions
- Cannot login to ADMIN even after changing password in phpmyadmin
- Unable to install theme recommended plugins on Multisite
- Problem with wordpress version 3.8
- How do i login when i cant access wp-login.php?
- Post-terms-order PHP errors after update
- Why is my staging subdomain not sending wordpress_logged_in cookies?
- Call to undefined function get_userdata in user.php
- Only Homepage not loading properly
- Accidentally Broke Site (Please Help) [closed]
- One of my plugins broke when I tried to update it, how do I safely uninstall it?
- Images not showing after changing wp-content folder name
- Single central login for front end users from any site
- WooCommerce Checkout Error [closed]
- qTranslate conflicts with SEO-plugins [closed]
- CSV file generation failing
- How can I force users to a particular subdomain to log in for MU (Multisite)?
- “Request has expired” with “Make your site social” (Gigya) plugin
- How to redirect a URL with parameters?
- Problem using Press-this book marklet
- Python with wordpress plugin
- How to save generated JWT token to cookies on login?
- Nonce failing on form submission
- Uncaught TypeError: jQuery(…).flipster is not a function in wordpress
- WordPress site periodically goes down
- Contributive page where people logged in can write
- Deactivating all plugins and reactivating one by one, fixes conflicts. Why?
- Why do plugins deactivate by themselves?
- WordPress shows error related to allow_url_fopen
- AFNetworking incorrectly interpreted WP_Error
- Updated 4.3 Getting Error: Warning: call_user_func_array() expects parameter 1 to
- Unable to get WP_DEBUG, WP_DEBUG_DISPLAY, WP_DEBUG_LOG to work
- Get errors from WP_Error to different variables
- Login cookies set as wrong domain
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- Why am I getting a “Call to undefined function curl_init()” when I try to use the Sociable plugin?
- How to use login_redirect with a user capability
- Login Customizer doesn’t change the background of the register form
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- What’s causing this error? “Warning: Invalid argument”
- easy steps to make front end form without plugin