Skip to content

SQL Error - table system doesn't exists #61

Description

@adinovac

When updating from a database with prefixed tables, an error occurs "table system doesn't exists".

Line 765 of d2b_migrate.module file should be:
$result = db_query('SELECT * FROM {system}');
instead of
$result = db_query('SELECT * FROM system');

Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions