• After successfully ( at least hope so) I can’t log into my website which I made on Cpanel. All the time have an error: “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”

    Any Ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Rihards,

    Add the following snippet to your wp-config.php file via cPanel File Manager or FTP.

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', '');

    I hope that helps.

    Thread Starter rihards.nimanis

    (@rihardsnimanis)

    Thank You for Your reply, I added the lines at the end of WP-config.PHP through jEdit which You wrote but still same problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ERROR: Cookies are blocked or not supported by your browser. You must enable coo’ is closed to new replies.