You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
estou tentando realizar uma autenticação sem o uso do Heroku mas estou recebendo o seguinte erro:
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 20
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 21
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 22
Array
(
[slim.flash] => Array
(
)
Boa noite,
estou tentando realizar uma autenticação sem o uso do Heroku mas estou recebendo o seguinte erro:
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 20
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 21
Notice: Trying to get property of non-object in G:\EasyPHP-12.1\www\login.php on line 22
Array
(
[slim.flash] => Array
(
)
)
Deveria antes de apresentar este erro, carregar a página na qual eu daria acesso ao meus dados no Mercado Livre, mas o erro carrega direto.
No arquivo configapp.php, estou utilizando a segunda parte das declarações. Estão assim:
$appId = '8631???????5351';
$secretKey = 'bRox3d??????????????5p4FSgrjC1';
$redirectURI = 'http://localhost/login.php';
$siteId = 'MLB';
Todos as informações no momento da criação da aplicação no portal developers eu já revisei e estão conforme este utilizando aqui.
Alguém mais está ou esteve com este problema?
Alguma dica de como poderia resolver?
Obrigado.
The text was updated successfully, but these errors were encountered: