Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

STS & Dynamenu not working


Bonez

Recommended Posts

I hope that someone can help me with this- I've been pulling my hair out for two days!

 

I have installed STS 4.5.8 successfully and followed the installation instructions for Dynamenu v1_11.

 

I have added the code as described, and added <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> into index.php.html, so it looks like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html $htmlparams>
<head>
<!--$headcontent-->
 <link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> 
etc etc
</body>
</html>

 

However, when viewing in the browser, the page stops rendering at the point where <?php include(DIR_WS_BOXES . 'dm_categories.php'); ?> is. Looking at the code in "View Source" in the web browser, it only shows:

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html $htmlparams>
<head>
<!--$headcontent-->
 <link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<tr><td>

 

Any help gratefully received.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...