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
A fix to remove this is suggested in #4199, but now I think we can even remove entire file and tag a new version.
In #4199 (comment) it is suggested to update the code to use the new namespaces, which we did, and we are still seeing accessing non existing file:
90220 php-fpm RET __getcwd 0
90220 php-fpm CALL access(0x73a8f48,0<F_OK>)
90220 php-fpm NAMI "/www/sites/.../vendor/google/apiclient-services/../apiclient/src/Google/Client.php"
90220 php-fpm RET access -1 errno 2 No such file or directory
Which is totally expected since autoload.php contains:
Environment details
Description
In https://github.com/googleapis/google-api-php-client-services/blob/main/autoload.php#L5 there is a check for
src/Google/Client.php
file existence.A fix to remove this is suggested in #4199, but now I think we can even remove entire file and tag a new version.
In #4199 (comment) it is suggested to update the code to use the new namespaces, which we did, and we are still seeing accessing non existing file:
Which is totally expected since
autoload.php
contains:Steps to reproduce
include autoload.php
The text was updated successfully, but these errors were encountered: