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
Estoy tratando de poner a funcionar el facturador en un ambiente local, una Mac con Xampp:
PHP 8
MariaDB 10.4
El API de CRLibre también lo tengo instalado en el mismo ambiente por lo que ingrese desde localhost, sin embargo desde el facturador, cuando trato de iniciar sesión me muestra el adminDash por unos segundos y luego me redirige al login de nuevo. En la consola de Chrome se muestra el siguiente error:
Uncaught TypeError: call_user_func(): Argument #1 ($function) must be a valid callback, function "companny_users_loggedIn" not found or invalid function name
Y me apunta al archivo tools.php en la linea 81
Agradezco cualquier ayuda que me puedan brindar al respecto. ¡Saludos!
The text was updated successfully, but these errors were encountered:
On Wed, Apr 14, 2021, 2:46 PM Andres ***@***.***> wrote:
Estoy tratando de poner a funcionar el facturador en un ambiente local,
una Mac con Xampp:
1. PHP 8
2. MariaDB 10.4
El API de CRLibre también lo tengo instalado en el mismo ambiente por lo
que ingrese desde localhost, sin embargo desde el facturador, cuando trato
de iniciar sesión me muestra el adminDash por unos segundos y luego me
redirige al login de nuevo. En la consola de Chrome se muestra el siguiente
error:
Uncaught TypeError: call_user_func(): Argument #1 ($function) must be a
valid callback, function "companny_users_loggedIn" not found or invalid
function name
Y me apunta al archivo tools.php en la linea 81
Agradezco cualquier ayuda que me puedan brindar al respecto. ¡Saludos!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEZGVPGOWJ27PHPSZI4LAGDTIX5J5ANCNFSM426D675Q>
.
Estoy tratando de poner a funcionar el facturador en un ambiente local, una Mac con Xampp:
El API de CRLibre también lo tengo instalado en el mismo ambiente por lo que ingrese desde localhost, sin embargo desde el facturador, cuando trato de iniciar sesión me muestra el adminDash por unos segundos y luego me redirige al login de nuevo. En la consola de Chrome se muestra el siguiente error:
Uncaught TypeError: call_user_func(): Argument #1 ($function) must be a valid callback, function "companny_users_loggedIn" not found or invalid function name
Y me apunta al archivo tools.php en la linea 81
Agradezco cualquier ayuda que me puedan brindar al respecto. ¡Saludos!
The text was updated successfully, but these errors were encountered: