jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

AJAX error in login view #223

Closed davidromani closed 6 years ago

davidromani commented 6 years ago

Just moved my Aixada instance to a new server with PHP5.6 (for now) and MySQL 5.7 and now I'm getting this new error message.

The error appears very soon, without login form submit. What can I do to debug it?

captura de pantalla 2018-04-23 a les 20 31 10
jorix commented 6 years ago

Have you restored the database procedures?

Do it!

or execute the procedure sql/setup/aixada_queries_all.sql
(be careful if you are not using an updated version)

davidromani commented 6 years ago

hola @jorix

perdona, tengo una duda... para restaurar los procedimientos de la base de datos, solamente tengo que ejecutar el script SQL?

situplastik commented 6 years ago

You can execute the sql that jorix said or make a migration of the old database with "structure, data & procedures", not only structure/data ;)

davidromani commented 6 years ago

it works!