XenForo
Administrative
- Thread starter
- Admin
- #1
So I'm a noob in xF development and know nothing about GSC API, but that didn't stop me. )))
I uploaded GSC API package into /src/vendors/ and created an addon with admin route. When I add
Code:
Read more
ادامه مطلب...
I uploaded GSC API package into /src/vendors/ and created an addon with admin route. When I add
require_once '/src/vendor/google-api-php-client--PHP8.0/vendor/autoload.php';
to my controller's action it throws an errorCode:
ErrorException: [E_WARNING] require_once(/src/vendor/google-api-php-client--PHP8.0/vendor/autoload.php): Failed to open stream: No such file or directory in...
Read more
ادامه مطلب...