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
Just downloaded the repo, and run the command as per the README. php srdb.cli.php -h localhost -n 4xc -u root -s "//domain.local" -r "//domain.com"
and i get the error syntax error, unexpected namespaced name "WpOrg\Requests\Utility\CaseIns...", expecting identifier.
The actual output:
wp_commentmeta: replacing //domain.local with //domain.io
wp_commentmeta: 0 rows, 0 changes found, 0 updates made in 0.00058508 seconds
wp_comments: replacing //domain.local with //domain.io
wp_comments: 1 rows, 0 changes found, 0 updates made in 0.00183320 seconds
wp_links: replacing //domain.local with //domain.io
wp_links: 0 rows, 0 changes found, 0 updates made in 0.00047493 seconds
wp_options: replacing //domain.local with //domain.io
syntax error, unexpected namespaced name "WpOrg\Requests\Utility\CaseIns...", expecting identifier
Any ideas?
The text was updated successfully, but these errors were encountered:
Had this issue with 4.1.2 but then I downloaded the repo directly from github (not from releases) that claims to be version 4.1.4 and I don't have the issue anymore
OS: Windows 11
Terminals used: Terminal, git bash
Just downloaded the repo, and run the command as per the README.
php srdb.cli.php -h localhost -n 4xc -u root -s "//domain.local" -r "//domain.com"
and i get the error
syntax error, unexpected namespaced name "WpOrg\Requests\Utility\CaseIns...", expecting identifier
.The actual output:
Any ideas?
The text was updated successfully, but these errors were encountered: