If you are experienced with phpMyAdmin installation, then you can... but if you not, then just wait for the new version. In your case, as i can see, just wait.
Oh the infamous phpMyAdmin error... lol. You need to Download phpMyAdmin 2.6.4-pl4 @ http://sourceforge.net/project/showfiles.p...lease_id=371113 Then copy the language, in your case, the german-iso-8859-1.inc.php file in /lang. Copy it to the lang folder in Uniform Server and everything should be fine.
Well it seems as though you have to wait if you can't get it to work.... sorry. What do you mean you have a problem installing the perl modules? what modules?
If you are trying to use virtual host, you have to search the forum and look at every post that deals with virtual host. Some methods dont work and some do on some PC and some codes needs to be added sometimes.... Good Luck. Thanks.
It comes with a READ ME.txt file. Download, extract and put in /home/admin/www/ Configure in config.inc.php file. Look at the old one for the server variables you need. Is there a reason why you need this upgrade, my advise is to wait for next version coming out soon....
A, I did not say put it in a virtual host, just put it in the conf file around where the other alias are... that would be better. B, notice the change, the address is now cfile not file....
Wow, if you think you took a short cut.. lol... all that is not needed. You can get the files by using alias itself... something like this should work:
Alias /cfiles/ "C:\"
<Directory "C:\">
Options Indexes Includes
AllowOverride All
Order allow, deny
Allow from all
</Directory>
Notice the C:'\' That \ matters cause it goes a different way for Windows.... / is for *nix based.