Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error message after completing Installation


muncho

Recommended Posts

Posted

Hi,

 

I've just installed OS Commerce for the first time on my local machine through WAMP5 and after successfully completing the installation I get the following message and a blank screen when clicking on the 'View Catalog' button:

 

Parse error: parse error, unexpected $end in C:\wamp\www\index.php on line 231

 

Any Ideas? :huh:

 

 

Thanks,

 

Matt.

Posted

I've just taken a look at line 231 in the index.php file and it's just an empty line.

 

When I try deleting the line and saving the code and previewing it, I get an error message on line 230.

 

This is what the code looks like...

 

220 </td></tr>

221 </table>

222 </td></tr>

223

224

225 <!-- footer //-->

226 <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>

227 <!-- footer_eof //-->

228 </body>

229 </html>

230 <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>

231

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...