mientras en local no he tenido problemas, cuando he subido la aplicacion a subdominio.dominio.com me ha comenzado a salir el siguiente mensaje:
Error authenticating user.
que corresponde a:
Código PHP:
if ($service->isUserConnected())
{
}
else // Cannot authenticate user
{
show_error('Cannot authenticate user');
}
alguien tiene alguna idea?...