yeshuadesign

erros.php

Aug 24th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Notice: Undefined offset: 2 in C:\wamp\www\magazinecm\pages\carrinho.php on line 12
  2. 12 - $produto_Id = (int)$parametros[2];
  3.  
  4. 14 - Notice: Undefined offset: 2 in C:\wamp\www\magazinecm\pages\carrinho.php on line 14
  5. var_dump($parametros[2]);
  6.  
  7. Notice: Trying to get property of non-object in C:\wamp\www\magazinecm\pages\carrinho.php on line 18
  8. 18 - if($fetchEstoque->estoque == '0'){
  9. unset($_SESSION['media_produto'][$produto_Id]);
  10. echo '<p id="aviso">Desculpe, mais este produto encontra-se em falta em nosso estoque!</p>';
  11.  
  12. }
  13.  
  14. Warning: simplexml_load_file(): http://ws.correios.com.br/calculador/CalcPrecoPrazo.aspx?nCdEmpresa=&amp;sDsSenha=&amp;sCepOrigem=04510&amp;sCepDestino=186&amp;nVlPeso=82990250&amp;nVlLargura=20&amp;nVlAltura=6&amp;nCdFormato=1&amp;nVlComprimento=20&amp;sCdMaoProria=n&amp;nVlValorDeclarado=&amp;sCdAvisoRecebimento=n&amp;nCdServico=0&amp;nVlDiametro=0&amp;StrRetorno=xml:1: parser error : Extra content at the end of the document in C:\wamp\www\magazinecm\classes\Carrinho.class.php on line 137
  15. 137 - $total = 0;
  16.  
  17. Warning: simplexml_load_file(): 99&lt;/Erro&gt;&lt;MsgErro&gt;Input string was not in a correct format.&lt;/MsgErro&gt;&lt;/cServico&gt; in C:\wamp\www\magazinecm\classes\Carrinho.class.php on line 137
  18.  
  19. Warning: simplexml_load_file(): ^ in C:\wamp\www\magazinecm\classes\Carrinho.class.php on line 137
  20.  
  21. Notice: Trying to get property of non-object in C:\wamp\www\magazinecm\classes\Carrinho.class.php on line 139
  22. $id = (int)$id;
  23.  
  24. Notice: Undefined property: Carrinho::$Valor in C:\wamp\www\magazinecm\pages\carrinho.php on line 89
  25. 89 - echo $carrinho->Valor;
Advertisement
Add Comment
Please, Sign In to add comment