Forums
(@retched)
13 years, 1 month ago
Hi there. There isn’t that much support left for this but I still managed to find the problem.
Go to About line 291 and look for a line that looks like this:
<? } ?>
and change it to
<?php } ?>
This should fix your error.