Hi,
I have a problem with my installation :-/
Thing is that when I first installed it I forgot to change the Base URL to the URL of my website.
So I deleted all the files and started over again.
But when I click "Go" for th New Install I get this error:
MySQL error!
Table 'evo_groups' already exists(Errno=1050)
Your query:
CREATE TABLE evo_groups ( grp_ID int(11) NOT NULL auto_increment, grp_name varchar(50) NOT NULL default '', grp_perm_blogs enum('user','viewall','editall') NOT NULL default 'user', grp_perm_stats enum('none','view','edit') NOT NULL default 'none', grp_perm_spamblacklist enum('none','view','edit') NOT NULL default 'none', grp_perm_options enum('none','view','edit') NOT NULL default 'none', grp_perm_users enum('none','view','edit') NOT NULL default 'none', grp_perm_templates TINYINT NOT NULL DEFAULT 0, PRIMARY KEY grp_ID (grp_ID) )
How do I solve this?
I can't log in to the blog because i don't remember the password I got when I did the first install :-/
And I don't receive a new generated password in my e-mail either.
Help :-/
you need to go ind delete all the previously created tables.. then restart the install
its telling you the problem.