Página 1 de 1

erro token

Enviado: 12 Abr 2024, 10:15
por alex3257
Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 136Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 137Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 138Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 172Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 184Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 189Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 194Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 197Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 198Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 201Warning: Undefined array key "token" in /home/unomed/public_html/unomed/admin/controller/extension/module/soconfig.php on line 202Error Remove module Theme Control Panel. Pleases install module Theme Control Panel

Re: erro token

Enviado: 12 Abr 2024, 21:47
por reds
Ola @alex3257

Como visto no erro você esta a utilizar um tema ou módulos terceiros, o erro pode estar a depender de falta de permissões ou atualizar modificações ate como alguma configuração faltando.
Sugiro que revise isso, normalmente isso esta especificado na documentação do pacote.
Tente acessar o modulo: "soconfig" e revise se tudo esta correto.

;)

Re: erro token

Enviado: 13 Abr 2024, 09:10
por veteranodf
@alex3257 Esse erro se refere a está utilizando um tema incompatível com a versão do site, a sessão do opencart 1.x a 2.x é passado pela variável "token" do controller para o tpl, e pelo visto você está utilizando o openart 3.x, sendo assim a sessão é passada pela variável "user_token" do controller para o twig; Em resumo desinstale o que foi instalado e veja se o tema em questão tem uma versão compatível com sua loja;