The first page of the bid list of the official Discuz x2.5 Point Mall (point bidding) is displayed normally, and the loading problem starts on the second page. Show: "please wait ......" (As shown in the following figure)
Official statement:
1. Configuration problems in the root directory/config/config_global.php.
// ----------------------------- Config input ---------------------------//
$ _ Config ['input'] ['compute'] = 1;
2. qq interconnection conflicts.
My qq internet is already in version 1.17, and even if the qq internet is disabled, there is also a problem.
3. Baidu alliance's advertisement js error.
After investigation, these methods cannot be solved. The following is a temporary solution provided by Azure:
Open sourcepluginauctioninvolve. inc. php
Convert functions
Function aaa ($ aa, $ bb ){
Return '<a href = "javascript: void (0);" onclick = "ajaxget (''. $ aa. '', 'zjlist _ ajax '); doane (); return false ;"'. $ bb. '> ';
}
Replace
Function aaa ($ aa, $ bb ){
Return '<a href = "'. $ aa. '"onclick =" ajaxget (''. $ aa. '', 'list _ ajax '); doane (); return false ;"'. $ bb. '> ';
}