Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

problem changing passwords

I have a problem, when you update the version of ocs 2.1 to 2.2, the process performs well but then I can not change the admin password. I can not create new users.

centos 6.7
apache 2.2.15
in OCS Inventory NG server for Unix by (130 points)

1 Answer

+1 vote
This is maybe because you have a old version of PHP5, I has the same problem but I upgrade my version of PHP5 and I can change the admin password and create new users

 

http://serverfault.com/questions/694385/how-to-upgrade-php-5-4-to-php-5-6-on-debian-gnu-linux-7-wheezy

http://serverfault.com/questions/404815/how-can-i-upgrade-php-to-a-higher-version-for-debian-squeeze
by (200 points)
edited by
I installed php56 from http://blog.famillecollet.com/pages/Config-en and don't solve the problem
Thats was in my case, maybe something else is missing, did you restart apache services??
yes, I restarted httpd service
The problem is solved with update of php, activing the repo remi-php56

<file /etc/yum.repos.d/remi.repo>
#[remi-php55]
#name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/php55/$basearch/
#mirrorlist=http://rpms.remirepo.net/enterprise/7/php55/mirror
# NOTICE: common dependencies are in "remi-safe"
#enabled=0
#gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi

[remi-php56]
enabled=1
</file>
 
Powered by Question2Answer
...