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
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'
The text was updated successfully, but these errors were encountered:
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...
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'
The text was updated successfully, but these errors were encountered: