I use this service for my website register and try it:
http://www.getresponse.com/index/tips...
If you are not able to login to your WordPress dashboard or you have any other error like database connection error then you can try following:
Login to your hosting account go to file manager and locate your website folder. Usually all companies use cPanel for this.
Then locate file wp-config.php and click edit and add flowing stings:
define('WP_HOME',' http://your-site.com');
define('WP_SITEURL',' http://your-site.com');
Click save and try to login.
If not work add also this stings:
define('ADMIN_COOKIE_PATH', '/');
define('COOKIE_DOMAIN', '');
define('COOKIEPATH', '');
define('SITECOOKIEPATH', '');
If still not working then:
Cookies Blocked Error “Permanent” Fix
Now, the first solution doesn’t remove the error. However, this solution will:
Access your Functions.php file (use an FTP tool such as Filezilla or CyberDuck, or go through the file manager in your hosting cPanel)
Add the following code to the bottom of the functions.php file:
setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN);
if ( SITECOOKIEPATH != COOKIEPATH ) setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN);
Upload/Save your Functions.php file
If still not works try to:
Add the following line of code to the FUNCTIONS.PHP file in the wp-content folder, for the theme you are using:
// Remove Canonical URL functionality (as per URL: http://codex.wordpress.org):
remove_filter(‘template_redirect’, ‘redirect_canonical’);
How to Fix Error Too Many Redirects Issue in WordPress Try clearing your cookies on WordPress | |
| 9 Likes | 9 Dislikes |
| 4,308 views views | 1,732 followers |
| Education | Upload TimePublished on 1 Nov 2017 |
Không có nhận xét nào:
Đăng nhận xét