Topic: Installation Issue August 2009

Hi,

Could you please assist with the following:

My environment is a Web - Unix, php, MySQL. I have downloaded the latest post and completed all steps in the installation guide successfully.

I get the following error message on launch:

Warning: require(/www/htdocs/invent/includes/qcodo/_core/qcodo.inc.php) [function.require]: failed to open stream: No such file or directory in /usr/home/iconc4/www/htdocs/Invent/includes/prepend.inc.php on line 24

Fatal error: require() [function.require]: Failed opening required '/www/htdocs/invent/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/local/php5.2.6/lib/php') in /usr/home/iconc4/www/htdocs/Invent/includes/prepend.inc.php on line 24

My paths are set to:

define ('__DOCROOT__', '/www/htdocs');
            define ('__VIRTUAL_DIRECTORY__', '');
            define ('__SUBDIRECTORY__', '/invent');

What am I missing...

Re: Installation Issue August 2009

I have the same setup, look at my config file... it works for me

define ('__DOCROOT__', '/www/htdocs');
            define ('__VIRTUAL_DIRECTORY__', '/inventory');
            define ('__SUBDIRECTORY__', '/inventory');

I am just trying to help! smile