Hello people,
Today I tried to uninstall phpadmin on my computer (because I need to make a login for users and all the tutorials about this said you have to have phpmyadmin) however at the sixth step I got this error.
An error has been encountered in accessing this page.
1. Server: www.phpmyadmin.net
2. URL path: /documentation/index.php
3. Error notes: NONE
4. Error type: 404
5. Request method: GET
6. Request query string: NONE
7. Time: 2010-06-30 15:29:20 UTC (1277911760)
Reporting this problem: The problem you have encountered is with a project web site hosted by SourceForge.net. This issue should be reported to the SourceForge.net-hosted project (not to SourceForge.net).
If this is a severe or recurring/persistent problem, please do one of the following, and provide the error text (numbered 1 through 7, above):
- Contact the project via their designated support resources.
- Contact the project administrators of this project via email (see the upper right-hand corner of the Project Summary page for their usernames) at user-name@users.sourceforge.net
If you are a maintainer of this web content, please refer to the Site Documentation regarding web services for further assistance.
NOTE: As of 2008-10-23 directory index display has been disabled by default. This option may be re-enabled by the project by placing a file with the name ".htaccess" with this line:
Options +Indexes
I downloaded the lastest version of phpAdmin, unziped it, made a config.inc.php file and pasted the
<?php
$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your choice
$i=0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
?>
I then uploaded all of the files in the folder to my root folder.
Now on step 6 it has a link http://www.phpmyadmin.net/documentation/index.php, I clicked it and got the error message stated above. Anyone know what I did wrong?
|