Difference between revisions of "Talk:OCS Inventory Tools"
Line 10: | Line 10: | ||
[[User:Snoble|Snoble]] 06:46, 4 November 2007 (MST) | [[User:Snoble|Snoble]] 06:46, 4 November 2007 (MST) | ||
+ | |||
Yes, deployment does not work right now. | Yes, deployment does not work right now. | ||
Line 16: | Line 17: | ||
php_admin_value open_basedir /opt/inventory/ocs/ | php_admin_value open_basedir /opt/inventory/ocs/ | ||
− | Now the problem is that OCS locates the "download" folder in /home/e-smith/files/ibays/Primary/html/download/ instead of /opt/inventory/ocs/download | + | Now the problem is that OCS locates the "download" folder in ''/home/e-smith/files/ibays/Primary/html/download/'' instead of ''/opt/inventory/ocs/download'' |
I think they use the Apache real "DocumentRoot" to locate this folder... | I think they use the Apache real "DocumentRoot" to locate this folder... | ||
If you know a workaround, I'm listening! | If you know a workaround, I'm listening! | ||
+ | Adding the download folder in Primary ibay with www:www 0770 corrected the upload problem but this folder shouldn't go in the Primary ibays for many reasons! | ||
+ | |||
+ | |||
+ | [[User:Cool34000|Cool34000]] |
Revision as of 15:00, 4 November 2007
a. A big warning needs to be added that deployment does not work. (building a package)
b. /glpi logs in but there is nothing to see, are there other steps to do ?
c. cactus, did you revert more than you intended ?
see http://wiki.contribs.org/index.php?title=OCS_Reports_and_GLPI&oldid=5868
and the current fr version, there are manual references and OCS usage
I was going to remove the deployment section when i couldn't get it to work but it was all gone ;-)
Snoble 06:46, 4 November 2007 (MST)
Yes, deployment does not work right now.
I'm trying to fix it.
First thing, you need to delete this line on Apache template 97ocs:
php_admin_value open_basedir /opt/inventory/ocs/
Now the problem is that OCS locates the "download" folder in /home/e-smith/files/ibays/Primary/html/download/ instead of /opt/inventory/ocs/download
I think they use the Apache real "DocumentRoot" to locate this folder... If you know a workaround, I'm listening! Adding the download folder in Primary ibay with www:www 0770 corrected the upload problem but this folder shouldn't go in the Primary ibays for many reasons!