yeh i found this pretty messy and i cant log in at the moment. i did fix the myphpadmin error by going into this directory or wherever yours is saved..
C:\wamp\phpmyadmin
and opening the config.inc.php file in notepad. then use find tool to search for this line:
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
with search tool easy to find. then change it to look like this:
$cfg['Servers'][$i]['user'] = 'WAMPusername'; // MySQL user
placing your WAMP username where the quotes are. Probably ascent
then do the same for this line:
$cfg['Servers'][$i]['password'] = 'WAMPpassword'; // MySQL password
placing your WAMP password within the quotation marks.
save the file and you can now continue with the myphpadmin section
. I am still working on the rest myself though.
Oh BTW be careful when you change the ascent.conf file because he plays a trick on you. there are two areas of code that are not supposed to be there. they look something like:
<die msg="I am a newb who didn't even read half my config file!">
they have large comments above them, the 2nd one is at the end of the file. best of luck all
cjhix