Fórum OpenCart Brasil

Por um e-commerce livre, confiável e profissional

Por favor, poste aqui todas as dúvidas que você está tendo sobre a instalação, atualização ou configuração do OpenCart v2.x
#64030
Estava tentando atualizar a loja para a ultima versão e depois de muito tentar, apagar e colocar tudo de volta, dessa ultima vez deu esse erro que não sei como resolver.
Notice: unserialize(): Error at offset 0 of 170 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 131 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 76 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 587 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 74 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 147 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 119 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 143 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 119 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 233 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 249 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 249 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 2224 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 5 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 8 bytes in /home/requinte/public_html/index.php on line 79

Notice: unserialize(): Error at offset 0 of 193 bytes in /home/requinte/public_html/index.php on line 79
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/requinte/public_html/index.php:79) in /home/requinte/public_html/system/library/session.php on line 12

o código da linha 79 é esse:
Código: Selecionar todos
$config->set($setting['key'], unserialize($setting['value']));
#64033
Esta apresentando esse erro pois arquivos não foram enviados para o servidor, a forma correta seria fazer tudo em localhost e somente após 100% concluído enviar para o servidor, mais creio que você não vai saber fazer isso então vou postar os passo a passo para fazer diretamente no servidor;

1º; Coloque a loja em manutenção pela administração, após isso faça backup da loja online e do banco de dados e baixe uma cópia para seu computador;
2º; Exclua todos os arquivos da loja antiga menos a pasta image;
3º; Envie os arquivos da versão do opencart que deseja instalar;
4º; Delete o banco de dados da loja antiga
5º; Faça instalação do opencart;
6º; Substitua o banco de dados criado na instalação do opencart pelo banco de dados da loja antiga que você baixou no backup informado no passo 1º;
7º; Acesse http://www.sualoja.com.br/install, vai notar que cairá em uma tela diferente chamada upgrade, clique em continuar pois vai criar novas tabelas que será necessário para a nova versão do opencart;
8º; Seguindo esses passos sua loja estará rodando 100% sem módulos de pagamento e frete, isso deve configurar do zero;