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
      3076
      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.

    • Z

      Where to find Rss URL
      Technical Help • where find rss url • • zayno70

      8
      0
      Votes
      8
      Posts
      2176
      Views

      MasonHick

      Right click on the website's page, and choose Page Source. In the new window that appears, use the “find” feature (Ctrl + F on a PC or Command + F on a Mac), and type in RSS. You'll find the feed's URL between the quotes after href=.

    • M

      No checkout form, No Payment information
      Technical Help • • Mimperio

      8
      0
      Votes
      8
      Posts
      2155
      Views

      D

      Hi @Mimperio,

      I am glad that the suggested steps helped you disable the catalog mode on your website.

      The catalog mode feature is used when you want to showcase your rooms and other essential information to your guests but you don't want to allow them to book the rooms on your website.

      The catalog mode allows you to turn your online hotel into a catalogue, by removing all booking options from your website.

    • I

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

      8
      0
      Votes
      8
      Posts
      1963
      Views

      T

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

    • R

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

      8
      0
      Votes
      8
      Posts
      2178
      Views

      Faiz

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

    • L

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

      8
      0
      Votes
      8
      Posts
      2593
      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

    • S

      Editing
      Technical Help • • shager

      8
      0
      Votes
      8
      Posts
      2144
      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

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

      8
      0
      Votes
      8
      Posts
      2956
      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
      2161
      Views

      Faiz

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

    • U

      HouseKeeping
      Knowledge Base • • unisport1

      7
      0
      Votes
      7
      Posts
      3372
      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

    • Z

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

      7
      0
      Votes
      7
      Posts
      2319
      Views

      Z

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

    • D

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

      7
      0
      Votes
      7
      Posts
      2260
      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'

    • M

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

      7
      0
      Votes
      7
      Posts
      2927
      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

      Home Page Font Color
      Knowledge Base • home page font color • • japanou

      7
      0
      Votes
      7
      Posts
      3367
      Views

      S

      @alucca

      Please share the screenshot where the text color is not changing.

    • J

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

      7
      0
      Votes
      7
      Posts
      1995
      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
      2241
      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
      1598
      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.

    • N

      HTTP 500 Error
      Bug Report • • nchavan

      7
      0
      Votes
      7
      Posts
      2493
      Views

      A

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

    • M

      google map issue
      Technical Help • google map issue • • mersiuse

      7
      0
      Votes
      7
      Posts
      2461
      Views

      H

      @homestay-lanka Hi Amen

      Thank you for your response. I successfully added the map and learned something new in the process. I had never used F12 to debug the output before, but with its help, I was able to identify the issue. I recreated the key, and it worked. Although I have recreated the MAP key a few times before, I think I may have made some mistakes in the steps previously.

    • 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
      1949
      Views

      N

      @shreesh Thank you, I will do..