toasty, on Apr 11 2005, 12:57 PM, said:
You have created a php error. This one is usually due to a syntax error. Look closely at line 33 (and the other lines before it). Have you missed the semi-colon on the end or missed a quote where it should be? If you are can't find it put the original file back in and edit it again!
(ps - don't use notepad or word to edit it - they leave control characters in the file)
good luck and good hunting!
<{POST_SNAPBACK}>
I just deleted the text between the single quotes and replaced it - it's not that complicated, is it? I didn't change anything else. Can anyone see a syntax error here?
*/
define('TEXT_MAIN', 'ParisHomeAwayFromHome');
define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');
All I did was add ParisHomeAwayFromHome after TEXT_MAIN.