Topic: qcodo/_core/qcodo.inc.php

I am having a terrible time trying to insall tracmor I keep getting this error:

Warning: require(tracmor/includes/qcodo/_core/qcodo.inc.php) [function.require]: failed to open stream: No such file or directory in /home/myaccount/public_html/somedirectory/tracmor/includes/prepend.inc.php on line 24

and also this one

Fatal error: require() [function.require]: Failed opening required 'tracmor/includes/qcodo/_core/qcodo.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/myaccount/public_html/somedirectory/tracmor/includes/prepend.inc.php on line 24

THe file is there and I do not believe it is corrupt. I can open it with code editor....any suggestions?

I do not know if this is a bug or not

Gary

Re: qcodo/_core/qcodo.inc.php

Most likely a configuration problem.  Can you post your configuration.inc.php (making sure to remove any usernames/passwords),  so we can help narrow down the cause?

Justin Sinclair

Got Inventory? Get Tracmor.

Re: qcodo/_core/qcodo.inc.php

I had the same problem. It came from mis-interpreting the instructions in configuration.inc.php. If I want http;//www.mysite.com/office/tracmor/, then it is easy to interpret that:

define ('__DOCROOT__', '/path/to/public_html');
define ('__VIRTUAL_DIRECTORY__', '/office');
define ('__SUBDIRECTORY__', '/tracmor');

But __VIRTUAL_DIRECTORY__ is not taken into account in the following defines. I finally added the /office to __SUBDIRECTORY__ and this seems to work.

Last edited by Skipper (2009-06-27 04:48:48)