+ Reply to Thread
Results 1 to 1 of 1

Thread: Error logs in version 4.5.1

  1. #1
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    Smile Error logs in version 4.5.1

    Hello, Team

    There is a logic error in the 'rlSearch.class.php' file that return log endless errors, causing the file does not stop growing more and more infinitely.

    The problem is that when I need the log file, will be full / crowded.
    this will hinder the search for a real error.

    The errors.log file displays the following message:

    DEBUG: rlSearch :: buildInCategorySidebarForm failed in the search form found for 'listings' listing type. on line # 958 (file: /home/you-folder/public_html/includes/classes/rlSearch.class.php)
    repeats
    repeats
    repeats
    repeats
    repeats
    repeats

    Note1: Generates error only if you click / navigate on the categories at the front.
    Note2: If you have configured the search In Categories, will not generate any error logging.

    I solved this, but I believe not be the correct way, see below:

    PHP Code:
    Only registered members can view the code
    PHP Code:
    Only registered members can view the code
    The result should look like this:

    PHP Code:
    Only registered members can view the code
    Does anyone know how to solve this problem correctly?

    Can be The Curtis || Viktor || Pete || Wei : Other

    Thanks in advance!
    Last edited by Ed; September 25, 2016 at 03:40 AM.

+ Reply to Thread