Página 1 de 1

Erros e mais erros

Enviado: 14 Fev 2013, 12:15
por kaxorruloko
Ja andei lando varios topicos aqui no forum sobre esses erros, e não obitive sucesso se alguem tiver algo concreto sobre eles agradeço!!
Estou com seguintes erros:
Warning: session_start() [function.session-start]: open(/tmp/sess_fbc011b8bea4df19b5dd675d2a0d25ac, O_RDWR) failed: No space left on device (28) in /home/selvasup/public_html/system/library/session.php on line 11
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/selvasup/public_html/index.php:100) in /home/selvasup/public_html/system/library/session.php on line 11
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/selvasup/public_html/index.php:100) in /home/selvasup/public_html/system/library/session.php on line 11

Re: Erros e mais erros

Enviado: 14 Fev 2013, 16:03
por unknown1140
Poste o link da sua loja para podermos ajudar.

Re: Erros e mais erros

Enviado: 14 Fev 2013, 17:55
por Renato Frota
O primeiro erro diz que o /tmp do servidor está lotado...

isso é problema na sua hospedagem..

você pode contornar incluindo um arquivo php.ini na raiz da loja com essa linha:
Código: Selecionar todos
session.save_path = '/home/seuusuario/tmp/';
Se o arquivo já existir, só inclua a linha.

Crie no ftp essa pasta (fora da pasta public_html, observe)...

Re: Erros e mais erros

Enviado: 14 Fev 2013, 20:39
por elvis_lion
A minha sempre apresenta 2 erros

PHP Notice: Undefined variable: error_option_combo in /home/missp958/public_html/vqmod/vqcache/vq2-catalog_view_theme_DarkCart_template_product_product.tpl on line 576

PHP Notice: Undefined index: zone_id in /home/missp958/public_html/vqmod/vqcache/vq2-catalog_controller_account_register.php on line 569

PHP Warning: file_get_contents(/home/missp958/public_html/system/cache/cache.product.total.4.0.1.2118dfbf47a8458bfa37b2b4db64ab05.1360388778) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: No such file or directory in /home/missp958/public_html/system/library/cache.php on line 9

Até hj não achei respostas =/

Re: Erros e mais erros

Enviado: 14 Fev 2013, 21:51
por unknown1140
Os dois primeiros erros são obviamente problemas com vqmods, veja se as versões são compatíveis e se os vqmods estão ok tb. Vale a pena desativar e ver se o erro continua....

Re: Erros e mais erros

Enviado: 14 Fev 2013, 22:46
por kaxorruloko
Ok, Renato Vou testar Obrigado.

Re: Erros e mais erros

Enviado: 15 Fev 2013, 10:08
por elvis_lion
Posso instalar uma versão mais nova do VQmode que não da erro?

Re: Erros e mais erros

Enviado: 15 Fev 2013, 12:27
por unknown1140
Veja se é compatível com a sua versão, é o mais importante.

Re: Erros e mais erros

Enviado: 16 Fev 2013, 03:11
por Renato Frota
Que eu saiba, até o momento, o vQmod é backward compatible (funciona em todas as versões já lançadas do Open).

Re: Erros e mais erros

Enviado: 31 Mar 2013, 05:08
por kaxorruloko
Esses erros não param:

2013-03-30 21:58:31 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/xxxxx/public_html/index.php:49) in /home/selvasup/public_html/system/library/session.php on line 11
2013-03-30 21:58:31 - PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/xxxxx/public_html/index.php:49) in /home/selvasup/public_html/system/library/session.php on line 11
2013-03-30 21:58:31 - PHP Notice: Undefined index: HTTP_HOST in /home/xxxxx/public_html/index.php on line 177
2013-03-30 21:58:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/index.php:49) in /home/xxxxx/public_html/index.php on line 177
2013-03-30 21:58:31 - PHP Notice: Undefined index: HTTP_HOST in /home/xxxxx/public_html/system/library/currency.php on line 45
2013-03-30 21:58:31 - PHP Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/index.php:49) in /home/xxxxx/public_html/system/library/currency.php on line 45
2013-03-30 21:58:32 - PHP Warning: unlink(/home/xxxxx/public_html/system/cache/cache.product.total.2.0.1.08f26141b4c32f1d42aeea67f45b2e06.1364683626) [<a href='function.unlink'>function.unlink</a>]: No such file or directory in /home/xxxxx/public_html/system/library/cache.php on line 45

Os dois primeiros erros acima andei pesquisando no fórum e pelo q achei, é um erro de sessão como explicado pelo nosso amigo Manoel Vidal, Gostaria de saber o que da para ser corrigido e o que não, para q eu possa ligar na hospedagem e pedir para arrumarem.. Se possível a explicação de cada um deles..

Obrigado!!!