QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • 1.SQL error during installation
      Technical Help • 1.sql error during installation • • ab

      8
      0
      Votes
      8
      Posts
      2103
      Views

      A

      @lilyandy The value of 60000 for max_input_vars is more than enough. QloApps shows warning if this value needs to be increased. What error message do you get when saving translations. Please share the screenshot for more details.

    • R

      how to delete sample orders which i created for testing
      Technical Help • delete sample orders created testing • • Rahul

      8
      0
      Votes
      8
      Posts
      1446
      Views

      Faiz

      Hi @duongledong4
      Please raise a ticket so that discuss it through.
      https://webkul.uvdesk.com/en/customer/create-ticket/

    • I

      How can I see (print) who is arriving tomorrow
      General Discussion • print arriving tomorrow • • IBS

      8
      0
      Votes
      8
      Posts
      1235
      Views

      T

      Perfect! I solve it in-between with an individual SQL request that shows upcoming check-ins

    • L

      New Hotel Permission cannot be added to existing profiles
      Technical Help • • leokonwar

      8
      0
      Votes
      8
      Posts
      1689
      Views

      A

      Hi @Ananth,

      You don't have to find the query you just need to run the given SQL in your database to fix the issue. You can do this by your own or you can ask from you host provider to execute this query on your database.

      SQL query :

      INSERT INTO `prefix_htl_access` (`id_profile`, `id_hotel`, `access`) SELECT p.`id_profile`, h.`id` AS `id_hotel`, CASE WHEN p.`id_profile` = 1 THEN 1 ELSE 0 END AS `access` FROM `prefix_profile` p CROSS JOIN `prefix_htl_branch_info` h LEFT JOIN `prefix_htl_access` ha ON (p.`id_profile` = ha.`id_profile` AND h.`id` = ha.`id_hotel`) WHERE ha.`id_profile` IS NULL;

      But make sure to replace 'prefix' in the SQL query with your table prefix so that SQL query can run correctly. Whenever the QloApps installed you have to mention the Table prefix at the time of installation.

      To find your table prefix, follow these steps:

      Navigate to the "Advanced Parameters -> Configuration Information" Tab. Refer to the screenshot

      Obtain the table prefix from the Configuration Information page. Refer to the screenshot

      Once you've completed the above step, then merge the following PR: https://github.com/Qloapps/QloApps/pull/729

    • N

      How to customize room status!
      Knowledge Base • • N_work

      8
      0
      Votes
      8
      Posts
      2282
      Views

      D

      thanks great

    • N

      Installation issues @56%
      Technical Help • installation issues @56 • • nabs

      8
      0
      Votes
      8
      Posts
      2099
      Views

      Faiz

      @6u2snpaul7pj please allow some time, you will be contacted soon.

    • S

      24 hour check-out
      Technical Help • hour check-out • • sujatha

      8
      0
      Votes
      8
      Posts
      1484
      Views

      Faiz

      Hi @sujatha,
      We have resolved this issue in our new version. You can update your version for the solution.

    • S

      Editing
      Technical Help • • shager

      8
      0
      Votes
      8
      Posts
      1345
      Views

      S

      @shager

      The index page template is named index.tpl in the themes folder.
      On index page, the view is defined by the modules attached to home page. Refer https://qloapps.com/qlo-reservation-system/#section-16 doc for info regarding homepage management

      Header and Footer are managed from header.tpl and footer.tpl for all pages.

    • N

      HTTP 500 Error
      Bug Report • • nchavan

      7
      0
      Votes
      7
      Posts
      1630
      Views

      A

      @nchavan We are glad to hear that your issue has been resolved.

    • Z

      Not abe to change homepage background
      General Discussion • abe change homepage background • • zayno70

      7
      0
      Votes
      7
      Posts
      1490
      Views

      Z

      Problem solved i cleared my browser cache edited the melamanehermanus solution cleared the qloapps cache and the new background image appeared

    • C

      Installation Error at 56% Install demonstration data
      Technical Help • installation error install demonstration data • • CannaStaySA

      7
      0
      Votes
      7
      Posts
      1769
      Views

      C

      Thank You. I will do that now.

    • U

      HouseKeeping
      Knowledge Base • • unisport1

      7
      0
      Votes
      7
      Posts
      2458
      Views

      D

      We are glad to inform everyone that we have released the QloApps Housekeeping Addon.

      You can also explore the demo of QloApps Housekeeping Addon and the user guide of QloApps Housekeeping Addon to learn about the functionality and configurations of the module.

      Please follow this link to purchase the QloApps housekeeping addon from our store: https://store.webkul.com/qloapps-housekeeping.html

    • M

      Onde faço a tradução do site para a língua portugues
      Knowledge Base • • marcosleoni

      7
      0
      Votes
      7
      Posts
      2099
      Views

      R

      @marcosleoni o dashboard você disse que traduziu todo, quais as páginas? Também quero traduzir esse sistema todo, estou fazendo por dentro da aplicação conforme o tutorial do Faiz.

    • J

      iframes are not wowkring
      Bug Report • iframes are wowkring • • japanou

      7
      0
      Votes
      7
      Posts
      1346
      Views

      J

      thanks all-- i used fixed values for the size, it is working now. For now it should be OK!

    • R

      Paypal error during checkout
      Technical Help • paypal error during checkout • • rohit_baraily

      7
      0
      Votes
      7
      Posts
      1602
      Views

      S

      @rohit_baraily

      We have also already developed CC Avenue payment gateway compatible with QloApps.
      If you want it then you can purchase it from https://store.webkul.com/CCAvenue-Payment-Gateway-for-Qloapps.html

    • T

      Customize required field when booking/register
      Technical Help • customize required field bookingregister • • tien95

      7
      0
      Votes
      7
      Posts
      1253
      Views

      Faiz

      Hi @tien95
      Yes, we had to add some important fixes and improvements to the system. It is in the testing phase right now and will be released in 1 or 2 weeks.

    • D

      Can not upload the big jpg image
      Bug Report • upload big jpg image • • duongledong4

      7
      0
      Votes
      7
      Posts
      1607
      Views

      U

      Difficulty uploading images suggestion:

      @untamed1 said in INTERIOR IMAGE NOT WORK:

      @untamed1 said in INTERIOR IMAGE NOT WORK:

      Need to edit file AdminAboutHotelBlockSettingController.php
      strtolower needed for preg match.

      Under function processSave()

      if (!(Tools::getValue("id_interior_image") && !$file['size'])) { if (!$file['size']) { $this->errors[] = Tools::displayError($this->l('Gallery Image Required.')); } elseif ($file['error']) { $this->errors[] = Tools::displayError($this->l('Cannot upload file.')); } elseif (!(preg_match('/\.(jpe?g|gif|png)$/', strtolower($file['name'])) && ImageManager::isRealImage($file['tmp_name'], $file['type'])) ) { $this->errors[] = Tools::displayError($this->l('Please upload image file.')); }

      Other option is to change preg_match string to '/.(jpe?g|gif|png)$/i'

    • N

      When reallocated a room from admin panel it is still show old room number in booking details.
      Bug Report • • N_work

      7
      0
      Votes
      7
      Posts
      1363
      Views

      N

      @shreesh Thank you, I will do..

    • P

      Live edit
      General Discussion • • protrapper

      7
      0
      Votes
      7
      Posts
      1132
      Views

      P

      @protrapper seen Thanks

    • M

      Jalali calendar
      Technical Help • jalali calendar • • mersiuse

      7
      0
      Votes
      7
      Posts
      1426
      Views

      Faiz

      @mersiuse Yes, we got it. And now we will have the discussion on the ticket only.