Login
Register
Questions
Unanswered
Tags
Categories
Users
Ask a Question
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.12.3 available
The official documentation can be found on
https://wiki.ocsinventory-ng.org
. Read it before asking your question.
Categories
All categories
OCS Inventory NG server
(2.5k)
OCS Inventory NG server for Unix
(1.9k)
OCS Inventory NG server for Windows
(320)
Administrative console
(308)
OCS Inventory NG agent
(1.5k)
OCS Inventory NG plugins
(59)
Network features
(138)
Developers
(128)
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
asked
Mar 2, 2016
in
OCS Inventory NG server for Unix
by
josep
(
130
points)
Share on
share on gp
share on fb
share on tw
share on li
Please
log in
or
register
to answer this question.
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
answered
Mar 4, 2016
by
Krlos
(
200
points)
edited
Mar 4, 2016
by
Krlos
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>
Please
log in
or
register
to add a comment.
Powered by
Question2Answer
...