1

(1 replies, posted in Questions & Answers)

Hello guys, I'm really confused on the DOCROOT in configuration.inc.php.

I used my website to host this program for personal use (truck inventory) and can not get it installed. I have read through the install attachment and believe I have everything else done correctly besides the config. Any help would be greatly taken.

I do not understand what my DOCROOT should be set to. It is on a site in a sub folder www.cigarbeat.net/inventory

Here is what I have
define ('__DOCROOT__', '???');
         define ('__VIRTUAL_DIRECTORY__', '');
         define ('__SUBDIRECTORY__', '/inventory');

No matter what I try in the DOCROOT section I get errors when I load the home page. They all say something similar to:

Warning: require(/var/www/cigarbeat.net/inventory/includes/qcodo/_core/qcodo.inc.php) [function.require]: failed to open stream: No such file or directory in /home/content/v/f/l/vfleming/html/inventory/includes/prepend.inc.php on line 24

Fatal error: require() [function.require]: Failed opening required '/var/www/cigarbeat.net/inventory/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/v/f/l/vfleming/html/inventory/includes/prepend.inc.php on line 24

I'm pretty sure it should not be cigarbeat.net, this was just another try.