- Issue created by @suryabhi
- Issue was unassigned.
- Status changed to Closed: duplicate
over 1 year ago 6:16am 13 July 2023 - 🇬🇧United Kingdom malcomio
This is a duplicate of 🐛 Deprecation warnings from twilio SDK Fixed
I am on test page of twillio(admin/config/system/twilio/test) and trying to send test message. I am getting below.
Deprecated function: Return type of Twilio\Values::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in include() (line 7 of /var/www/html/vendor/twilio/sdk/src/Twilio/Values.php).
include('/var/www/html/vendor/twilio/sdk/src/Twilio/Values.php') (Line: 571)
Composer\Autoload\includeFile('/var/www/html/vendor/composer/../twilio/sdk/src/Twilio/Values.php') (Line: 428)
Composer\Autoload\ClassLoader->loadClass('Twilio\Values') (Line: 45)
Twilio\Rest\Api\V2010\Account\MessageList->create('+919958068386', Array) (Line: 75)
Drupal\twilio\Services\Sms->messageSend('+919958068386', Array) (Line: 104)
Drupal\twilio\Form\TwilioAdminTestForm->submitForm(Array, Object)
call_user_func_array(Array, Array) (Line: 114)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 52)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 597)
Drupal\Core\Form\FormBuilder->processForm('twilio_admin_test_form', Array, Object) (Line: 325)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 169)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Closed: duplicate
Code
This is a duplicate of 🐛 Deprecation warnings from twilio SDK Fixed