Home > Backend Development > PHP Tutorial > When a website built with Yii2 clicks on a link multiple times or jumps between different links, the page is lost.

When a website built with Yii2 clicks on a link multiple times or jumps between different links, the page is lost.

WBOY
Release: 2016-09-09 08:27:59
Original
902 people have browsed it

A crm system developed with yii2. nginx server.
When clicking a link multiple times or jumping between different links,
A blank page will appear in browsers such as Edge and Firefox. 360 directly displays that the page does not exist and jumps to Baidu search.

View the http code in Firefox.
When a blank page appears, the main request code is 200.
But the related css and js are not loaded.

The view uses gridview and some other plug-ins.

The reasons that can be thought of at present are:
1.nginx server setting problem.
2.php setting problem.
3.yii2 render problem.

Have any experts encountered such a problem? Could you please give me some advice? Thank you very much!

Reply content:

A crm system developed with yii2. nginx server.
When clicking a link multiple times or jumping between different links,
A blank page will appear in browsers such as Edge and Firefox. 360 directly displays that the page does not exist and jumps to Baidu search.

View the http code in Firefox.
When a blank page appears, the main request code is 200.
But the related css and js are not loaded.

The view uses gridview and some other plug-ins.

The reasons that can be thought of at present are:
1.nginx server setting problem.
2.php setting problem.
3.yii2 render problem.

Have any experts encountered such a problem? Could you please give me some advice? Thank you very much!

Related labels:
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