Fatal Error - need help
PermalinkBluehost says I need code edits. I went to the lines that are showing as errors and cannot see anything to edit: Error listing for enpointmarkeing.com is attached
One of the lines referenced is line 363 (The '}' just before the last 'break' below is line 363)
/**
* XML Callback to process CDATA elements
*
* @access private
*/
function _tag_cdata( &$parser, $cdata ) {
switch( $this->currentElement ) {
// Table/field constraint
case 'CONSTRAINT':
if( isset( $this->current_field ) ) {
$this->addFieldOpt( $this->current_field, $this->currentElement, $cdata );
} else {
$this->addTableOpt( $cdata );
}
break;
// Table/field option
case 'OPT':
if( isset( $this->current_field ) ) {
$this->addFieldOpt( $this->current_field, $cdata );
} else {
$this->addTableOpt( $cdata );
}
break;
default:
}
}
/**
If it's helpful, I also attached the errors from the Bicstic.com site (more warnings listed, no fatal errors)
