+ Reply to Thread
Results 1 to 2 of 2

Thread: Sql error

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

    Sql error

    Hata
    SQL sorgusu:


    DELETE FROM `{db_prefix}lang_keys` WHERE `Key` IN ('notice_files_uploded')
    MySQL
    Attached Images Attached Images

  2. #2
    You should change all {db_prefix} to fl_

    comment: go to admin panel -> database and see SQL query in the box, it should be:
    Code:
    Only registered members can view the code.
    fl_ is your table prefix, if you did not change it according install.
    Use this prefix and replace it with all {db_prefix}

+ Reply to Thread