You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In this file
WPBones/src/Database/DB.php
Line 111 in 43fce07
When the DB prefix is something like
qgQezmtYw_
, it gets converted intoqgQezmtYw_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.
The text was updated successfully, but these errors were encountered: