De $cfg['PmaAbsoluteUri'] richtlijn MOET gezet zijn in het configuratie bestand! Tjha??? ik heb deze regel in config.inc gezet maar toch blijft hij het zeggen

welke config van phpmyadmin (ik neem aan dat je phpmyadmin bedoelt ;) )
Je/u moet er iets van : 127.0.0.1/je_map_waar_pma_staat/ neerzetten dacht ik.
Ik weet niet of het echt kwaad kan maar je kan die foutmelding ook uitzetten door in config.inc.php $cfg['PmaAbsoluteUri_DisableWarning'] = FALSE te veranderen in TRUE
Over wat hebben we het eigenlijk ? phpMyAdmin of een andere applicatie
ik bedoel phpMYadmin
Dat is waarschijnlijk phpMyAdmin he. Die melding krijg je wel vaker bij gebruik daarvan. Vergewis je ervan dat je de juiste config.inc.php hebt veranderd en lees de docs van phpmyadmin door.
Het is een niet zo moeilijk probleem (alleen weet ik eff niet wat de precieze oplossing ook al weer was :P)
/**
* 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://localhost:8000/Admin/';


Komt letterlijk uit m'n config, moet je mij toch eens vertellen wat je hier verkeerd aan zou kunnen doen....

Die melding krijg je wel vaker bij gebruik daarvan.


Ahja? Nooit gehad....
welke config edit je

config.inc.php is namelijk de goede en bij de nieuwe versie staan er stuk of 3
Config.inc.php
op
Welkom op phpMyAdmin 2.6.0-pl2

Edit:
En 2.6.0 is nu niet bepaald een oude versie...
Config.header & config.footer heb je niet nodig...

Reageren