QloApps Forums

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. jloper
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    jloper

    @jloper

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jloper Unfollow Follow

    Latest posts made by jloper

    • RE: Change home page content at top of page (before room search controls)

      @abhisheksharma Thanks for the reply.

      As I said in the original message, the Short Description does not display on the Home Page. Not at the top, and not at the bottom/footer.

      My question however was how to change the text in the top section, between the Tag Line (which does display) and the Room Search controls. There is plenty of room to add some text, but I am not sure how to add a module or DIV to display the text.

      There is a DIV with class=container

      This DIV is in the correct place on the page. How do I add a DIV after DIV.container, or at the bootom/end of DIV.container??

      JPL

      posted in Technical Help
      J
      jloper
    • Change home page content at top of page (before room search controls)

      How do I change the text/content show at the top of the home page, just below the 'Hotel Tag Line' text. I have filled in 'Hotel Short Description' but it does not display.

      Thanks

      JPL

      posted in Technical Help
      J
      jloper
    • RE: Exception displaying Module Information (Module Menu)

      @shreesh

      I understand and expected that to be the answer. That is why I suggested that was the case in the original post.

      I am committed to (/stuck with) PHP 8.0. I am a developer. What is the process to help validate the code on PHP 8.0?
      I can certainly make the changes as I find the need.

      jloper

      posted in Bug Report
      J
      jloper
    • Exception displaying Module Information (Module Menu)

      Version: 1.5.2
      PHP Version: 8.0

      An exception is thrown when trying to display the modules (selection of the Modules Menu).
      This MAY be because our server is using PHP 8.0 and some warnings are escalated to ERRORS.
      Here are the details of the exception:

      [PrestaShop] Fatal error in module file :/usr/share/hotelcommerce-1.5.2/classes/controller/AdminController.php:
      Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given in /usr/share/hotelcommerce-1.5.2/classes/controller/AdminController.php:4171

      Stack trace:
      #0 /usr/share/hotelcommerce-1.5.2/classes/controller/AdminController.php(4171): method_exists()
      #1 /usr/share/hotelcommerce-1.5.2/classes/controller/AdminController.php(4092): AdminControllerCore->displayModuleOptions()
      #2 /usr/share/hotelcommerce-1.5.2/controllers/admin/AdminModulesController.php(1553): AdminControllerCore->fillModuleData()
      #3 /usr/share/hotelcommerce-1.5.2/classes/controller/Controller.php(189): AdminModulesControllerCore->initContent()
      #4 /usr/share/hotelcommerce-1.5.2/classes/Dispatcher.php(367): ControllerCore->run()
      #5 /usr/share/hotelcommerce-1.5.2/admin375hurphk/index.php(58): DispatcherCore->dispatch() #6 {main} thrown

      ... and the offending code:

      if (Validate::isModuleName($module->name)) {
      if (method_exists(Module::getInstanceByName($module->name), 'reset')) {
      $is_reset_ready = true;
      }
      }

      posted in Bug Report
      J
      jloper