1

(2 replies, posted in Questions & Answers)

OK.  I've tried merging in parts of the subversion, but still no success. 

I can get the link to appear in the admin menu
I can get the page to load and select a file
But then I get qcodo errors when I attempt to upload/import.

Any suggestions?  We're really eager to begin using Tracmor, but this is our only hold out.  We've have a couple thousand items to load in and simply don't have time to do this by hand.

Thanks!

Andrew.

2

(2 replies, posted in Questions & Answers)

First off, I love this program!

I've been following it for the past year and am very excited about this release.  The big feature I've been waiting for is the import tool.  I've seen the tutorial, however it does not appear to be in my installation.

At first I tried upgrading my sandbox from 0.1.0 to 0.2.0 but it wasn't there.  So I blew it away and did a clean install.  Unfortunately, it's still not listed under the Admin Module.

Fedora 7, PHP 5.2.6, MySQL 5.0.37, Qcodo 0.3.32

Any help would be greatly appreciated!!

Andrew.

3

(5 replies, posted in Questions & Answers)

Bummer.   However I eagerly await and look forward to the next attempt.

Thanks!

4

(12 replies, posted in Questions & Answers)

try inverting your slashes maybe?

c:\wamp\www

5

(12 replies, posted in Questions & Answers)

I would start with the configuration.inc.php file in the incldues directory.  Sounds like your docroot is set to a default path rather than a path relevant to your windows box. 

                       define ('__DOCROOT__', '/var/www/html');
                        define ('__VIRTUAL_DIRECTORY__', '/tracmor');
                        define ('__SUBDIRECTORY__', '/tracmor');

6

(5 replies, posted in Questions & Answers)

I've been testing and playing with tracmor for a few months and am VERY interested in this feature.  In fact, it's the only thing keeping me from loading my 1,500 items into the system.

I've been into the demo system, but am not able to locate the import function.  Am I missing it somewhere?  Or has it been turned off for more debugging?

Thanks!

Andrew.

I had a similar problem.  But last night after digging through the code, I realized that you have to select a default company for the receipt information to pull from.

That did the trick for me.  Now my contacts from my default company (which is us) show up AND I can add more from the green plus button.

Hope that helps!