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

Uncaught Error: Class 'Google_Service_Customsearch' #2566

Open
AdamMiltonBarker opened this issue Feb 21, 2024 · 2 comments
Open

Uncaught Error: Class 'Google_Service_Customsearch' #2566

AdamMiltonBarker opened this issue Feb 21, 2024 · 2 comments

Comments

@AdamMiltonBarker
Copy link

We have installed the library using composer per the docs and have autoloaded. we cannot get past this error and cannot find a solution online as the library is installed.

Uncaught Error: Class 'Google_Service_Customsearch'

@MrChrisCool
Copy link

Same here, I installed the library with release files...

@MrChrisCool
Copy link

I can load the class with this name : Google_Service_CustomSearchAPI

$service = new Google_Service_CustomSearchAPI($client);

We have installed the library using composer per the docs and have autoloaded. we cannot get past this error and cannot find a solution online as the library is installed.

Uncaught Error: Class 'Google_Service_Customsearch'

replace Google_Service_Customsearch by Google_Service_CustomSearchAPI should resolve...

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