Category: Errors
SQLSTATE 42000: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes com PHP
Laravel usa o conjunto de caracteres utf8mb4 por padrão, que inclui suporte para armazenar “emojis” no banco de dados. Se você estiver executando uma versão do MySQL mais antiga do que a versão 5.7.7 ou MariaDB anterior à versão 10.2.2, talvez seja necessário configurar manualmente o comprimento da string padrão gerado pelas migrações para que […]
Symfony\Component\Debug\Exception\FatalErrorException laravel Error
Esse erro ocorre devido a incompatibilidade de versão do componente com o PHP. Voltei e avancei algumas versões para teste e enhuma funcionou, então tive que remover as strings no vendor na mão. delete string keyword from the setLocale() function. Gerou um outro erro e repeti o processo em: Fonte: https://stackoverflow.com/questions/58975559/symfony-component-debug-exception-fatalerrorexception-laravel-error
Use of undefined constant JSON_INVALID_UTF8_SUBSTITUTE – assumed ‘JSON_INVALID_UTF8_SUBSTITUTE’
Para corrigir você deve atualizar sua versão do PHP para 7.2+. Atualizei minha versão para a 7.3, mas mesmo assim não resolveu, etnão adicionei no inicio do arquivo /public/index.php o seguinte código: Fonte: https://stackoverflow.com/questions/58975559/symfony-component-debug-exception-fatalerrorexception-laravel-error
No application encryption key has been specified.
Para corrigir é preciso gerar uma key utilizando o comando abaixo: php artisan key:generate
Connection failed: SQLSTATE[HY000] [2054] The server requested authentication method
O erro acontece porque os dados de usuário para conexão não conferem ou não existem. A solução é criar um novo usuário e senha, e definir previlégios. CREATE USER ‘nomeDoUsuario’@localhost IDENTIFIED WITH mysql_native_password BY ‘senhaDoUsuario’; GRANT ALL PRIVILEGES ON * . * TO ‘usuarioCriado’@’localhost’;
Image Upload => LogicException Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?)
Me deparei com um erro de upload de imagem no ambiente Windows 10 64bits: Minha primeira reação foi acessar o arquivo de configuração do PHP (php.ini), ir até a parte de extensões de descomentar extension=php_fileinfo, o que para a minha surpresa não surgiu efeito algum. Resolvi consultar o arquivo de log do PHP (C:\Windows\Temp\PHP73x64_errors.log), e […]
The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl ex tension, you can disable this error, at your own risk, by setting the ‘disable-tls’ option to true.
You need to access php.ini and miscomment the extension=openssl line; If you don’t find the file, it should be like php.ini-development then switch to php.ini; You can also run the php –ini command to check for errors in the file;
Unsupported extensions disabled: how to re-enable blocked extension in Chrome
The first error occurred because my extension did search in an HTTP (unsafe) domain, so I changed it to HTTPS to resolve. 2.1 – I was using an addEventListener with anonymous function, to fix I created a function to be passed in addEventListener; 2.2 – I gave names of words reserved to the functions, to […]
Chrome Web Store: Removal notification
Dear Developer, We routinely review items in the Chrome Web Store for compliance with our Program policies to ensure a safe and trusted experience for our users. Your item “myAPP,” with ID: XXXXXXXXXXXX, is being taken down as it currently does not work or provide any functionality upon installation. Items on the Chrome Web Store […]
Moeda | Tipo | Valor |
Dollar | Compra | R$ 5,97 |
Dollar | Venda | R$ 5,97 |
Data | 22/01/2025 |
PHP Warning: PHP Startup: Unable to load dynamic library ‘php_opcache.dll’ (tried: C:\php-73\ext\php_opcache.dll
21 de July de 2020
Errors
No Comments
adrianoApi
Para corrigir isso é preciso entrar no arquivo php.ini e alterar: