+ Reply to Thread
Results 1 to 6 of 6

Thread: MYSQL ERROR Unknow columm

Hybrid View

  1. #1

    MYSQL ERROR Unknow columm

    Hello, after update to V 4.8.0 I have this error please help me to fix this

    MYSQL ERROR
    Error: Unknown column 'Path_fr' in 'field list'
    Query: SELECT `ID`,`Key`,`Parent_ID`,`Path`,`Position`,`Path_fr` FROM `fl_categories` WHERE (`ID` = '1611') AND (`Type` = 'listings') LIMIT 1
    Function: getBreadCrumbs
    Class: rlCategories
    File: /home/t****/public_html/includes/controllers/listing_details.inc.php (line# 193)


    I think this error from my Languages French I disable French in admin panel but I realy need French Languages because my site have only 2 Languages English and French how I can fix this please if some can explain it Thanks.
    Last edited by Sohail Zafar; June 8, 2020 at 03:46 PM.

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    How to reproduce this error?

    or you'd better create a ticket with more details

  3. #3
    Thanks Rudi
    Its show up when we click on listing and on listing page its show up this error I enable my french lang so if you want to see this error here is my website link shorturl.at/quDMR

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    ok, I've fixed it

  5. #5
    What is the reason for this error and how to solve the problem?

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Sometimes, the language columns are not created when you switch to multi-language mode in the geo-filter settings

    You need to go to your database > 'multi_formats' table and add columns with names that don't exist according to the error

+ Reply to Thread