Solution to blank screen in phpMyAdmin 3.5.8 in Safari_PHP Tutorial

WBOY
Release: 2016-07-13 10:57:07
Original
1400 people have browsed it

This article will introduce to you how to solve the problem of blank screen in Safari in phpMyAdmin 3.5.8. Because there is no problem in other browsers, it is only blank in Safari browser, so you only need to solve the problem of blank screen in Safari.

Add the following line at the end of the configuration file config.inc.php:

The code is as follows
 代码如下 复制代码

 $cfg['AllowThirdPartyFraming'] = true;

Copy code

$cfg['AllowThirdPartyFraming'] = true;

Opened it in safari and everything is fine.

Note: This bug has been fixed in version 3.5.2, but I still have problems in version 3.5.8, so you should take it as your own guidance. http://www.bkjia.com/PHPjc/632121.htmlwww.bkjia.comtrue
http: //www.bkjia.com/PHPjc/632121.html
TechArticle
This article will introduce to you the solution to the blank screen in phpMyAdmin 3.5.8 in Safari, because in other browsers There are no problems, only the browser is blank in Safari, so just solve Safari...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template