Discuz! X3.1: Sorry, you have not installed a genuine application, and the installer cannot

Source: Internet
Author: User
Install discuz! When the X3.1 template or application appears: "Sorry, you have not installed a genuine application and the installation program is not available", you can solve the problem as follows: find the following file: /source/function/function_cloudaddons.php87-92 row functioncloudaddons_validator ($ addonid) {$ arrayclou

InstallDiscuz! When the X3.1 template or application appears: "Sorry, you have not installed a genuine application and the installation program is not available", you can solve the problem as follows:

Find the following file:/source/function/function_cloudaddons.php

Lines 87-92

Function cloudaddons_validator ($ addonid ){
$ Array = cloudaddons_getmd5 ($ addonid );
If (cloudaddons_open ('& mod = app & ac = validator & addonid ='. $ addonid. ($ array! = False? '& Rid = '. $ array ['revisionid']. '& sn = '. $ array ['SN ']. '& rd = '. $ array ['refreshdateline ']: '') = '0 '){
Cpmsg ('cloudaddons _ genuine_message ', '', 'error', array ('addonid' => $ addonid ));
}
}

Change

Function cloudaddons_validator ($ addonid ){
$ Array = cloudaddons_getmd5 ($ addonid );
If (cloudaddons_open ('& mod = app & ac = validator & addonid ='. $ addonid. ($ array! = False? '& Rid = '. $ array ['revisionid']. '& sn = '. $ array ['SN ']. '& rd = '. $ array ['refreshdateline ']: '') = '0 '){
/**
Cpmsg ('cloudaddons _ genuine_message ', '', 'error', array ('addonid' => $ addonid ));
*/
}
}

That is, if you comment out the prompt, you can ignore the verification.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.