hugh 0 Report post Posted June 14, 2013 Using UniServer Zero 10.0.1, and in \UniServerZ\home\us_phpmyadmin\config.inc.php is the following :- $cfg['UploadDir'] = "$root\\etc\\phpmyadmin"; // Directory for uploaded files $cfg['SaveDir'] = "$root\\etc\\phpmyadmin"; // Directory where phpMyAdmin can save exported data $cfg['docSQLDir'] = "$root\\etc"; // Directory for docSQL imports, From memory that is the correct paths for normal Uniform Server, but is incorrect for the Zero version and should probably be :- $cfg['UploadDir'] = "$root\\home\\us_phpmyadmin"; // Directory for uploaded files $cfg['SaveDir'] = "$root\\home\\us_phpmyadmin"; // Directory where phpMyAdmin can save exported data $cfg['docSQLDir'] = "$root\\home"; // Directory for docSQL imports, Quote Share this post Link to post Share on other sites
Ric 0 Report post Posted June 15, 2013 Thank you for taking the time to post.For compatibility all that is required is to create the missing folders: UniServerZ\etc and UniServerZ\etc\phpmyadmin These are now included in all new phpmyadmin modules and latest server update Zero_10_0_2. All the bestRic Quote Share this post Link to post Share on other sites