+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: Version 4.9.1 discussion

  1. #11
    Quote Originally Posted by kiowa View Post
    Unfortunatly you always loose your custome changes on the updates and have to start again.
    Viktor made a nice update for me to be able to add responsive pictures to the news section, it realy looked well and worked like a blog. Unfortunatly i lost the code on an update and did not make a backup.
    We advise before downloading patches that you need to do a backups before starting it. It's very bad, I am so sad to hear it

    DON'T FORGET TO CREATE A BACKUP OF YOUR PROJECT BEFORE ANY CHANGES WITH YOUR FILES. It will save your money, your time and, your nervous in the future.
    Last edited by Viktor; September 13, 2022 at 05:42 AM.
    Viktor,
    Flynax technical department,
    Best wishes.

  2. #12
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    403
    Can this version be used with php8 or php8.1?

  3. #13
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Unfortunately, not yet

    Because there are some pitfalls for switching to php 8

    We need more time for it

  4. #14
    I updated to 4.9.1 version before yesterday, it worked after update, but today after comp. restart there's a MYSQL ERROR.

    The file errors.log says
    16 Sep 04:50:51 | 2 repeats | Mysql Error: Table 'db_name.fl_account_grid_form' doesn't exist on line# 1948 (file: \includes\classes\rlAccount.class.php)
    19 Sep 04:24:41 | 7 repeats | Mysql Error: Index for table '.\db_name\fl_account_types.MYI' is corrupt; try to repair it on line# 58 (file: \includes\classes\rlAccountTypes.class.php)

    Line 1948: $fields = $this->getFormFields($typeInfo['ID'], 'account_grid_form');


    Line 58: $this->get($active);
    in
    public function __construct($active = false)
    {
    $this->get($active);
    }


    2022-09-19_192422.png
    Last edited by Logmanov; September 19, 2022 at 05:43 PM.

  5. #15
    MYSQL ERROR
    Error: Index for table '.\db_name\fl_account_types.MYI' is corrupt; try to repair it
    Query: SELECT `T1`.* FROM `fl_account_types` AS `T1` WHERE `T1`.`Status` = 'active' ORDER BY `Position`
    Function: get
    Class: rlAccountTypes
    File: C:\xampp\htdocs\mysite.com\includes\classes\rlAcco untTypes.class.php (line# 58)
    Last edited by Logmanov; September 19, 2022 at 07:29 PM.

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

    You need to create a ticket for this problem

  7. #17
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    Hi. Got an error when trying to upload the update sql file from the patch.
    • Error: Failed to run the SQL query.Too many keys specified; max 64 keys allowed
    • Error: Failed to run the SQL query.Duplicate column name \'Translate\'
    • The MySQL dump has corrupt queries; importing the new language has failed.

  8. #18
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    it seems that the mysql queries have already been executed

  9. #19
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    Quote Originally Posted by Rudi View Post
    it seems that the mysql queries have already been executed
    i just downloaded and executed it for the first time.

  10. #20
    Senior Member
    Join Date
    Mar 2016
    Posts
    181
    i restored my database and trying to upload the sqm via admin panel and still got an error.
    • Error: Failed to run the SQL query.Too many keys specified; max 64 keys allowed
    • The MySQL dump has corrupt queries; importing the new language has failed.
    Attached Images Attached Images

+ Reply to Thread