June 14, 201312 yr comment_10933 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, Report
June 15, 201312 yr comment_10934 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 Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.