spencermjax Posted June 15, 2007 Share Posted June 15, 2007 I just installed the "Obligatory login customer V2" contribution and I am grtting this error: Parse error: syntax error, unexpected $end in /***/***/***/catalog/login.php on line 235 Here is the code around that area of the login.php file (lines 200 - 235): <td class="smallText" colspan="2"><?php echo '<a href="' . tep_href_link(FILENAME_PASSWORD_FORGOTTEN, '', 'SSL') . '">' . TEXT_PASSWORD_FORGOTTEN . '</a>'; ?></td> </tr> <tr> <td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo tep_image_submit('button_login.gif', IMAGE_BUTTON_LOGIN); ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> <tr><td background="images/m26.gif" geight="22" align="center"><img src="images/m26.gif" width="1" height="22"></td></tr> </table></form></td> <!-- body_text_eof //--> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Link to comment Share on other sites More sharing options...
spencermjax Posted June 15, 2007 Author Share Posted June 15, 2007 I should also note that I just installed the Member_Approval_v1.7 contribution as well. Dont know if that makes a difference. Link to comment Share on other sites More sharing options...
spencermjax Posted June 15, 2007 Author Share Posted June 15, 2007 After reading many, many posts about these types of errors, I noticed they were commonly caused bu a missing " } ". I scowered the login code and found one missing. Problem Fixed!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.