+ Reply to Thread
Results 1 to 7 of 7

Thread: Unable to fetch listings by the map request, please contact support.

  1. #1
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236

    Unable to fetch listings by the map request, please contact support.

    Unable to fetch listings by the map request, please contact support.
    Ads?z.jpg

  2. #2
    Hello Yakup,

    Open file: ftp://includes>>classes>>rlAllInOne.class.php
    find method: hookSeoBase

    find code:

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    function hookSeoBase()
    {
    foreach($GLOBALS['rlListingTypes']->types as &$type) {
    if ($type['Category_search_dropdown']) {
    $category_dropdown[] = $type['Key'];
    }
    }

    if(!is_object($GLOBALS['rlSmarty']))
    $GLOBALS['reefless']->loadClass('Smarty');

    $GLOBALS['rlSmarty']->assign_by_ref('category_dropdown_types', $category_dropdown);
    }
    it did not work

  4. #4
    Hello Yakup,

    Would you please send ftp access to my PM for your new site.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    hello viktor , I sent .

  6. #6
    Hello Yakup,

    I have fixed it.

    Above code a bit wrong.

    Use it:

    PHP Code:
    Only registered members can view the code
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Master
    Join Date
    Nov 2015
    Location
    calisyapiemlak.com.tr
    Posts
    236
    ok tahnk you

+ Reply to Thread