Bobbot20 Posted November 28, 2003 Posted November 28, 2003 When I edit anything in english.php it gives me a parse error on the top of the page, and all of the text on the page turns to say like this: BOX_HEADER_TOP, or soemthing like that. I need to edit the english.php to change the info box headers. Any ideas of the problem?
OceanRanch Posted November 28, 2003 Posted November 28, 2003 The changes you are making in the define for BOX_HEADER_TOP are causing the define of BOX_HEADER_TOP to be unset so PHP just prints out BOX_HEADER_TOP. Make sure the editing you have made to BOX_HEADER_TOP is correct. If you need to place single quotes in your text you'll need to enter those as \' HTH
Bobbot20 Posted November 29, 2003 Author Posted November 29, 2003 But I do every exactly right, and it still does it!
Guest Posted November 29, 2003 Posted November 29, 2003 Try downloading the file; editing it; and uploading. Make sure that you use ASCII/text mode both ways. Hth, Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.