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.

Unable to configure server after installation

All -

I've installed the OCS Inventory NG Server under CentOS 6.7 x64, ran through the script, restarted the apache instance (service httpd restart) and when I go to 'http://localhost/ocsreports' I get a header of 'OCS-NG Inventory Installation' with nothing more.  Looking at the raw code for the web page, I get the following:

<html>
            <head>
                <TITLE>OCS Inventory</TITLE>
                <LINK REL='shortcut icon' HREF='favicon.ico' />
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/bootstrap.min.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/bootstrap-theme.min.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/bootstrap-custom.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/dataTables-custom.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/dataTables.bootstrap.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/ocsreports.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/header.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/computer_details.css'>
                <LINK REL='StyleSheet' TYPE='text/css' HREF='css/forms.css'>
                </head><body bottommargin='0' leftmargin='0' topmargin='0' rightmargin='0' marginheight='0' marginwidth='0'><h3>OCS-NG Inventory Installation</h3><br>

Anyone have any ideas what I'm doing wrong?  Am I having a permissions problem (apache is running the httpd daemon so I don't think its related to that)?  Suggestions for what I can look at next?  I'd really like to get this working with GLPI and with these two tools together look at replacing our Dell Kace box to save about $18k per year.'

Thanks in advance!
Charles
in OCS Inventory NG server for Unix by (120 points)

2 Answers

0 votes
Same problem here. Any help would be appreciated.
by (180 points)
0 votes
yum install php-mbstring

This worked for me.

Don't forget to restart apache ;)
by (180 points)
 
Powered by Question2Answer
...