Hello,
I am getting this error message:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /nfs/c04/h04/mnt/62791/domains/desertdesigns.com/html/language/english.php on line 72
My entire website is down please help.
Following is the PHP related to above
LINE 51:
DEFINE('_CMN_PRINT','Print');
DEFINE('_CMN_PDF','PDF');
DEFINE('_CMN_EMAIL','E-mail');
DEFINE('_ICON_SEP','|');
DEFINE('_CMN_PARENT','Parent');
DEFINE('_CMN_ORDERING','Ordering');
DEFINE('_CMN_ACCESS','Access Level');
DEFINE('_CMN_SELECT','Select');
DEFINE('_CMN_NEXT','Next');
DEFINE('_CMN_NEXT_ARROW'," >>");
DEFINE('_CMN_PREV','Prev');
DEFINE('_CMN_PREV_ARROW',"<< ");
DEFINE('_CMN_SORT_NONE','No Sorting');
DEFINE('_CMN_SORT_ASC','Sort Ascending');
DEFINE('_CMN_SORT_DESC','Sort Descending');
DEFINE('_CMN_NEW','New');
DEFINE('_CMN_NONE','None');
DEFINE('_CMN_LEFT','Left');
DEFINE('_CMN_RIGHT','Right');
DEFINE('_CMN_CENTER','Center');
DEFINE('_CMN_ARCHIVE','Archive');
DEFINE('_CMN_UNARCHIVE','Unarchive');
DEFINE('_CMN_TOP','Top');
DEFINE('_CMN_BOTTOM','Bottom');
DEFINE('_CMN_PUBLISHED','Published');
DEFINE('_CMN_UNPUBLISHED','Unpublished');
DEFINE('_CMN_EDIT_HTML''Edit HTML');
DEFINE('_CMN_EDIT_CSS','Edit CSS');
DEFINE('_CMN_DELETE','Delete');
DEFINE('_CMN_FOLDER','Folder');
DEFINE('_CMN_SUBFOLDER','Sub-folder');
DEFINE('_CMN_OPTIONAL','Optional');
DEFINE('_CMN_REQUIRED','Required');
DEFINE('_CMN_CONTINUE','Continue');
DEFINE('_STATIC_CONTENT','Static Content');
DEFINE('_CMN_NEW_ITEM_LAST','New Items default to the last place. Ordering can be changed after this Item is saved.');
DEFINE('_CMN_NEW_ITEM_FIRST','New Items default to the first place. Ordering can be changed after this Item is saved.');
DEFINE('_LOGIN_INCOMPLETE','Please complete the username and password fields.');
DEFINE('_LOGIN_BLOCKED','Your login has been blocked. Please contact the administrator.');
DEFINE('_LOGIN_INCORRECT','Incorrect username or password. Please try again.');
DEFINE('_LOGIN_NOADMINS','You cannot login. There are no administrators set up.');
DEFINE('_CMN_JAVASCRIPT','!Warning! JavaScript must be enabled for proper operation.');
DEFINE('_NEW_MESSAGE','A new private message has arrived');
DEFINE('_MESSAGE_FAILED','The User has locked their mailbox. Message failed.');
DEFINE('_CMN_IFRAMES', 'This option will not work correctly. Unfortunately, your browser does not support Inline Frames');
DEFINE('_INSTALL_3PD_WARN','Warning: Installing 3rd party extensions may compromise your server\'s security. Upgrading your Joomla! installation will not update your 3rd party extensions.<br />For more information on keeping your site secure, please see the <a href="http://forum.joomla.org/index.php/board,267.0.html" target="_blank" style="color: blue; text-decoration: underline;">Joomla! Security Forum</a>.');
DEFINE('_INSTALL_WARN','For your security please completely remove the installation directory including all files and sub-folders - then refresh this page.');
DEFINE('_TEMPLATE_WARN','<font color=\"red\"><b>Template File Not Found! Looking for template:</b></font>');
DEFINE('_NO_PARAMS','There are no Parameters for this item');
DEFINE('_HANDLER','Handler not defined for type');
/** mambots */
DEFINE('_TOC_JUMPTO','Article Index');
/** content */
DEFINE('_READ_MORE','Read more...');
DEFINE('_READ_MORE_REGISTER','Register to read more...');
DEFINE('_MORE','More...');
DEFINE('_ON_NEW_CONTENT', "A new Content Item has been submitted by [ %s ] titled [ %s ] from Section [ %s ] and Category [ %s ]" );
DEFINE('_SEL_CATEGORY','- Select Category -');
DEFINE('_SEL_SECTION','- Select Section -');
DEFINE('_SEL_AUTHOR','- Select Author -');
DEFINE('_SEL_POSITION','- Select Position -');
DEFINE('_SEL_TYPE','- Select Type -');
DEFINE('_EMPTY_CATEGORY','This Category is currently empty');
DEFINE('_EMPTY_BLOG','There are no Items to display');
DEFINE('_NOT_EXIST','The page you are trying to access does not exist.<br />Please select a page from the main menu.');
DEFINE('_SUBMIT_BUTTON','Submit');
/** classes/html/modules.php */
DEFINE('_BUTTON_VOTE','Vote');
DEFINE('_BUTTON_RESULTS','Results');
DEFINE('_USERNAME','Username');
DEFINE('_LOST_PASSWORD','Lost Password?');
DEFINE('_PASSWORD','Password');
DEFINE('_BUTTON_LOGIN','Login');
DEFINE('_BUTTON_LOGOUT','Logout');
DEFINE('_NO_ACCOUNT','No account yet?');
DEFINE('_CREATE_ACCOUNT','Register');
DEFINE('_VOTE_POOR','Poor');
DEFINE('_VOTE_BEST','Best');
DEFINE('_USER_RATING','User Rating');
DEFINE('_RATE_BUTTON','Rate');
DEFINE('_REMEMBER_ME','Remember me');
/** contact.php */
DEFINE('_ENQUIRY','Enquiry');
DEFINE('_ENQUIRY_TEXT','This is an enquiry e-mail via %s from:');
DEFINE('_COPY_TEXT','This is a copy of the following message you sent to %s via %s ');
DEFINE('_COPY_SUBJECT','Copy of: ');
DEFINE('_THANK_MESSAGE','Thank you for your e-mail');
DEFINE('_CLOAKING','This e-mail address is being protected from spam bots, you need JavaScript enabled to view it');
DEFINE('_CONTACT_HEADER_NAME','Name');
DEFINE('_CONTACT_HEADER_POS','Position');
DEFINE('_CONTACT_HEADER_EMAIL','Email');
DEFINE('_CONTACT_HEADER_PHONE','Phone');
DEFINE('_CONTACT_HEADER_FAX','Fax');
DEFINE('_CONTACTS_DESC','The Contact list for this Web site.');
DEFINE('_CONTACT_MORE_THAN','You cannot enter more than one e-mail address.');