Skip to content

Problem with unique tv_id with large number of template variables #41

@ghost

Description

When you use a large number of (any) template variables in your projects, there will be problems with generation of unique tv_id in line 193 of migx.class.php.

/generate unique tvid, must be numeric/
/todo: find a better solution/
$field['tv_id'] = $scriptProperties['tv_id'] * 10000000 + $fieldid;

Easy work around: change 10000000 to 10000.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions