1

(8 replies, posted in Bug Reports)

Sorry, I was wrong. Really as soon as I install Tracmore on PHP 5.2.12 - everything worked like charm.:P

OK, I also had that error after installation:
E_NOTICE

Source File:   /homepages/13/d192451571/htdocs/crr/inventory/includes/qcodo/_core/qform/QFormBase.class.php     Line:   158
which can be easily overcame by clearing browser cache.


So You're absolutely right about PHP version required.

But still faced same problem to be unable to set default company - had to do it manually via MySQL cool Hope You fix this issue in next reliese... roll

Yeap. I also had this Error Type:   E_NOTICE

Source File:   /homepages/13/d192451571/htdocs/crr/inventory/includes/qcodo/_core/qform/QFormBase.class.php     Line:   158

after two different installations.

And in both cases clearing browser cache did the trick.

3

(8 replies, posted in Bug Reports)

Sure... I ran two first SQL's one to create tables, second for basic data.
When tried to run db-update faced mistakes like - "table already exist", doubling entrances, etc..... so i skipped it for beginning.
Without db_update SQL I faced issue to unable enter default company and do any shipment.
Than I decided to mess with db_update SQL which comes together with installation. Had to cut it into pieces to get most of it performerd as if I run it in one go - querry is stopped as soon as wrong conditions met - namely it tries to create tables, which arleady exist...
When I did most of db_update SQL - it became better, now I can enter default company, system reacts to if I try to ship more items than I have on specific place, etc, so I face serious improvemets ;-)

Therefore I assume that I did changes in DB structure which looks to be leading to normal functionality and would like to be sure that structure I'm using for now is correct.

4

(8 replies, posted in Bug Reports)

Well... it looks that my problem is related to structure of database... I did my best while installing Tracmor, but...

Anyhow - it would be VERY-VERY helpfull if someone mail me an SQL with correct and working structure of database, cose I'm really desperate trying to get it working in a proper way.

Please mail me at shadowvoice@inbox.lv

5

(8 replies, posted in Bug Reports)

BTW You can take a look on http://varis.lv/tracmor/ P:admin U:admin to see how it works mad

6

(8 replies, posted in Bug Reports)

PHP Version:    5.1.6
MySql Version:    5.0.27
Qcodo Version:    0.3.32 (Qcodo Beta 3)

Fresh and nice installation. After install and respective changes in configuration files faced minor installation problems which are solved for now.

My problem is - I can't ship anything, i.e. Companies, Inventory, Contacts, etc. are created, but when I hit Save on shipment_edit - nothing happens. No error message, no records in error logs on server side, no entry in shipment table of database created, just nothing!
Rest of soft works like charm - I can receive goods, etc. so far I didn't find anything else what wouldn't work!

Yeas, I received goods first prior to try to ship them. Yeas, I have enough stock so I must be able to do a shipment.

After reading http://www.tracmor.com/forum/topic/240/ … php-error/ I discovered that I can't create Default Company in Admin - Shipping/Receiving. So I manually ran " UPDATE admin_setting SET value = 1 WHERE short_description = 'company_id'; "
So " SELECT * FROM admin_setting" produces:
     setting_id          short_description         value
              1    company_id    2
              2    image_upload_prefix    
              3    fedex_gateway_URI    NULL
              4    company_logo    empty.gif
              5    packing_list_terms    NULL
              6    packing_list_logo    NULL
              7    min_asset_code    
              8    fedex_account_id    NULL
              9    autodetect_tracking_numbers    NULL
              10    custom_shipment_numbers    1
              11    custom_receipt_numbers    1
              12    receive_to_last_location    NULL
              13    portable_pin_required    1
              14    user_limit    NULL

I must to admit that so far I'm going desperate cose can't get this marvelous piece of soft working ;-(
Can anybody provide a help?

7

(1 replies, posted in Questions & Answers)

Solved.

Now next question - how to make Tracmor to let me operate with prices of assets and articles of Inventory...?

Any suggestions?

8

(1 replies, posted in Questions & Answers)

Hi All!

Downloaded and installed latest compilation. Made it working as prescribed in Install.txt.
Looks to be quite nice soft, but I can't save ANY shipment - when I press SAVE - nothing happens, if I try DELETE:

PHP Fatal error: Call to a member function Delete() on a non-object in /var/www/vhosts/varis.lv/httpdocs/tracmor/shipping/shipment_edit.php on line 3146, referer: http://varis.lv/tracmor/shipping/shipme … yModelId=1

PHP Version:    5.1.6
MySql Version:    5.0.27
Qcodo Version:    0.3.32 (Qcodo Beta 3)
Build Date:    Tue Jul 29 13:37:33 PDT 2008

Any suggestions and/or advices welcome... ;-(

Well... is it so complicate quiestion, that nobody know how to solve?

Found thatis I try to save empty shipmnent (no Invent/Assets) I don't get warning "There are no assets or inventory in this shipment.", thereore assume that protected function btnSave_Click are not called...