Package: phpmyadmin
Version: 2.10.0.2-1

Documentation.html states the following abut the location of config.inc.php:

Normally the script saves the new config.inc.php to the config/ directory,
but if the webserver does not have the proper permissions you may see the error "Cannot load or save configuration." Ensure that the config/ directory exists and has the proper permissions - or use the Download link to save the config file
locally and upload (via FTP or some similar means) to the proper location.

However, in setup.php the following is defined:
define('WEBCONFIG_DIR', '/var/lib/phpmyadmin/');
define('WEBCONFIG_FILE', WEBCONFIG_DIR . 'config.inc.php');

which afaik is an entirely different lcation

This leads to an unresolvable error message along the line of:

Can not load or save configuration
Please create web server writable folder config in phpMyAdmin toplevel directory as described in documentation. Otherwise you will be only able to download or display it.

Regards

Fred Peeterman


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to