phpMyAdmin appears blank solution

  

Environment: Windows Server 2003, IIS6, php-5.1.4, mysql-5.0.18, phpMyAdmin-2.8.1 Sometimes when PHPmyAdmin is installed, it will appear when accessed in IE The following situation: Warning: require_once(./libraries/common.lib.php) [function.require-once]: failed to open stream: No such file or directory in D:\\phpmyadmin\\index.php on line 36 Fatal error: require_once() [function.require]: Failed opening required './libraries/common.lib.php' (include_path='.;C:\\php5\\pear') in D:\\phpmyadmin\\index.php on Line 36

There are several reasons for this problem: 1. Your PHPmyAdmin directory is placed in the root directory of the disk 2. Your PHPmyAdmin directory and the permissions settings of the upper directory

Solution: 1. Do not put the phpmyadmin directory in the root directory of the disk, such as D:\\SiteManage\\phpmyadmin 2. Set the phpmyadmin directory and the upper directory, set the permissions as follows: Users Read and run IUSR_…&hellip ; Take and run

Copyright © Windows knowledge All Rights Reserved