Skip to content
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

impact to the plugin and or fixing the problem #787

Open
Geetix2020 opened this issue Dec 17, 2024 · 1 comment
Open

impact to the plugin and or fixing the problem #787

Geetix2020 opened this issue Dec 17, 2024 · 1 comment
Assignees

Comments

@Geetix2020
Copy link

/wp-content/plugins/wp-stateless/lib/classes/class-gs-client.php

Based on the findings from the fix in Git, it's the same problem; line 116 contains Google_Service_Storage.

should be fixed to \Google\Service\Storage
bug
solution

@balexey88
Copy link
Contributor

@Geetix2020, thank you for pointing this out!

After some debugging, I found out that at this point of code:

class_exists('Google_Service_Storage'); // returns true
class_exists('\Google_Service_Storage'); // returns true
class_exists('\Google\Service\Storage'); // returns true

Could you please provide more details related to your issue? Is this something specific to your environment?
If so, please provide us with more details or copy the info from Media / Stateless Settings / Status.

Tested on PHP Version: 8.3.11

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants