Topic: shipment_edit.php issue
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?