Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter grokman

    (@grokman)

    Thanks for your support. I will keep it like this unless & until I run into an issue. At that time I will dup off a new one & make needed changes & get back to you. Its just a matter of time, I’m sure.

    Cheers!

    Thread Starter grokman

    (@grokman)

    Seems like there should just be another language in the:

    ../wordpress/wp-content/plugins/prismatic/lib/prism/js/

    folder for it. Must not be much demand for this. For me, I like to keep the console I/O snippets with a consistent look & feel as the code snippets. I think it flows better that way.

    For now, what I did was to use one of the 2 smallest “language” files in there which are the “diff” or “ini” ones, and so far, no undesired keywords are getting highlighted.

    Eg: https://grokshop.tv/linux-zsh-install-configure/

    I guess I could add my own language js file in there, and associated hooks, but I am always leary of stuff getting blasted on “updates”.

    Same error, but I already had

    define('SUBDOMAIN_INSTALL', false);

    Adding all this finally got it to work without the cookie error:

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’]);

    Oh yeah… be sure you check that your single ticks are coming thru your cut & pastes ok!

    • This reply was modified 5 years, 7 months ago by grokman.
Viewing 3 replies - 1 through 3 (of 3 total)