"call to undefined function" means PHP isn't aware of any function by that name ... and that's usually the result of PHP not having already loaded the file which contains that function.
So, in short, it tells me that one or more files is missing from your server, or have been damaged or replaced by addons or something.
This is the quickest way to find out what might be wrong with your files:
http://www.zen-cart.com/wiki/index.p...Obscure_Issues


Reply With Quote

