smithveg Posted May 23, 2006 Posted May 23, 2006 i have download DownloadsController_v5_0.zip and followed all the step to configure... After all the things was configure, i test my admin sites. I found the error as below when i click on customers->orders Fatal error: Call to undefined function tep_array_merge() in C:\web\tropical\admin\orders.php on line 361 When this error occue i try to set the Configuration->Downloads to -> true, true, 4, 4 and install all the shipping module and payment module... It still cannot worked! Can anyone help me?... if i replace the original order.php, it no problem... so i know the problem occurs in order.php file... I'm new to .php and open source... can anyone expert there help me, please... smithveg :( **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
smithveg Posted May 23, 2006 Author Posted May 23, 2006 ok ! i have fixed this Fatal Error by changing the tep_array_merge() to array_merge(). i have no error in admin sites now. The i do the testing... i buy an $0.00 product with 0.00 weight... it show me free shipping message... By now, how can i get the download link? When i click 'confirm order' in checkout's third step... it give me many many mysql database error... Do should i do in database? I just followed the download controller documentation... it never guide me to do any modification in database... can somebody tell me what's going on? If you feel free... can test it from my sites o not...thankk you www.mypewter.com/catalog 1054 - Unknown column 'comments' in 'field list' insert into orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, last_modified, orders_status, comments, currency, currency_value) values ('4', 'smithveg smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'Singapore, Malaysia', 'Malaysia', '0124040404', '[email protected]', '1', 'smithveg smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'Singapore, Malaysia', 'Malaysia', '1', 'smithveg smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'smithveg', 'Singapore, Malaysia', 'Malaysia', '1', 'The WebMakers Corner FREE CHARGE CARD', '', '', '', '', now(), now(), '3', '', 'USD', '1.00000000') **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
dittones Posted May 23, 2006 Posted May 23, 2006 Smithveg, The error you are getting is telling you that the field 'comments' is not in the database table orders. Look at the conntri and find the ?????.sql script to update the databse...If there is one... I hope this helps dittone.com Roman
smithveg Posted May 23, 2006 Author Posted May 23, 2006 Smithveg,The error you are getting is telling you that the field 'comments' is not in the database table orders. Look at the conntri and find the ?????.sql script to update the databse...If there is one... I hope this helps dittone.com Roman hmm.. thank you pointing me out. I search from google on how to add a new column in existing orders table. It worked. I just need to add a new column to it. Thank in advanced. :thumbsup: smithveg. **** Hello World! ^.^ I'm a Internet naive. Browse my working profile Malaysia Web Services - OPerion Website Marketing System
Recommended Posts
Archived
This topic is now archived and is closed to further replies.