google-api-php-client icon indicating copy to clipboard operation
google-api-php-client copied to clipboard

Uncaught Error: Class 'Google_Service_Customsearch'

Open AdamMiltonBarker opened this issue 1 year ago • 2 comments

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'

AdamMiltonBarker avatar Feb 21 '24 22:02 AdamMiltonBarker

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

MrChrisCool avatar Feb 28 '24 10:02 MrChrisCool

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...

MrChrisCool avatar Feb 28 '24 11:02 MrChrisCool