Search:

Type: Posts; User: Viktor

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    4,468

    Your old code in file...

    Your old code in file ftp://includes>>classes>>admin>>rlFields.class.php method createField:



    if ($info['Multilingual']) {
    $new_length = ($info['Values'] + 13) * count($langs);
    if...
  2. Replies
    8
    Views
    4,468

    Hello Mustafa, You can change type of new...

    Hello Mustafa,

    You can change type of new fields. Go to ftp://includes>>classes>>admin>>rlFields.class.php
    find method: createField

    find VARCHAR({$info['Values']}) or VARCHAR({$new_length}) or...
  3. Replies
    8
    Views
    4,468

    Hello Mustafa, You have exceeded limit of...

    Hello Mustafa,

    You have exceeded limit of length. Read here about error: https://dev.mysql.com/doc/mysql-reslimits-excerpt/5.5/en/column-count-limit.html
    I suggest you open phpMyadmin -> table:...
Results 1 to 3 of 3