Mobile Access dz3.2 This is the case that some pages have mobile version will also appear this prompt:
You are prompted to visit the page without a mobile page, whether further access to the computer version?
When you use your phone to access it, you'll see this prompt.
The page you visited does not have a mobile page, do you have further access to the computer version?
Currently available on-line solutions have not found the root cause of the problem, just provide a forced refresh method, according to my debugging finally found the problem of this bug, only need to modify
source/function/function_core.php
Find source/function/function_core.php line No. 618:
Put
$mobiletplfile = './template/default/'. $mobiletplfile;
Change into
$mobiletplfile = './template/default/'. $file. HTM ';
This completely solves this problem, hope the official fix this bug as soon as possible, otherwise mobile version because this problem user experience is very bad, churn many users
DZ3.2 Mobile Access Bug Complete solution: You visit the page without a mobile page, whether further access to the computer version