We’re on EE1.67 and recently upgraded PHP so had the ereg issues (which I solved by replacing it with preg_match) and I had some pass by reference issues so I replaced all the &$ with just $ - but now my template tags are showing like {photo} and {course} instead of the actual dynamic content. I’m guessing this is the templates not rendering correctly.
I don’t know the original developer that did the site so I can not find an upgrade link to get to 1.73 so I need a code fix for this if possible.
http://ellislab.com/forums/viewthread/237978/#1060889
Had the issue and said messing with the htaccess file solved it but that looks fine from what I can tell.
Any other suggestions please?