Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error: xxx: tep_array_merge()


Guest

Recommended Posts

Posted

Fatal error: Call to undefined function: tep_array_merge() in /public_html/catalog/admin/orders.php on line 374

 

I get this when I try to view customer Orders from the Admin panel.

 

Thanks for any help!

 

yamiacaveman

Posted

Open up admin/orders.php and change:

 

 

tep_array_merge

 

to

 

array_merge

 

 

You seriously need to upgrade your version of osCommerce ;)

 

 

 

 

Sonia

Posted
Open up admin/orders.php and change:

tep_array_merge

 

to

 

array_merge

You seriously need to upgrade your version of osCommerce ;)

Sonia

 

 

Thank you so very much for your response,

 

I looked with a php editor at line 374 and I don't have a line 374(?)

 

I am running version 2.2 ms2 (051113) Is that really that far behind?

 

Again thanks for your help!

Posted

Make sure that you have the correct file... it should be about 450 lines ;)

 

I asked because I have not seen this error for a long time - must be from a contribution you added ;)

 

 

Sonia

Posted
Make sure that you have the correct file... it should be about 450 lines ;)

 

I asked because I have not seen this error for a long time - must be from a contribution you added ;)

Sonia

 

Sonia,

 

I thank you so very much for taking the time to respond.

 

I have Looked at my line 374 and all I have is a } symbol there.

 

I also looked at the version that I have installed and the same } is there also I downloaded the newest version and all that is on that line is the }.

 

I do have a Download Contrib loaded but I have checked another site that I have the same thing loaded without the contrib and that site also has the same error.

 

Again thank you for any help.

 

 

yamiacaveman

Posted
Sonia,

 

I thank you so very much for taking the time to respond.

 

I have Looked at my line 374 and all I have is a } symbol there.

 

I also looked at the version that I have installed and the same } is there, I downloaded the newest version and all that is on that line is the }.

 

I do have a Download Contrib loaded on that site.

 

Again thank you for any help.

yamiacaveman

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...