|
registration works fine.
The issue as I see it is your cookies where probally set incorrectly when installing. You might have put in wrong information which results with no cookie being created.
Are you comfortable in running mysql queries? If so you can try running these in phpmyadmin on the database
UPDATE cp_settings SET setting='/' WHERE id=181;
UPDATE cp_settings SET setting='' WHERE id=182;
UPDATE cp_settings SET setting='' WHERE id=183;
Otherwise you might try reinstalling
|