schwerer fehler mit phpmyadmin

Fragen zu allen Themen rund ums Programmieren außerhalb von phpBB können hier gestellt werden - auch zu anderen Programmiersprachen oder Software wie Webservern und Editoren.
Antworten
Pole
Mitglied
Beiträge: 65
Registriert: 28.03.2004 12:38
Wohnort: Weltstadt Lüder
Kontaktdaten:

schwerer fehler mit phpmyadmin

Beitrag von Pole »

fals das im falschen subforum ist bitte verschieben

wenn ich mich bei phpmyadmin eingeloggt hab
zeigt er mir keine tabellen mehr an
sondern nur noch diese fehler meldung

Code: Alles auswählen

Das $cfg['PmaAbsoluteUri']-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!
was soll ich machen??
Benutzeravatar
Leuchte
Ehemaliges Teammitglied
Beiträge: 9179
Registriert: 26.05.2003 14:57
Wohnort: Duisburg
Kontaktdaten:

Beitrag von Leuchte »

Schau dir die config.inc.php in dem phpmyadmin Verzeichnis an.
Dort findest du die Variable $cfg['PmaAbsoluteUri'] wo du den absoluten Pfad zum pma eintragen musst
xxxChristophxxx
Mitglied
Beiträge: 15
Registriert: 17.12.2004 23:28

Beitrag von xxxChristophxxx »

Falls Du phpmydamin lokal installiert hast, öffne die config.inc.php und lies dir den Text mal durch:
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
$cfg['PmaAbsoluteUri'] = 'http://www.your_web.net/path_to_your_phpMyAdmin_directory/ ';
ansonsten schreib deinem Provider ne Mail.
Pole
Mitglied
Beiträge: 65
Registriert: 28.03.2004 12:38
Wohnort: Weltstadt Lüder
Kontaktdaten:

Beitrag von Pole »

hat sich von alleien geklärt, hab nix gemacht, und es funkltioniert

trotzdem dangö
Antworten

Zurück zu „Coding & Technik“