-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wordpress to 6.2 version Fatal error #347
Comments
I am also facing the same problem when I upgraded my WordPress website to 6.2 Fatal error: Cannot declare class WpOrg\Requests\Requests, because the name is already in use in /home/vendor/rmccue/requests/src/Requests.php on line 37 |
any solution to this issue? |
Add the following to your composer.json file: "replace": { After updating composer.json, run the This will:
|
Steps to reproduce the behavior
Upgrade to worpdress 6.2
Expected behavior
API works correctly
Actual behavior
Fatal error: Cannot declare class WpOrg\Requests\Requests, because the name is already in use in /home/vendor/rmccue/requests/src/Requests.php on line 37
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about troubleshooting WordPress.
Code snippets
Php version
Php v8.0.28
Library version
razor-pay v2.8.4
Additional Information
No response
The text was updated successfully, but these errors were encountered: