Navigation

    QloApps Forums

    QloApps Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. please
    Log in to post
    • E

      Please how do I stop unwanted emails on the dashboard of my admin side. I keep getting emails from a dating site and is obstructing my booking from admin end
      Technical Help • emails please dashboard stop unwanted • • Emmanuel

      2
      0
      Votes
      2
      Posts
      70
      Views

      Faiz

      hi @Emmanuel
      It will be better if you give more details on your issue. Also please share screenshots.

    • R

      Unable to change fronted footer. Please help me to solve this problem.
      Technical Help • change unable footer please fronted • • Rahul

      3
      0
      Votes
      3
      Posts
      121
      Views

      R

      Thanks its work for me.

    • C

      Please help - Error setup Qlo App
      General Discussion • error qlo please help setup • • chuductaidlu

      3
      0
      Votes
      3
      Posts
      397
      Views

      C

      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:========

      upload_max_filesize = 40M 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!