Invalid Package

Hi ,

I am using sugarcrm 6.5.15 Pro. I am trying to install package through module loader but getting like "Invalid Package".

Note: I am trying to install another package in a same instance. Same error only getting as "Invalid Package".

Please help me out.

Thanks in advance.

Parents
  • Hi Lokesha L N,

    Can you confirm that the package you are trying to install in supported for 6.5 Pro? It should tell you this on the page you downloaded it from.

  • Hi,

    Please check the following:

    • Check that the package is supported for your Sugar version and edition.
    • Zip the package folder properly
    • Check that your package has a valid manifest.php file.

    Regards.

  • Hi All,

    Problem solved.

    Problem was with config.php file. Previously it was like

    'upload_dir' => '/upload/',
    

    then i changed to default

    'upload_dir' => 'upload',
    

    thanks for your reponse Liam and RT Labs.

Reply
  • Hi All,

    Problem solved.

    Problem was with config.php file. Previously it was like

    'upload_dir' => '/upload/',
    

    then i changed to default

    'upload_dir' => 'upload',
    

    thanks for your reponse Liam and RT Labs.

Children
No Data