Quote Originally Posted by DrByte View Post
Sounds like maybe you've deleted too many things.
Gotta start from the beginning: http://www.zen-cart.com/wiki/index.p...Obscure_Issues

The Fatal Error is it referring to is this (in the box.php file):

class box extends tableBlock {

function box() {

$this->heading = array();

$this->contents = array();

}


When I use the "Evaluate Line" tool in Crimson Editor, it says "error(3): function not defined". Is this as simple as defining a function?? I will check the link you referred me to, but my shop has been down now for 3 days and I have no clue how to fix this.