Parse error: syntax error, unexpected T_ELSE in C:\wamp\www\jumbo_core_admin_packed.inc.php on line 2014
Instead of making us download the whole file, and search where the error occurs, post 10 or so lines around it. If it's a premade script, try reinstalling it. You probably entered something incorrectly that's messing up one of the brackets in an if statement.
my error is here: if ( !empty( $sendmsg ) ) { if ( $this->_setsmtp == 1 ) { $retval = $this->_sendtohost( "localhost", $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); return $retval; } if ( $this->_setsmtp == 5 ) { $retval = $this->_sendtohost( $this->_relayset, $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime, true ); return $retval; } if ( $this->_setsmtp == 2 ) { foreach ( $grpto as $namdom => $arrdom ) { $retval = $this->_sendtohost( $namdom, $arrdom, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); continue; return $retval; } } else { if ( $this->_setsmtp == 3 ) { if ( $retval = $this->_sendtohost( "localhost", $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ) ) { break; } else { foreach ( $grpto as $namdom => $arrdom ) { $retval = $this->_sendtohost( $namdom, $arrdom, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); continue; return $retval; } } } else { if ( !( $this->_setsmtp == 4 ) ) { break; } else { foreach ( $grpto as $namdom => $arrdom ) { $retval = $this->_sendtohost( $namdom, $arrdom, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); } } } } } } if ( $retval ) { break; } $retval = $this->_sendtohost( "localhost", $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); return $retval; if ( $this->_setsmtp == 6 ) { if ($retval=$this->_sendtohost($this->_relayset, $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime, true ) ) { break; } foreach ( $grpto as $namdom => $arrdom ) { $retval = $this->_sendtohost( $namdom, $arrdom, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); } return $retval; } else { if ( !( $this->_setsmtp == 7 ) ) { break; } foreach ( $grpto as $namdom => $arrdom ) { $retval = $this->_sendtohost( $namdom, $arrdom, $tostr, $ccstr, $bccstr, $sendmsg, $typmime ); } if ( $retval ) { break; } $retval = $this->_sendtohost( $this->_relayset, $alldm, $tostr, $ccstr, $bccstr, $sendmsg, $typmime, true ); return $retval; } else if ( PRINT_ERROR ) { trigger_error( "Unknow message type on class XPertMailer->send()", 512 ); } return $retval; } PHP: