Closed romainpoirier closed 3 years ago
Looks like your PHP installation has the Sodium extension installed, but for whatever reason the SODIUM_LIBRARY_VERSION
PHP constant isn’t defined, which is tripping up this line in Composer:
(Craft creates a PlatformRepository instance to determine which system extensions are installed.)
Can you create a temporary phpinfo.php
file in your web/
folder with these contents:
<?php
phpinfo();
Then access it in your browser, save it out as an HTML file, and send it into support@craftcms.com?
Yes sure, done 📧!
Your libsodium info from phpinfo output:
My libsodium info from an install that doesn't get the error:
I'm not sure what distro you're running on or if it's a custom compiled version of PHP, but it looks like you're using 1.0.6 of libsodium (compiled again more recent 1.0.11 headers?).
If we compare the 1.0.6 to 1.0.18 releases and look at the changed files: https://github.com/jedisct1/libsodium/compare/1.0.6...1.0.18
That constant doesn't appear, so my guess is it's coming from the libsodium PHP wrapper at https://github.com/jedisct1/libsodium-php
Searching there, it looks like it was added in this commit 4 years ago: https://github.com/jedisct1/libsodium-php/commit/291adaee6846991b29b94104585d1064d27f8e65#diff-a217cf58315aee348db605c36eb6d81e2b74d49f5439405166008330815e5d89R311 and should be included in all of the 2.0.0+ releases.
I haven't been able to figure out how to tell from PHP what version of the libsodium wrapper it's using, unfortunately, but my guess is you're running one that's older than 4 years old where it's not defined and it's maybe coming from a non-standard (custom compiled version of PHP).
I just submitted a fix to Composer (https://github.com/composer/composer/pull/9702).
Hello, I am having the same issue with a site on production. I tried to update a plugin and it resulted on an error, and after that I could not see the plugin from cp and I experienced the same issue. I checked composer files, and restored vendor folder from a recent backup, and now I can see again the plugin (obviously not updated) but still I am having those issues showed on top of the thread. How do you suggest to recover from that? Thanks!
Edit: it seems after a while the steps made I described above were enough to recover and solve the errors on the cp. Can anybody confirm that this is enough? Thanks!
Edit2: @brandonkelly is libsodium mandatory to be able to handle craft updates on prod? Thanks!
@masiorama The fix has been in place since Composer 2.0.10 / Craft CMS 3.6.7. What version of Craft did you have installed?
Edit2: @brandonkelly is libsodium mandatory to be able to handle craft updates on prod? Thanks!
No, not required.
@brandonkelly strange, I am on 3.6.12.
Maybe it is something else in my server configuration? I was already planning to move the hosting because I thought it was mandatory, but now I stopped everything. I have 4 websites with the same problem on the same type of hosting and I really am worried by the situation. I just sent my phpinfo to support just in case you can investigate a bit and tell me what is the issue here, so I can give directions to my hosting service. Thanks!
@masiorama Perhaps your error is coming from a different place? Are you able to find it in your logs? (storage/logs/
) If so, what’s the stack trace?
Hi @brandonkelly in the logs there are a lot of sensitive data. I will try to redact the logs:
[27-May-2021 09:33:59 Europe/Rome] PHP Notice: Undefined index: process in /web/htdocs/mywebsite.it/home/app/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php on line 294
[27-May-2021 10:12:08 Europe/Rome] An Error occurred while handling another error:
Error: Class 'yii\web\Response' not found in /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Response.php:20
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 [internal function]: spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(508): ReflectionClass->__construct()
#5 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(386): yii\di\Container->getDependencies()
#6 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#7 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/config/app.web.php(19): yii\BaseYii::createObject()
#9 [internal function]: {closure}()
#10 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(631): call_user_func_array()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(349): yii\di\Container->invoke()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#13 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#14 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/Application.php(170): craft\web\Application->get()
#16 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(126): yii\web\Application->getResponse()
#17 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/ErrorHandler.php(135): craft\web\ErrorHandler->renderException()
#18 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(64): yii\base\ErrorHandler->handleException()
#19 [internal function]: craft\web\ErrorHandler->handleException()
#20 {main}
Previous exception:
Error: Class 'yii\web\Response' not found in /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Response.php:20
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 [internal function]: spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(508): ReflectionClass->__construct()
#5 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(386): yii\di\Container->getDependencies()
#6 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#7 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/config/app.web.php(19): yii\BaseYii::createObject()
#9 [internal function]: {closure}()
#10 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(631): call_user_func_array()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(349): yii\di\Container->invoke()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#13 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#14 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/Application.php(170): craft\web\Application->get()
#16 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/commerce/src/Plugin.php(536): yii\web\Application->getResponse()
#17 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/commerce/src/Plugin.php(168): craft\commerce\Plugin->_registerPoweredByHeader()
#18 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\commerce\Plugin->init()
#19 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(158): yii\base\BaseObject->__construct()
#20 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/Plugin.php(115): yii\base\Module->__construct()
#21 [internal function]: craft\base\Plugin->__construct()
#22 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#23 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#24 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#25 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(934): yii\BaseYii::createObject()
#26 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(233): craft\services\Plugins->createPlugin()
#27 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(1442): craft\services\Plugins->loadPlugins()
#28 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(93): craft\web\Application->_postInit()
#29 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Application->init()
#30 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Application.php(212): yii\base\BaseObject->__construct()
#31 [internal function]: yii\base\Application->__construct()
#32 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#33 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#34 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#35 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/bootstrap.php(246): yii\BaseYii::createObject()
#36 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/web.php(51): require('/web/htdocs/www...')
#37 /web/htdocs/mywebsite.it/home/index.php(22): require('/web/htdocs/www...')
#38 {main}
$_SERVER = [
'REDIRECT_UNIQUE_ID' => 'YK9UWKUVzKuvKzKOmtQCXgAAAAE',
'REDIRECT_HTTPS' => 'on',
'REDIRECT_STATUS' => '200',
'UNIQUE_ID' => 'YK9UWKUVzKuvKzKOmtQCXgAAAAE',
'HTTPS' => 'on',
'HTTP_HOST' => 'mywebsite.it',
'HTTP_X_REAL_IP' => '87.13.92.87',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_CONNECTION' => 'close',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'br, gzip, deflate',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15',
'HTTP_ACCEPT_LANGUAGE' => 'it-it',
'HTTP_REFERER' => 'https://mywebsite.it/chi-sono',
'HTTP_COOKIE' => '_ga_VSRTKG8EKB=GS1.1.1622103121.1.0.1622103128.0; _iub_cs-10609186=%7B%22timestamp%22%3A%222021-05-27T08%3A12%3A06.061Z%22%2C%22version%22%3A%221.30.3%22%2C%22purposes%22%3A%7B%221%22%3Atrue%2C%223%22%3Atrue%2C%224%22%3Atrue%7D%2C%22id%22%3A10609186%2C%22documentClicked%22%3Atrue%7D; _iub_cs-10609186-granular=%7B%22gac%22%3A%22MX4mAQMBAgEIAQUBBAEDAQwBBQEDAQ4BCAEEAQEBBgEDAgYCAgEBAQkBAgEEAQMBFAEDAQUBCAEGAQkBAQEIAQEBCwEFAQYBBQENAQQBEwEFAQQCAgIKARwBAwENAQMBBAECAQkBBQEBAQgBBQEFAQMBBAECAgMBHAEDAQQBAgIFAQEBAQEQAhABCQEIAgcBBQEBAQcBAgEDAcKNAQMBBwEiAQYBDgINAQICBwEJAQ0BCgECAQYBGAEEAREBCAEGASgBAQEDAREBFAECAQMBAQIFAQUBBAEBAQ0BEQEGAQIBAQEBAQcBEwEHAQcBBQECAQkBAwETAQEBAwEIAQICBQEDAQoCAgEVAQ8BAQEFAQcBAQEDAQoBBQEEARABDwEKAQcCCQEbAQcBAwICARQBAQEGAQUCCAEdARABAwEIAQ4BBwEGAQIBBQEFAQYBAQEDAgYBCwEMARUBDAEBAQsBAQEJAgMBDgEBAQMBCAEDAQQCAgEGAQwBBAEOAQMBDAEDAQ0BBwEBAQ4BAQEEAQQCAQEBAgEBDQEGAQMBBwEBAQgBCQERAQsBDAEBAREDAgMIARgBAwISAQcBAwEEAQECBAEDAQcBAwEBAQEBAQENAQEBDAEDAQEBBQEIAQUBAgEDAQIBBAEBAQIBBQEJAQoBAQEDAQIBDwECAQoBAgIBAQIBCAESAQoBDgECAQkBBgEFAQMBAgEDAQgBAgECAQIEBQEKAQIDBgEDAQUCCQEEAQEBBQECAQEBAQEDAQIBAQEBAQYBAQEMAQYBCwEBAgUBAwEEAQMBAgEBAQEBAwICBAEBCAIFAQgCBAEBAgYBAQEHAQoCAgMBAgIBAQEFAgQBBQIEAQICAgMBAQEBBgEGAgMCAQEFAgEDAgMDAwECBwIGAQMBAgEBAgICAwECAQgBBQIOAQkBGwIBAwsBAgEDAgUBAgEDAQYCAgMCAgQBAgICAQEBAQMDAQECAQQBAQEBAwEBAgEBAQEBAQMEAQwBAQEDAQIBAgYCAQQBBQEDAgEBAwcEBAEBAgUBBAYBAQEBAgMDAwEBAQMDAQEDAQECAQECAQECBQMEBAIIAQICBAMCAQMCAQECAgMBAQIBAQEBAQcKAgIDAQEBAgMBAQECAQECAwYCAQEDAQEEAggBAwMCAgMBAgIDAQQCBgEBBAEEAwEBAgsDAgIBAQEBAgIBBAEDAQUBAgICBAIBAQ%3D%3D%22%7D; euconsent-v2=CPG2Us1PG2UtdB7D9BITBbCsAP_AAH_AAAAAH3tf_X__b39j-_59__t0eY1f9_7_v-wzjhfdt-8N2PvX_L8X42M7PF36pq4KuR4Eu3LBIQNlHOHUTUmw6okVrTPsak2Mr7NKJ7LEmnMbe2dYGHtfn91TuZKY7_78_9fz__-v_v___9f3r-3_3__59X---_e_V399zLv9__3__9gfaASYal8AF2JY4Mk0aVQogQhWEh0AoAKKAYWiawgYWBTsrgI9QQMAEJqAjAiBBiCjFgEAAgEASERASAHggEQBEAgABACpAQgAImAQWAFgYBAAKAaFiBFAEIEhBkcFRymBARItFBPZWAJRd7GmEIZRYAUCj-iowEShBAsDISFg4AAA; _ga=GA1.1.874630299.1622103122; CRAFT_CSRF_TOKEN=72ac6bcda88b495ac767734ed7e3869da7afb45b49a1d1121bd0f47c4b8cbf56a%3A2%3A%7Bi%3A0%3Bs%3A16%3A%22CRAFT_CSRF_TOKEN%22%3Bi%3A1%3Bs%3A40%3A%22XAZo1Z1weKiYVHXu876QA_z3YO4Nzw517hjrZkhE%22%3B%7D; CraftSessionId=41ju8fdba88mmk2b8567lhi6dl',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'mywebsite.it',
'SERVER_ADDR' => '192.168.1.165',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '87.13.92.87',
'DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'SERVER_ADMIN' => 'postmaster@mywebsite.it',
'SCRIPT_FILENAME' => '/web/htdocs/mywebsite.it/home/index.php',
'REMOTE_PORT' => '54838',
'REDIRECT_URL' => '/actions/queue/run',
'REDIRECT_QUERY_STRING' => 'p=actions/queue/run',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => 'p=actions/queue/run',
'REQUEST_URI' => '/actions/queue/run',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1622103128.309995,
'REQUEST_TIME' => 1622103128,
'ENVIRONMENT' => 'production',
'APP_ID' => 'CraftCMS--8cff3bbe-0187-4426-a1a5-ca4c9400538a',
'SECURITY_KEY' => 'H2QW_heaULVssagY10axaH86QPUK_ZPq',
'DB_DRIVER' => 'mysql',
'DB_SERVER' => 'REDACTED',
'DB_PORT' => 'REDACTED',
'DB_DATABASE' => 'REDACTED',
'DB_USER' => 'REDACTED',
'DB_PASSWORD' => 'REDACTED',
'DB_SCHEMA' => '',
'DB_TABLE_PREFIX' => 'REDACTED',
'PRIMARY_SITE_URL' => '//mywebsite.it',
'INSTAGRAM_USERNAME' => 'REDACTED',
'PAYPAL_CLIENT_ID' => 'REDACTED',
'PAYPAL_SECRET' => 'REDACTED',
]
[27-May-2021 11:12:14 Europe/Rome] PHP Notice: Undefined index: process in /web/htdocs/mywebsite.it/home/app/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php on line 294
[27-May-2021 09:15:19 UTC] PHP Fatal error: Trait 'craft\base\LogTargetTrait' not found in /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/log/FileTarget.php on line 18
[27-May-2021 11:36:53 Europe/Rome] An Error occurred while handling another error:
Error: Class 'Twig\Markup' not found in /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/helpers/Template.php:158
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/controllers/TemplatesController.php(228): craft\helpers\Template::raw()
#1 [internal function]: craft\controllers\TemplatesController->actionRenderError()
#2 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array()
#3 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams()
#4 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Controller.php(190): yii\base\Controller->runAction()
#5 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(534): craft\web\Controller->runAction()
#6 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(274): yii\base\Module->runAction()
#7 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/ErrorHandler.php(109): craft\web\Application->runAction()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(148): yii\web\ErrorHandler->renderException()
#9 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/ErrorHandler.php(135): craft\web\ErrorHandler->renderException()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(64): yii\base\ErrorHandler->handleException()
#11 [internal function]: craft\web\ErrorHandler->handleException()
#12 {main}
Previous exception:
yii\base\ErrorException: include(/web/htdocs/mywebsite.it/home/app/vendor/twig/twig/src/Extension/AbstractExtension.php): failed to open stream: No such file or directory in /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php:478
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(77): yii\base\ErrorHandler->handleError()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): craft\web\ErrorHandler->handleError()
#2 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#3 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#4 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#5 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/commerce/src/web/twig/Extension.php(20): spl_autoload_call()
#6 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include('/web/htdocs/www...')
#7 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#8 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#9 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/commerce/src/Plugin.php(315): spl_autoload_call()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/commerce/src/Plugin.php(161): craft\commerce\Plugin->_addTwigExtensions()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\commerce\Plugin->init()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(158): yii\base\BaseObject->__construct()
#13 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/Plugin.php(115): yii\base\Module->__construct()
#14 [internal function]: craft\base\Plugin->__construct()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#16 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#17 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#18 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(934): yii\BaseYii::createObject()
#19 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(233): craft\services\Plugins->createPlugin()
#20 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(1442): craft\services\Plugins->loadPlugins()
#21 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(93): craft\web\Application->_postInit()
#22 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Application->init()
#23 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Application.php(212): yii\base\BaseObject->__construct()
#24 [internal function]: yii\base\Application->__construct()
#25 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#26 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#27 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#28 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/bootstrap.php(246): yii\BaseYii::createObject()
#29 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/web.php(51): require('/web/htdocs/www...')
#30 /web/htdocs/mywebsite.it/home/index.php(22): require('/web/htdocs/www...')
#31 {main}
$_SERVER = [
'UNIQUE_ID' => 'YK9oNGfCRjxcjypMmMcnLgAAAAE',
'HTTPS' => 'on',
'HTTP_HOST' => 'mywebsite.it',
'HTTP_X_REAL_IP' => '31.13.103.18',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_CONNECTION' => 'close',
'HTTP_ACCEPT' => '*/*',
'HTTP_ACCEPT_ENCODING' => 'deflate, gzip',
'HTTP_USER_AGENT' => 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)',
'HTTP_RANGE' => 'bytes=0-524287',
'HTTP_X_FB_CRAWLERBOT' => 'Aaka53jJf6UviAFChO2e2qujM_bh3g6IhN67dZyTFYtIKiITF7geVvzGBlZCn8Ji8zWgESjq3qTZST0t3Y9DUHDTpc6vOjGV_4Ww',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'mywebsite.it',
'SERVER_ADDR' => '192.168.1.161',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '31.13.103.18',
'DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'SERVER_ADMIN' => 'postmaster@mywebsite.it',
'SCRIPT_FILENAME' => '/web/htdocs/mywebsite.it/home/index.php',
'REMOTE_PORT' => '39890',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => '',
'REQUEST_URI' => '/',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1622108212.924272,
'REQUEST_TIME' => 1622108212,
'ENVIRONMENT' => 'production',
'APP_ID' => 'CraftCMS--8cff3bbe-0187-4426-a1a5-ca4c9400538a',
'SECURITY_KEY' => 'H2QW_heaULVssagY10axaH86QPUK_ZPq',
'DB_DRIVER' => 'mysql',
'DB_SERVER' => 'REDACTED',
'DB_PORT' => 'REDACTED',
'DB_DATABASE' => 'REDACTED',
'DB_USER' => 'REDACTED',
'DB_PASSWORD' => 'REDACTED',
'DB_SCHEMA' => '',
'DB_TABLE_PREFIX' => 'REDACTED',
'PRIMARY_SITE_URL' => '//mywebsite.it',
'INSTAGRAM_USERNAME' => 'REDACTED',
'PAYPAL_CLIENT_ID' => 'REDACTED',
'PAYPAL_SECRET' => 'REDACTED',
]
[27-May-2021 11:36:56 Europe/Rome] PHP Notice: Undefined index: process in /web/htdocs/mywebsite.it/home/app/vendor/composer/composer/src/Composer/Util/ProcessExecutor.php on line 294
[27-May-2021 09:58:42 UTC] An Error occurred while handling another error:
Error: Class 'yii\caching\Dependency' not found in /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/caching/ExpressionDependency.php:25
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1931): spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1920): craft\services\ProjectConfig->getCacheDependency()
#5 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1651): craft\services\ProjectConfig->_loadInternalConfigData()
#6 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1640): craft\services\ProjectConfig->_getStoredConfig()
#7 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(438): craft\services\ProjectConfig->_getLoadedConfig()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(1390): craft\services\ProjectConfig->get()
#9 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(211): craft\services\Plugins->_getPluginConfigData()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Plugins.php(808): craft\services\Plugins->loadPlugins()
#11 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/helpers/Component.php(62): craft\services\Plugins->isPluginEnabled()
#12 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/helpers/Component.php(104): craft\helpers\Component::validateComponentClass()
#13 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Fields.php(580): craft\helpers\Component::createComponent()
#14 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Fields.php(605): craft\services\Fields->createField()
#15 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Fields.php(634): craft\services\Fields->_fields()
#16 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/elements/db/ElementQuery.php(2089): craft\services\Fields->getAllFields()
#17 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/elements/db/ElementQuery.php(1408): craft\elements\db\ElementQuery->customFields()
#18 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/db/QueryBuilder.php(227): craft\elements\db\ElementQuery->prepare()
#19 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/db/Query.php(157): yii\db\QueryBuilder->build()
#20 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/db/Query.php(287): yii\db\Query->createCommand()
#21 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/db/Query.php(168): yii\db\Query->one()
#22 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/elements/db/ElementQuery.php(1562): craft\db\Query->one()
#23 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/elements/User.php(437): craft\elements\db\ElementQuery->one()
#24 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/User.php(700): craft\elements\User::findIdentity()
#25 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/User.php(522): yii\web\User->renewAuthStatus()
#26 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/User.php(199): craft\web\User->renewAuthStatus()
#27 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(233): yii\web\User->getIdentity()
#28 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(143): craft\web\ErrorHandler->_showExceptionView()
#29 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/ErrorHandler.php(135): craft\web\ErrorHandler->renderException()
#30 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(64): yii\base\ErrorHandler->handleException()
#31 [internal function]: craft\web\ErrorHandler->handleException()
#32 {main}
Previous exception:
Error: Class 'yii\caching\Dependency' not found in /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/caching/ExpressionDependency.php:25
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1931): spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1920): craft\services\ProjectConfig->getCacheDependency()
#5 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1651): craft\services\ProjectConfig->_loadInternalConfigData()
#6 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(1640): craft\services\ProjectConfig->_getStoredConfig()
#7 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/ProjectConfig.php(438): craft\services\ProjectConfig->_getLoadedConfig()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(1466): craft\services\ProjectConfig->get()
#9 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(1419): craft\web\Application->_setTimeZone()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(90): craft\web\Application->_preInit()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Application->init()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Application.php(212): yii\base\BaseObject->__construct()
#13 [internal function]: yii\base\Application->__construct()
#14 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#16 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#17 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/bootstrap.php(246): yii\BaseYii::createObject()
#18 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/web.php(51): require('/web/htdocs/www...')
#19 /web/htdocs/mywebsite.it/home/index.php(22): require('/web/htdocs/www...')
#20 {main}
$_SERVER = [
'UNIQUE_ID' => 'YK9tUfcU4DG-T1gcO2EANQAAAAA',
'HTTPS' => 'on',
'HTTP_HOST' => 'mywebsite.it',
'HTTP_X_REAL_IP' => '151.18.62.174',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_CONNECTION' => 'close',
'HTTP_SEC_CH_UA' => '" Not A;Brand";v="99", "Chromium";v="90", "Microsoft Edge";v="90"',
'HTTP_ACCEPT' => 'application/json, text/plain, */*',
'HTTP_SEC_CH_UA_MOBILE' => '?0',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66',
'HTTP_SEC_FETCH_SITE' => 'same-origin',
'HTTP_SEC_FETCH_MODE' => 'cors',
'HTTP_SEC_FETCH_DEST' => 'empty',
'HTTP_REFERER' => 'https://mywebsite.it/admin/commerce/orders/2957',
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br',
'HTTP_ACCEPT_LANGUAGE' => 'it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',
'HTTP_COOKIE' => 'd20b6de213a90b9aacf2301eb2ab5e23_username=2b4f83ec217ab20405477d5d16a6b3d22b9b0b939e75760d977a6a0ef76e3b6fa%3A2%3A%7Bi%3A0%3Bs%3A41%3A%22d20b6de213a90b9aacf2301eb2ab5e23_username%22%3Bi%3A1%3Bs%3A29%3A%22valentinapitzalis96%40gmail.com%22%3B%7D; _ga=GA1.1.1878957382.1618320866; _ga_VSRTKG8EKB=GS1.1.1622109496.52.0.1622109496.0; CraftSessionId=pjp5h5vpk3eb1pcre8gljtqfoc; d20b6de213a90b9aacf2301eb2ab5e23_identity=abb0fda08a9544e69d9035c683f5fce375e39a89b3ba8b2c181655cf0041b6dba%3A2%3A%7Bi%3A0%3Bs%3A41%3A%22d20b6de213a90b9aacf2301eb2ab5e23_identity%22%3Bi%3A1%3Bs%3A261%3A%22%5B1017%2C%22%5B%5C%22J_LAsVJFUIlYJpehH5y05cEFpPcXEkmkCgBFbm8q5YPKXhLSBRwD1usSky5_j7HIJI5KP1R_x3i-p7_GJn5VVffBWX1so3qdC1NU%5C%22%2Cnull%2C%5C%22Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.212%20Safari%2F537.36%20Edg%2F90.0.818.66%5C%22%5D%22%2C3600%5D%22%3B%7D; CRAFT_CSRF_TOKEN=7ebfd85e9e4626b1a2ce926924d9c99cafdd4dc3e3786948cf110604e23960fda%3A2%3A%7Bi%3A0%3Bs%3A16%3A%22CRAFT_CSRF_TOKEN%22%3Bi%3A1%3Bs%3A211%3A%22wJEjdCvdCQ7AYPCb21bT-DvmFu9KsWLfCLl3uNaL%7C390292ab581ae49b59ae749b9f2d2678508bcd1d4339a159021e145e0282d532wJEjdCvdCQ7AYPCb21bT-DvmFu9KsWLfCLl3uNaL%7C1017%7C%242y%2413%24XD4EblfcgeIW8ZpTy1UZnupFhqaQ4AFBf.iJ3AgONjerNygO5DW5C%22%3B%7D; _iub_cs-10609186=%7B%22timestamp%22%3A%222021-04-13T13%3A34%3A34.428Z%22%2C%22version%22%3A%221.29.0%22%2C%22purposes%22%3A%7B%221%22%3Atrue%2C%223%22%3Atrue%2C%224%22%3Atrue%7D%2C%22id%22%3A10609186%7D; euconsent-v2=CPEmCrxPEmCspB7D7BITBVCsAP_AAH_AAAAAHsNf_X__b39j-_59__t0eY1f9_7_v-0zjhfdt-8N2f_X_L8X42M7vF36pq4KuR4Eu3LBIQNlHOHUTUmw6okVrTPsak2Mr7NKJ7LEinMbe2dYGHtfn91TuZKYr_78_9fz__-__v___9f3r-3_3__p9X---_e_V399xLv9__wPVAJMNS-ACzEscGSaNKoUQIQrCQ6AUAFFCMLRNYQMrgp2VwEeoIGACE1ARgRAgxBRiwCAAQCAJCIgJADwQCIAiAQAAgBUgIQAETAILACwMAgAFANCxAigCECQgyOCo5TAgIkWignsrAEou9jTCEMosAKBR_RUYCJUggWBkAAA; _iub_cs-10609186-granular=%7B%22gac%22%3A%22MX4mAQMBAgEIAQUBBAEDAQwBBQEDAQ4BCAEEAQEBBgEDAgYCAgEBAQkBAgEEAQMBFAEDAQUBCAEGAQkBAQEIAQEBCwEFAQYBBQENAQQBEwEFAQQCAgIKARwBAwENAQMBBAECAQkBBQEBAQgBBQEFAQMBBAECAgMBHAEDAQQBAgIFAQEBAQEQAhABCQEIAgcBBQEBAQcBAgEDAcKNAQMBBwEiAQYBDgINAQICBwEJAQ0BCgECAQYBGAEEAREBCAEGASgBAQEDAREBFAECAQMBAQIFAQUBBAEBAQ0BEQEGAQIBAQEBAQcBEwEHAQcBBQECAQkBAwETAQEBAwEIAQICBQEDAQoCAgEVAQ8BAQEFAQcBAQEDAQoBBQEEARABDwEKAQcCCQEbAQcBAwICARQBAQEGAQUCCAEdARABAwEIAQ4BBwEGAQIBBQEFAQYBAQEDAgYBCwEMARUBDAEBAQsBAQEDAQUCAwEOAQEBAwEIAQMBBAICAQYBDAEEAQIBCwEDAQwBAwENAQcBAQEOAQEBBAEEAgEBAQIBAQ0BBgEDAQcBAQEIAQkBEQELAQwBAQERAwIDCAEYAQMBEwEHAQMBBAEBAgQBAwEHAQMBAQEBAQEBDQEBAQwBAwEBAQUBCAEFAQIBAwECAQQBAQECAQUBCQEKAQEBAwECAQ8BAgEKAQICAQECAQgBEgEKAQ4BAgEJAQYBBQEDAQIBAwEIAQIBAgECBAUBCgECAwYBAwEFAgkBBAEBAQUBAgEBAQEBAwECAQEBAQEGAQEBDAEGAQsBAQIFAQMBBAEDAQIBAQEBAQMCAgQBAQgCBQEIAgQBAQIGAQEBBwEKAgIDAQICAQEBBQIEAQUCBAECAgIDAQEBAQYBBgIDAgEBBQIBAwIDAwMBAgcCAgEDAQMBAgEBAgICAwECAQgBBQIOAQkBGwIBAwsBAgEDAgUBAgEDAQYCAgMCAgQBAgICAQEBAQMDAQECAQQBAQEBAwEBAgEBAQEBAQMEAQwBAQEDAQIBAgYCAQQBBQEDAgEBAwcEBAEBAgUBBAYBAQEBAgMDAwEBAQMDAQEDAQECAQECAQECBQMEBAIIAQICBAMCAQMCAQECAgMBAQIBAQEBAQcKAgIDAQEBAgMBAQECAQECAwYCAQEDAQEEAgIBBQEDAwICAwECAgMBBAIGAQEEAQQCAgECCwMCAgEBAQECAgIDAQMBBQEB%22%7D',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'mywebsite.it',
'SERVER_ADDR' => '192.168.1.163',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '151.18.62.174',
'DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'SERVER_ADMIN' => 'postmaster@mywebsite.it',
'SCRIPT_FILENAME' => '/web/htdocs/mywebsite.it/home/index.php',
'REMOTE_PORT' => '28940',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => 'p=admin/actions/commerce/addresses/get-customer-addresses&customerId=7030&sort=&page=1&per_page=10',
'REQUEST_URI' => '/index.php?p=admin/actions/commerce/addresses/get-customer-addresses&customerId=7030&sort=&page=1&per_page=10',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1622109521.737707,
'REQUEST_TIME' => 1622109521,
'ENVIRONMENT' => 'production',
'APP_ID' => 'CraftCMS--8cff3bbe-0187-4426-a1a5-ca4c9400538a',
'SECURITY_KEY' => 'H2QW_heaULVssagY10axaH86QPUK_ZPq',
'DB_DRIVER' => 'mysql',
'DB_SERVER' => 'REDACTED',
'DB_PORT' => 'REDACTED',
'DB_DATABASE' => 'REDACTED',
'DB_USER' => 'REDACTED',
'DB_PASSWORD' => 'REDACTED',
'DB_SCHEMA' => '',
'DB_TABLE_PREFIX' => 'REDACTED',
'PRIMARY_SITE_URL' => '//mywebsite.it',
'INSTAGRAM_USERNAME' => 'REDACTED',
'PAYPAL_CLIENT_ID' => 'REDACTED',
'PAYPAL_SECRET' => 'REDACTED',
]
[27-May-2021 09:59:02 UTC] An Error occurred while handling another error:
Error: Interface 'yii\db\QueryInterface' not found in /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/db/Query.php:51
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/db/Query.php(22): spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include('/web/htdocs/www...')
#5 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#6 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#7 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(641): spl_autoload_call()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(301): craft\web\Application->getInfo()
#9 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Sites.php(1152): craft\web\Application->getIsInstalled()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Sites.php(477): craft\services\Sites->_loadAllSites()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Component.php(181): craft\services\Sites->setCurrentSite()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(558): yii\base\Component->__set()
#13 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(107): yii\BaseYii::configure()
#14 [internal function]: yii\base\BaseObject->__construct()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#16 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#17 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#18 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#19 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#20 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#21 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Instance.php(173): craft\web\Application->get()
#22 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Instance.php(145): yii\di\Instance->get()
#23 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Request.php(230): yii\di\Instance::ensure()
#24 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Request->init()
#25 [internal function]: yii\base\BaseObject->__construct()
#26 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#27 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#28 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#29 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/config/app.web.php(13): yii\BaseYii::createObject()
#30 [internal function]: {closure}()
#31 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(631): call_user_func_array()
#32 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(349): yii\di\Container->invoke()
#33 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#34 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#35 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#36 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/Application.php(161): craft\web\Application->get()
#37 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/helpers/App.php(626): yii\web\Application->getRequest()
#38 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/config/app.web.php(26): craft\helpers\App::userConfig()
#39 [internal function]: {closure}()
#40 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(631): call_user_func_array()
#41 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(349): yii\di\Container->invoke()
#42 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#43 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#44 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#45 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/Application.php(188): craft\web\Application->get()
#46 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(233): yii\web\Application->getUser()
#47 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(143): craft\web\ErrorHandler->_showExceptionView()
#48 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/ErrorHandler.php(135): craft\web\ErrorHandler->renderException()
#49 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/ErrorHandler.php(64): yii\base\ErrorHandler->handleException()
#50 [internal function]: craft\web\ErrorHandler->handleException()
#51 {main}
Previous exception:
Error: Interface 'yii\db\QueryInterface' not found in /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/db/Query.php:51
Stack trace:
#0 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include()
#1 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#2 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#3 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/db/Query.php(22): spl_autoload_call()
#4 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(478): include('/web/htdocs/www...')
#5 /web/htdocs/mywebsite.it/home/app/vendor/composer/ClassLoader.php(346): Composer\Autoload\includeFile()
#6 [internal function]: Composer\Autoload\ClassLoader->loadClass()
#7 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(641): spl_autoload_call()
#8 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(301): craft\web\Application->getInfo()
#9 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Sites.php(1152): craft\web\Application->getIsInstalled()
#10 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/services/Sites.php(477): craft\services\Sites->_loadAllSites()
#11 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Component.php(181): craft\services\Sites->setCurrentSite()
#12 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(558): yii\base\Component->__set()
#13 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(107): yii\BaseYii::configure()
#14 [internal function]: yii\base\BaseObject->__construct()
#15 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#16 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#17 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#18 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#19 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#20 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#21 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Instance.php(173): craft\web\Application->get()
#22 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Instance.php(145): yii\di\Instance->get()
#23 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Request.php(230): yii\di\Instance::ensure()
#24 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Request->init()
#25 [internal function]: yii\base\BaseObject->__construct()
#26 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#27 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#28 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#29 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/config/app.web.php(13): yii\BaseYii::createObject()
#30 [internal function]: {closure}()
#31 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(631): call_user_func_array()
#32 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(349): yii\di\Container->invoke()
#33 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/ServiceLocator.php(137): yii\BaseYii::createObject()
#34 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Module.php(748): yii\di\ServiceLocator->get()
#35 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(324): yii\base\Module->get()
#36 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/web/Application.php(161): craft\web\Application->get()
#37 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/base/ApplicationTrait.php(1415): yii\web\Application->getRequest()
#38 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/src/web/Application.php(90): craft\web\Application->_preInit()
#39 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/BaseObject.php(109): craft\web\Application->init()
#40 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/base/Application.php(212): yii\base\BaseObject->__construct()
#41 [internal function]: yii\base\Application->__construct()
#42 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(420): ReflectionClass->newInstanceArgs()
#43 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/di/Container.php(171): yii\di\Container->build()
#44 /web/htdocs/mywebsite.it/home/app/vendor/yiisoft/yii2/BaseYii.php(365): yii\di\Container->get()
#45 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/bootstrap.php(246): yii\BaseYii::createObject()
#46 /web/htdocs/mywebsite.it/home/app/vendor/craftcms/cms/bootstrap/web.php(51): require('/web/htdocs/www...')
#47 /web/htdocs/mywebsite.it/home/index.php(22): require('/web/htdocs/www...')
#48 {main}
$_SERVER = [
'UNIQUE_ID' => 'YK9tZvcU4DG-T1gcO2EAOgAAAAA',
'HTTPS' => 'on',
'HTTP_HOST' => 'mywebsite.it',
'HTTP_X_REAL_IP' => '151.18.62.174',
'HTTP_X_FORWARDED_PORT' => '443',
'HTTP_X_FORWARDED_PROTO' => 'https',
'HTTP_CONNECTION' => 'close',
'HTTP_SEC_CH_UA' => '" Not A;Brand";v="99", "Chromium";v="90", "Microsoft Edge";v="90"',
'HTTP_ACCEPT' => 'application/json, text/plain, */*',
'HTTP_SEC_CH_UA_MOBILE' => '?0',
'HTTP_USER_AGENT' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66',
'HTTP_SEC_FETCH_SITE' => 'same-origin',
'HTTP_SEC_FETCH_MODE' => 'cors',
'HTTP_SEC_FETCH_DEST' => 'empty',
'HTTP_REFERER' => 'https://mywebsite.it/admin/commerce/orders/2957',
'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, br',
'HTTP_ACCEPT_LANGUAGE' => 'it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6',
'HTTP_COOKIE' => 'd20b6de213a90b9aacf2301eb2ab5e23_username=2b4f83ec217ab20405477d5d16a6b3d22b9b0b939e75760d977a6a0ef76e3b6fa%3A2%3A%7Bi%3A0%3Bs%3A41%3A%22d20b6de213a90b9aacf2301eb2ab5e23_username%22%3Bi%3A1%3Bs%3A29%3A%22valentinapitzalis96%40gmail.com%22%3B%7D; _ga=GA1.1.1878957382.1618320866; _ga_VSRTKG8EKB=GS1.1.1622109496.52.0.1622109496.0; CraftSessionId=pjp5h5vpk3eb1pcre8gljtqfoc; d20b6de213a90b9aacf2301eb2ab5e23_identity=abb0fda08a9544e69d9035c683f5fce375e39a89b3ba8b2c181655cf0041b6dba%3A2%3A%7Bi%3A0%3Bs%3A41%3A%22d20b6de213a90b9aacf2301eb2ab5e23_identity%22%3Bi%3A1%3Bs%3A261%3A%22%5B1017%2C%22%5B%5C%22J_LAsVJFUIlYJpehH5y05cEFpPcXEkmkCgBFbm8q5YPKXhLSBRwD1usSky5_j7HIJI5KP1R_x3i-p7_GJn5VVffBWX1so3qdC1NU%5C%22%2Cnull%2C%5C%22Mozilla%2F5.0%20%28Windows%20NT%2010.0%3B%20Win64%3B%20x64%29%20AppleWebKit%2F537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome%2F90.0.4430.212%20Safari%2F537.36%20Edg%2F90.0.818.66%5C%22%5D%22%2C3600%5D%22%3B%7D; CRAFT_CSRF_TOKEN=7ebfd85e9e4626b1a2ce926924d9c99cafdd4dc3e3786948cf110604e23960fda%3A2%3A%7Bi%3A0%3Bs%3A16%3A%22CRAFT_CSRF_TOKEN%22%3Bi%3A1%3Bs%3A211%3A%22wJEjdCvdCQ7AYPCb21bT-DvmFu9KsWLfCLl3uNaL%7C390292ab581ae49b59ae749b9f2d2678508bcd1d4339a159021e145e0282d532wJEjdCvdCQ7AYPCb21bT-DvmFu9KsWLfCLl3uNaL%7C1017%7C%242y%2413%24XD4EblfcgeIW8ZpTy1UZnupFhqaQ4AFBf.iJ3AgONjerNygO5DW5C%22%3B%7D; _iub_cs-10609186=%7B%22timestamp%22%3A%222021-04-13T13%3A34%3A34.428Z%22%2C%22version%22%3A%221.29.0%22%2C%22purposes%22%3A%7B%221%22%3Atrue%2C%223%22%3Atrue%2C%224%22%3Atrue%7D%2C%22id%22%3A10609186%7D; euconsent-v2=CPEmCrxPEmCspB7D7BITBVCsAP_AAH_AAAAAHsNf_X__b39j-_59__t0eY1f9_7_v-0zjhfdt-8N2f_X_L8X42M7vF36pq4KuR4Eu3LBIQNlHOHUTUmw6okVrTPsak2Mr7NKJ7LEinMbe2dYGHtfn91TuZKYr_78_9fz__-__v___9f3r-3_3__p9X---_e_V399xLv9__wPVAJMNS-ACzEscGSaNKoUQIQrCQ6AUAFFCMLRNYQMrgp2VwEeoIGACE1ARgRAgxBRiwCAAQCAJCIgJADwQCIAiAQAAgBUgIQAETAILACwMAgAFANCxAigCECQgyOCo5TAgIkWignsrAEou9jTCEMosAKBR_RUYCJUggWBkAAA; _iub_cs-10609186-granular=%7B%22gac%22%3A%22MX4mAQMBAgEIAQUBBAEDAQwBBQEDAQ4BCAEEAQEBBgEDAgYCAgEBAQkBAgEEAQMBFAEDAQUBCAEGAQkBAQEIAQEBCwEFAQYBBQENAQQBEwEFAQQCAgIKARwBAwENAQMBBAECAQkBBQEBAQgBBQEFAQMBBAECAgMBHAEDAQQBAgIFAQEBAQEQAhABCQEIAgcBBQEBAQcBAgEDAcKNAQMBBwEiAQYBDgINAQICBwEJAQ0BCgECAQYBGAEEAREBCAEGASgBAQEDAREBFAECAQMBAQIFAQUBBAEBAQ0BEQEGAQIBAQEBAQcBEwEHAQcBBQECAQkBAwETAQEBAwEIAQICBQEDAQoCAgEVAQ8BAQEFAQcBAQEDAQoBBQEEARABDwEKAQcCCQEbAQcBAwICARQBAQEGAQUCCAEdARABAwEIAQ4BBwEGAQIBBQEFAQYBAQEDAgYBCwEMARUBDAEBAQsBAQEDAQUCAwEOAQEBAwEIAQMBBAICAQYBDAEEAQIBCwEDAQwBAwENAQcBAQEOAQEBBAEEAgEBAQIBAQ0BBgEDAQcBAQEIAQkBEQELAQwBAQERAwIDCAEYAQMBEwEHAQMBBAEBAgQBAwEHAQMBAQEBAQEBDQEBAQwBAwEBAQUBCAEFAQIBAwECAQQBAQECAQUBCQEKAQEBAwECAQ8BAgEKAQICAQECAQgBEgEKAQ4BAgEJAQYBBQEDAQIBAwEIAQIBAgECBAUBCgECAwYBAwEFAgkBBAEBAQUBAgEBAQEBAwECAQEBAQEGAQEBDAEGAQsBAQIFAQMBBAEDAQIBAQEBAQMCAgQBAQgCBQEIAgQBAQIGAQEBBwEKAgIDAQICAQEBBQIEAQUCBAECAgIDAQEBAQYBBgIDAgEBBQIBAwIDAwMBAgcCAgEDAQMBAgEBAgICAwECAQgBBQIOAQkBGwIBAwsBAgEDAgUBAgEDAQYCAgMCAgQBAgICAQEBAQMDAQECAQQBAQEBAwEBAgEBAQEBAQMEAQwBAQEDAQIBAgYCAQQBBQEDAgEBAwcEBAEBAgUBBAYBAQEBAgMDAwEBAQMDAQEDAQECAQECAQECBQMEBAIIAQICBAMCAQMCAQECAgMBAQIBAQEBAQcKAgIDAQEBAgMBAQECAQECAwYCAQEDAQEEAgIBBQEDAwICAwECAgMBBAIGAQEEAQQCAgECCwMCAgEBAQECAgIDAQMBBQEB%22%7D',
'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
'SERVER_SIGNATURE' => '',
'SERVER_SOFTWARE' => 'Apache',
'SERVER_NAME' => 'mywebsite.it',
'SERVER_ADDR' => '192.168.1.163',
'SERVER_PORT' => '80',
'REMOTE_ADDR' => '151.18.62.174',
'DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'REQUEST_SCHEME' => 'http',
'CONTEXT_PREFIX' => '',
'CONTEXT_DOCUMENT_ROOT' => '/web/htdocs/mywebsite.it/home/',
'SERVER_ADMIN' => 'postmaster@mywebsite.it',
'SCRIPT_FILENAME' => '/web/htdocs/mywebsite.it/home/index.php',
'REMOTE_PORT' => '33668',
'GATEWAY_INTERFACE' => 'CGI/1.1',
'SERVER_PROTOCOL' => 'HTTP/1.0',
'REQUEST_METHOD' => 'GET',
'QUERY_STRING' => 'p=admin/actions/commerce/addresses/get-customer-addresses&customerId=7030&sort=&page=1&per_page=10',
'REQUEST_URI' => '/index.php?p=admin/actions/commerce/addresses/get-customer-addresses&customerId=7030&sort=&page=1&per_page=10',
'SCRIPT_NAME' => '/index.php',
'PHP_SELF' => '/index.php',
'REQUEST_TIME_FLOAT' => 1622109542.208641,
'REQUEST_TIME' => 1622109542,
'ENVIRONMENT' => 'production',
'APP_ID' => 'CraftCMS--8cff3bbe-0187-4426-a1a5-ca4c9400538a',
'SECURITY_KEY' => 'H2QW_heaULVssagY10axaH86QPUK_ZPq',
'DB_DRIVER' => 'mysql',
'DB_SERVER' => 'REDACTED',
'DB_PORT' => 'REDACTED',
'DB_DATABASE' => 'REDACTED',
'DB_USER' => 'REDACTED',
'DB_PASSWORD' => 'REDACTED',
'DB_SCHEMA' => '',
'DB_TABLE_PREFIX' => 'REDACTED',
'PRIMARY_SITE_URL' => '//mywebsite.it',
'INSTAGRAM_USERNAME' => 'REDACTED',
'PAYPAL_CLIENT_ID' => 'REDACTED',
'PAYPAL_SECRET' => 'REDACTED',
]
@masiorama Based on that stack trace, it doesn't look like libsodium is your issue.
PHP Fatal error: Trait 'craft\base\LogTargetTrait' not found in Error: Class 'Twig\Markup' not found in
It sounds like you're missing some of Craft files/dependencies. If you delete your vendor folder and composer.lock file, then run composer update
, it will pull down a fresh set of files. Give that a whirl and see if it helps.
Hello @angrybrad, I will give it a try by the end of the week, thanks!
Hello @angrybrad, I did as follows:
composer update
I tried this way because I have no console access on prod env.
I cleaned app/storage/runtime directory, and after that I can see frontend and backend correctly.
Still I am unable to upgrade any plugin, but with different error messages now, since at first craft tell me that "another update process seems to be running" (or something like that), and if I try to proceed it gives my an error with the entire list of composer job trying to match current versions, and it also seems to break vendor folder (I had to reupload composer and psy folders files).
I guess I should open a different issues, since it seems my problems are not focused on this one.
I am puzzled.
Thanks for the help.
@masiorama
and if I try to proceed it gives my an error with the entire list of composer job trying to match current versions,
Can you email support@craftcms.com with the details of the error message you get from that and we'll see if we can help you from there.
Description
Since 3.6, only on the remote staging/prod server, I got these JS errors that I haven't previously:
/admin/utilities/updates
:/admin/plugin-store
:index.php?p=admin/actions/app/api-headers
:constant(): Couldn't find constant SODIUM_LIBRARY_VERSION
I already tried this:
/cpressources
folder;vendor/
+ composer cache, thencomposer install
;Additional info