Error Postgres & OMP // Does not save data

Hello good afternoon

First of all, I apologize for speaking English badly.

In my company we used ojs and now we migrate to omp

We have a Postgres 9.1 database and the problem we have when we want to generate a whitening of the user’s password from the omp portal the field is left empty (" ") in the database Postgres.

This makes it impossible for me to carry out any registration, whitening or action with the users

I remain at your disposal for any inquiry

thank you very much

Sorry for creating the topic in the wrong place, could you move it?

Sorry for the inconvenience

Hi @parrupe,

Can you describe what you mean by “whitening”?

What version of OMP are you using?

Regards,
Alec Smecher
Public Knowledge Project Team

Alec,

thanks for your quick response

whitening = Reset Password

Does not save data en my database Postgres 9.1

Version OMP: Current Release (April 11, 2016)
OMP 1.2.0

Hi @parrupe,

What version of PHP is your server running?

Regards,
Alec Smecher
Public Knowledge Project Team

phpMyAdmin 3.5.2.2

PostgreSQL 9.1.18 on x86_64-unknown-linux-gnu, compiled by gcc-4.4.real (Debian 4.4.5-8) 4.4.5, 64-bit

OMP 1.2.0

The above doesn’t actually contain the PHP version. Try looking under Administration → System Information, where there is hopefully a “Server Information” section.

PHP 5.3.3.7

The only field that does not save the data in my database is the password.

The field of name, last name save the correct form

Hi @parrupe,

OJS 3.0.0 and 3.0.1 require at least PHP 5.3.7 (see docs/README). Older versions of PHP than that are not enough to support the password hashing library we use.

Regards,
Alec Smecher
Public Knowledge Project Team

The problem I have in OMP 1.2.0

With OJS, I havent problem

We are migrating from ojs to omp in my company

Where can i find docs / README?

Hi @parrupe,

OMP 1.2.0 has the same PHP version requirement, for the same reason. You can find docs/README inside the OMP distribution package.

Regards,
Alec Smecher
Public Knowledge Project Team

Thank you very much for all your help, my friends.

I could solve it

regards