Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi All,
Been away for sometime however started to complete some websites on a localhost.

Installed Couch and normally don't have the issue with my online FTP however local host having cookie issues.

Using XAMPP to host local on my Machine and installed fine however when i go to login it keeps coming up with
Cookies must be enabled to use this CMS

Been trying various things but i know its something simple. Can anyone help?
Edit- Resolved

Oringal Code from config.php
Code: Select all
    // 1.
    // If necessary, define the full URL of your site including the subdomain, if any.
    // V.IMP: Don't forget the trailing slash!
    //define( 'K_SITE_URL', 'http://localhost/AH%20Project/' );


new code from config.php
Code: Select all
    // 1.
    // If necessary, define the full URL of your site including the subdomain, if any.
    // V.IMP: Don't forget the trailing slash!
    define( 'K_SITE_URL', 'http://localhost/AH%20Project/' );
Hey Simon, glad to see you back :)
Thanks KK,
its been a very long while... Sadly i lost the love for coding and trying to do more than i could work wise.

But i'm just doing a few bits for myself now, little project to keep me entertained.

hope you're okay?
4 posts Page 1 of 1
cron