Skip to content

Error due to table prefix with mixed uppercase and lowercase letters. #63

Description

@bredecl

In this file

$name = Str::snake(Str::studly($only));

When the DB prefix is something like qgQezmtYw_, it gets converted into qgQezmtYw_qg_qezmt_yw_.
To fix this, comment out that line and replace $only = array_pop($paths); with $name = array_pop($paths);.
That should work fine.

I'm keeping this here as a reference and will try to work on a permanent solution later.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions