Fix for "Unable to read xml file for web softwares"

  • Open the file

    Code
    1. /var/www/imscp/gui/public/admin/software_manage.php


    Search in line 67

    Code
    1. if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {


    and replace it with

    Code
    1. if (!strpos($xml_file, 'i-MSCP web software repositories list')) {



    Then open the file

    Code
    1. /var/www/imscp/gui/public/reseller/software_upload.php


    Search in line 68

    Code
    1. if (!strpos($xml_file, 'i-MSCP websoftware depot list')) {


    and replace it with

    Code
    1. if (!strpos($xml_file, 'i-MSCP web software repositories list')) {

    Files

    Edited once, last by xorg ().