Unknown column 'disable_symlinknotowner' in 'field list' error

Discussion in 'Installation/Configuration' started by Norm Powroz, Nov 2, 2024 at 5:16 AM.

  1. Norm Powroz

    Norm Powroz New Member

    Like other people. I'm getting this error when I attempt to change anything in the Custom php.ini section in the Options tab. The error pops up when I attempt to save the changes.
    I followed the corrections given in the Priority support area for someone else experiencing this same problem. however, when I execute the SQL:
    ALTER TABLE `web_domain` ADD `disable_symlinknotowner` enum('n','y') NOT NULL default 'n' AFTER `last_jailkit_hash`;
    I get the error:
    #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

    Any suggestion?
    Thanks
    Norm
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you use on which operating system and which MariaDB version does your server use?
     
  3. Norm Powroz

    Norm Powroz New Member

    The server uses the latest patch level of ISPConfig (3.2.12p1) running on CentOS 7, with MariaDB 10.6.18.
     

Share This Page