+ Reply to Thread
Results 1 to 6 of 6

Thread: error when import the sql_update.sql

  1. #1

    error when import the sql_update.sql

    Hi

    I get this error when I try to import SQL

    Error: Failed to run the SQL query.Duplicate column name \'Parallel\'
    The MySQL dump has corrupt queries; importing the new language has failed.

    I have 2 language in my site

    now I have a problem in the admin panel
    I can't edit language,listing and account
    how can I fix it


    dos the android app support WEBP image format

    THANKS

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

    You need to configure permissions properly for the files in admin > controllers

    The patch is already applied

  3. #3
    can you explain more please

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    You need to set permissions for each file from admin > controllers to 644

    Now, for some files like languages.inc.php, listings.inc.php or pages.inc.php the value is 666 which is not allowed by your server

  5. #5
    I set permissions for each file from admin > controllers to 644 and that fix the problem THANKS

    do I need to change the permissions for all the file in the patch
    index.php set to 666 that give me this masege

    Sorry, that didn’t work.
    Please try again or come back later.
    500 Error. Internal Server Error.

    when I cgange it tp 644 the web site work fine
    evry file inside the patch was set to 666 do I need to chage all of the file to 644?

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Yes, 644 is basic permissions for files and for directories it is 755

    otherwise, you need to ask your hosting to allow you to change permissions for your files globally
    Last edited by Rudi; February 3, 2022 at 08:24 AM.

+ Reply to Thread