QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Please help - Error setup Qlo App

    General Discussion
    please help error setup qlo
    2
    3
    1331
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      chuductaidlu last edited by chuductaidlu

      Dear all

      Have any person got the same error to my case, please help me if you know how to fix it. Thank you so much for your helpful.
      "
      Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.
      Required PHP parameters
      SOAP extension is not loaded
      In the PHP configuration set upload_max_filesize to minimum 16M
      Permissions on files and folders
      Recursive write permissions for Apache user on ~/config/
      Recursive write permissions for Apache user on ~/cache/
      Recursive write permissions for Apache user on ~/log/
      Recursive write permissions for Apache user on ~/img/
      Recursive write permissions for Apache user on ~/mails/
      Recursive write permissions for Apache user on ~/modules/
      Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/lang/
      Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/pdf/lang/
      Recursive write permissions for Apache user on ~/themes/hotel-reservation-theme/cache/
      Recursive write permissions for Apache user on ~/translations/
      Recursive write permissions for Apache user on ~/upload/
      Recursive write permissions for Apache user on ~/download/

      1 Reply Last reply Reply Quote 0
      • Faiz
        Faiz last edited by

        Hello @chuductaidlu
        This message means that your system is not compatible with QloApps.
        Please follow this guide carefully for the required configuration and ask your hosting provider for these configurations.
        https://qloapps.com/install-qloapps/

        1 Reply Last reply Reply Quote 0
        • C
          chuductaidlu last edited by chuductaidlu

          I hope you carefully follow guide: https://qloapps.com/install-qloapps/
          If you have some error like me you can so that problem like the ways I did, It worked for me. Thank you! Thank Faiz for your care to my question, I think I need to share it which you.
          ==== Fix some Permissions on files and folders ====
          chmod -R 777 ~/hotemerace ( folder you will be install website, default is /var/www/html/.., but my website was change that folder to home/website/hotemerace)

          Which the isussues: In the PHP configuration set upload_max_filesize to minimum 16M"
          ====change two file size one three location:========

          1. upload_max_filesize = 40M
          2. post_max_size = 40M
            #/etc/php.ini
            #/home/website/etc/php5.4/php.ini
            #/home/website/etc/php5/php.ini

          =========Fix SOAP extension is not loaded==========
          #yum install php56w-soap
          php56w-soap.x86_64 0:5.6.40-1.w7
          Many people will guide you using just command like: yum install php-soap, but you have to check your php version to install soap version for your website.
          Hop it helpful to you!

          1 Reply Last reply Reply Quote 1
          • First post
            Last post