Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
creating new users after installation
01-28-2015, 01:55 PM,
#3
RE: creating new users after installation
(01-28-2015, 12:42 PM)phil Wrote: Are there any clues in the web server error log?

Hey Phil,

Thanks for pointing me in right direction! The /var/log/httpd/error_log contained the following interesting line of
<PHP Fatal error: Call to undefined function mcrypt_create_iv() in /var/www/html/webERP/includes/session.inc on line 222, referer: http://localhost/webERP/WWW_Users.php
>

The cause: missing php-mcrypt package

The corrective action was the following:
step 1.) wget http://dl.fedoraproject.org/pub/epel/6/x...noarch.rpm
step 2.) sudo rpm -Uvh epel-release-6*.rpm
step 3.) yum install php-mcrypt

Thanks million Phil!

Reply


Messages In This Thread
RE: creating new users after installation - by pukalani - 01-28-2015, 01:55 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)