discuz What to do if the plug-in cannot be installed
Discuz Solution to the forum plug-in cannot be installed
method /step
discuz User purchased Discuz x3 If you have a template or plug-in, the system will prompt us: "Sorry, you are not installing a genuine application, and the installer cannot continue to execute." This template and plug-in are genuine, and discuz Updated to x2.0 After the above, the version detection of the plug-in has been added, so is there any way we can solve it? The answer is very simple.
Method 1: First find /source/function/function_cloudaddons.php This file is then opened and found cloudaddons_validator Method, delete or comment out
cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));
This code will solve the problem.
The comment method is as follows:
function cloudaddons_validator($addonid) {
$array = cloudaddons_getmd5($addonid);
if(cloudaddons_open('&mod=app&ac=validator&ver=2&addonid='.$addonid.($array
!== false ?
'&rid='.$array['RevisionID'].'&sn='.$array['SN'].'&rd='.$array['RevisionDateline']
: '')) === '0') {
// cpmsg('cloudaddons_genuine_message', '', 'error', array('addonid' => $addonid));//Comment or delete
}
}
Method 2:
The template cannot be installed. Just modify the name of your template folder. For example, the original template is moban, Now you can modify it at will, for example, to 78 moban, Then find the template installation file. /template/moban You put this inside moban Change to the new name you just modified 78 moban, Can be used Dreamweaver Bulkly modify the template name and link, and that's it.

The above is shared by Suyou.com with everyone" discuz What to do if the plug-in cannot be installed?" Thank you very much for your patience to read this article. We will provide you with more information on reference, use or learning and communication. We can also provide you with: Enterprise website construction, website imitation, website copying, imitation site, foreign trade website construction, foreign trade website construction, company official website productionFor services, our company serves customers with the service concept of "integrity, professionalism, pragmatism and innovation". If you need cooperation, please scan the code to consult, and we will serve you sincerely.
TAG Label: