Not sure if this is the right forum for this but, I'm getting the following errors out of the blue when trying to access a newly installed OScommerce admin. Everything was working fine until it wasn't. To my knowledge no one made any changes to the code once it was up and running:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/content/p/u/p/puppylapu/html/admin/index.php on line 117
Parse error: syntax error, unexpected $end in /home/content/p/u/p/puppylapu/html/admin/index.php on line 117
Here is the code (Line 117 is the last, which I've labeled):
echo ' </tr>' . "\n";
}
}
?>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!-- body_eof //-->
<!-- footer //-->
<?php require(DIR_WS_INCLUDES . 'footer <---Line 117
Any help would be appreciated.