muncho Posted April 14, 2007 Posted April 14, 2007 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.
muncho Posted April 15, 2007 Author Posted April 15, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.